/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 in function:ixgbe_dcb_config_tc_stats_82599 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/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);
|