Home
last modified time | relevance | path

Searched refs:tc_count (Results 1 – 6 of 6) sorted by relevance

/f-stack/dpdk/drivers/net/ixgbe/base/
H A Dixgbe_dcb_82599.c20 u8 tc_count) in ixgbe_dcb_get_tc_stats_82599() argument
26 if (tc_count > IXGBE_DCB_MAX_TRAFFIC_CLASS) in ixgbe_dcb_get_tc_stats_82599()
30 for (tc = 0; tc < tc_count; tc++) { in ixgbe_dcb_get_tc_stats_82599()
61 u8 tc_count) in ixgbe_dcb_get_pfc_stats_82599() argument
67 if (tc_count > IXGBE_DCB_MAX_TRAFFIC_CLASS) in ixgbe_dcb_get_pfc_stats_82599()
70 for (tc = 0; tc < tc_count; tc++) { in ixgbe_dcb_get_pfc_stats_82599()
356 u8 tc_count = 8; in ixgbe_dcb_config_tc_stats_82599() local
360 tc_count = dcb_config->num_tcs.pg_tcs; in ixgbe_dcb_config_tc_stats_82599()
364 if (!((tc_count == 8 && vt_mode == false) || tc_count == 4)) in ixgbe_dcb_config_tc_stats_82599()
367 if (tc_count == 8 && vt_mode == false) { in ixgbe_dcb_config_tc_stats_82599()
[all …]
H A Dixgbe_dcb_82598.c20 u8 tc_count) in ixgbe_dcb_get_tc_stats_82598() argument
26 if (tc_count > IXGBE_DCB_MAX_TRAFFIC_CLASS) in ixgbe_dcb_get_tc_stats_82598()
30 for (tc = 0; tc < tc_count; tc++) { in ixgbe_dcb_get_tc_stats_82598()
54 u8 tc_count) in ixgbe_dcb_get_pfc_stats_82598() argument
60 if (tc_count > IXGBE_DCB_MAX_TRAFFIC_CLASS) in ixgbe_dcb_get_pfc_stats_82598()
63 for (tc = 0; tc < tc_count; tc++) { in ixgbe_dcb_get_pfc_stats_82598()
H A Dixgbe_dcb.c367 u8 tc_count) in ixgbe_dcb_get_tc_stats() argument
372 ret = ixgbe_dcb_get_tc_stats_82598(hw, stats, tc_count); in ixgbe_dcb_get_tc_stats()
379 ret = ixgbe_dcb_get_tc_stats_82599(hw, stats, tc_count); in ixgbe_dcb_get_tc_stats()
396 u8 tc_count) in ixgbe_dcb_get_pfc_stats() argument
401 ret = ixgbe_dcb_get_pfc_stats_82598(hw, stats, tc_count); in ixgbe_dcb_get_pfc_stats()
408 ret = ixgbe_dcb_get_pfc_stats_82599(hw, stats, tc_count); in ixgbe_dcb_get_pfc_stats()
/f-stack/dpdk/drivers/net/txgbe/base/
H A Dtxgbe_dcb_hw.c267 u8 tc_count = 8; in txgbe_dcb_config_tc_stats_raptor() local
273 tc_count = dcb_config->num_tcs.pg_tcs; in txgbe_dcb_config_tc_stats_raptor()
277 if (!((tc_count == 8 && !vt_mode) || tc_count == 4)) in txgbe_dcb_config_tc_stats_raptor()
/f-stack/freebsd/contrib/openzfs/include/sys/
H A Dtxg_impl.h74 uint64_t tc_count[TXG_SIZE]; /* tx hold count on each txg */ member
/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Dtxg.c314 tc->tc_count[txg & TXG_MASK]++; in txg_hold_open()
350 ASSERT(tc->tc_count[g] != 0); in txg_rele_to_sync()
351 if (--tc->tc_count[g] == 0) in txg_rele_to_sync()
401 while (tc->tc_count[g] != 0) in txg_quiesce()