Home
last modified time | relevance | path

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

/freebsd/sys/dev/ixgbe/
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()
84 u8 tc_count) in ixgbe_dcb_get_pfc_stats_82598() argument
90 if (tc_count > IXGBE_DCB_MAX_TRAFFIC_CLASS) in ixgbe_dcb_get_pfc_stats_82598()
93 for (tc = 0; tc < tc_count; tc++) { in ixgbe_dcb_get_pfc_stats_82598()
H A Dixgbe_dcb.c399 u8 tc_count) in ixgbe_dcb_get_tc_stats() argument
404 ret = ixgbe_dcb_get_tc_stats_82598(hw, stats, tc_count); in ixgbe_dcb_get_tc_stats()
411 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()
440 ret = ixgbe_dcb_get_pfc_stats_82599(hw, stats, tc_count); in ixgbe_dcb_get_pfc_stats()
/freebsd/sys/contrib/openzfs/include/sys/
H A Dtxg_impl.h74 uint64_t tc_count[TXG_SIZE]; /* tx hold count on each txg */ member
/freebsd/sys/contrib/openzfs/module/zfs/
H A Dtxg.c335 tc->tc_count[txg & TXG_MASK]++; in txg_hold_open()
371 ASSERT(tc->tc_count[g] != 0); in txg_rele_to_sync()
372 if (--tc->tc_count[g] == 0) in txg_rele_to_sync()
423 while (tc->tc_count[g] != 0) in txg_quiesce()