Home
last modified time | relevance | path

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

/dragonfly/sys/dev/netif/ix/
H A Dixgbe_dcb_82599.c50 u8 tc_count) in ixgbe_dcb_get_tc_stats_82599() argument
56 if (tc_count > IXGBE_DCB_MAX_TRAFFIC_CLASS) in ixgbe_dcb_get_tc_stats_82599()
60 for (tc = 0; tc < tc_count; tc++) { in ixgbe_dcb_get_tc_stats_82599()
91 u8 tc_count) in ixgbe_dcb_get_pfc_stats_82599() argument
97 if (tc_count > IXGBE_DCB_MAX_TRAFFIC_CLASS) in ixgbe_dcb_get_pfc_stats_82599()
100 for (tc = 0; tc < tc_count; tc++) { in ixgbe_dcb_get_pfc_stats_82599()
386 u8 tc_count = 8; in ixgbe_dcb_config_tc_stats_82599() local
390 tc_count = dcb_config->num_tcs.pg_tcs; in ixgbe_dcb_config_tc_stats_82599()
394 if (!((tc_count == 8 && vt_mode == FALSE) || tc_count == 4)) in ixgbe_dcb_config_tc_stats_82599()
397 if (tc_count == 8 && vt_mode == FALSE) { in ixgbe_dcb_config_tc_stats_82599()
[all …]
H A Dixgbe_dcb_82598.c50 u8 tc_count) in ixgbe_dcb_get_tc_stats_82598() argument
56 if (tc_count > IXGBE_DCB_MAX_TRAFFIC_CLASS) in ixgbe_dcb_get_tc_stats_82598()
60 for (tc = 0; tc < tc_count; tc++) { in ixgbe_dcb_get_tc_stats_82598()
92 u8 tc_count) in ixgbe_dcb_get_pfc_stats_82598() argument
98 if (tc_count > IXGBE_DCB_MAX_TRAFFIC_CLASS) in ixgbe_dcb_get_pfc_stats_82598()
101 for (tc = 0; tc < tc_count; tc++) { in ixgbe_dcb_get_pfc_stats_82598()
H A Dixgbe_dcb.c397 u8 tc_count) in ixgbe_dcb_get_tc_stats() argument
402 ret = ixgbe_dcb_get_tc_stats_82598(hw, stats, tc_count); in ixgbe_dcb_get_tc_stats()
410 ret = ixgbe_dcb_get_tc_stats_82599(hw, stats, tc_count); in ixgbe_dcb_get_tc_stats()
428 u8 tc_count) in ixgbe_dcb_get_pfc_stats() argument
433 ret = ixgbe_dcb_get_pfc_stats_82598(hw, stats, tc_count); in ixgbe_dcb_get_pfc_stats()
441 ret = ixgbe_dcb_get_pfc_stats_82599(hw, stats, tc_count); in ixgbe_dcb_get_pfc_stats()
/dragonfly/sys/net/ipfw/
H A Dip_fw2.c413 int tc_count; member
2287 KASSERT(trk->tc_count == 0, in ipfw_track_free()
2289 trk->tc_count)); in ipfw_track_free()
2705 trk->tc_count = 0; in ipfw_track_alloc()
2726 t->t_count = &trk->tc_count; in ipfw_track_alloc()
5650 ioc_state->count = trk->tc_count; in ipfw_track_copy()