HomeSort by: relevance | last modified time | path
    Searched defs:tc_count (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/dev/pci/ixgbe/
ixgbe_dcb_82599.c 48 * @tc_count: Number of elements in bwg_array.
54 u8 tc_count)
60 if (tc_count > IXGBE_DCB_MAX_TRAFFIC_CLASS)
64 for (tc = 0; tc < tc_count; tc++) {
89 * @tc_count: Number of elements in bwg_array.
95 u8 tc_count)
101 if (tc_count > IXGBE_DCB_MAX_TRAFFIC_CLASS)
104 for (tc = 0; tc < tc_count; tc++) {
390 u8 tc_count = 8; local
394 tc_count = dcb_config->num_tcs.pg_tcs
    [all...]
  /src/external/cddl/osnet/dist/uts/common/fs/zfs/sys/
txg_impl.h 43 * the number of active transaction holds (tc_count). As transactions
44 * are assigned into a transaction group the appropriate tc_count is
47 * the tc_count. A transaction group is not considered quiesced until all
48 * tx_cpu structures have reached a tc_count of zero.
59 * short period of time, typically when updating the value of tc_count.
74 uint64_t tc_count[TXG_SIZE]; /* tx hold count on each txg */ member in struct:tx_cpu
  /src/sys/arch/sparc64/dev/
sbusreg.h 166 uint64_t tc_count; /* timer/counter 0/1 count register */ /* ife.0000.3c00,3c10 */ member in struct:sysioreg::timer_counter
psychoreg.h 191 uint64_t tc_count; /* timer/counter 0/1 count register */ /* 1fe.0000.1c00,1c10 */ member in struct:psychoreg::timer_counter
  /src/sys/dev/pci/
twereg.h 165 u_int16_t tc_count; /* block & param count, msg credits */ member in struct:twe_cmd

Completed in 33 milliseconds