Searched refs:tc_count (Results 1 – 4 of 4) sorted by relevance
20 u8 tc_count) in ixgbe_dcb_get_tc_stats_82599() argument26 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() argument67 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() local360 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 …]
20 u8 tc_count) in ixgbe_dcb_get_tc_stats_82598() argument26 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() argument60 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()
367 u8 tc_count) in ixgbe_dcb_get_tc_stats() argument372 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() argument401 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()
268 u8 tc_count = 8; in txgbe_dcb_config_tc_stats_raptor() local274 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()