Searched refs:tc_count (Results 1 – 6 of 6) 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()
267 u8 tc_count = 8; in txgbe_dcb_config_tc_stats_raptor() local273 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()
74 uint64_t tc_count[TXG_SIZE]; /* tx hold count on each txg */ member
314 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()