| /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...] |
| ixgbe_dcb_82598.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++) { 82 * @tc_count: Number of elements in bwg_array. 88 u8 tc_count) 94 if (tc_count > IXGBE_DCB_MAX_TRAFFIC_CLASS) 97 for (tc = 0; tc < tc_count; tc++) {
|
| ixgbe_dcb.c | 398 * @tc_count: Number of elements in bwg_array. 403 u8 tc_count) 408 ret = ixgbe_dcb_get_tc_stats_82598(hw, stats, tc_count); 415 ret = ixgbe_dcb_get_tc_stats_82599(hw, stats, tc_count); 427 * @tc_count: Number of elements in bwg_array. 432 u8 tc_count) 437 ret = ixgbe_dcb_get_pfc_stats_82598(hw, stats, tc_count); 444 ret = ixgbe_dcb_get_pfc_stats_82599(hw, stats, tc_count);
|
| /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/ |
| ld_twe.c | 193 tc->tc_count = htole16(datasize / TWE_SECTOR_SIZE); 292 tc->tc_count = 0;
|
| twereg.h | 165 u_int16_t tc_count; /* block & param count, msg credits */ member in struct:twe_cmd
|
| twe.c | 881 tc->tc_count = htole16(1); 1144 tc->tc_count = htole16(1); 1207 tc->tc_count = htole16(1); 1251 tc->tc_count = htole16(TWE_MAX_CMDS);
|
| /src/external/cddl/osnet/dist/uts/common/fs/zfs/ |
| txg.c | 306 tc->tc_count[txg & TXG_MASK]++; 342 ASSERT(tc->tc_count[g] != 0); 343 if (--tc->tc_count[g] == 0) 389 while (tc->tc_count[g] != 0)
|