Home
last modified time | relevance | path

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

/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()
/dpdk/drivers/net/txgbe/base/
H A Dtxgbe_dcb_hw.c268 u8 tc_count = 8; in txgbe_dcb_config_tc_stats_raptor() local
274 tc_count = dcb_config->num_tcs.pg_tcs; in txgbe_dcb_config_tc_stats_raptor()
278 if (!((tc_count == 8 && !vt_mode) || tc_count == 4)) in txgbe_dcb_config_tc_stats_raptor()