Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/io/ixgbe/core/
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()
374 u8 tc_count = 8; in ixgbe_dcb_config_tc_stats_82599() local
378 tc_count = dcb_config->num_tcs.pg_tcs; in ixgbe_dcb_config_tc_stats_82599()
382 if (!((tc_count == 8 && vt_mode == FALSE) || tc_count == 4)) in ixgbe_dcb_config_tc_stats_82599()
385 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.c393 u8 tc_count) in ixgbe_dcb_get_tc_stats() argument
398 ret = ixgbe_dcb_get_tc_stats_82598(hw, stats, tc_count); in ixgbe_dcb_get_tc_stats()
405 ret = ixgbe_dcb_get_tc_stats_82599(hw, stats, tc_count); in ixgbe_dcb_get_tc_stats()
423 u8 tc_count) in ixgbe_dcb_get_pfc_stats() argument
428 ret = ixgbe_dcb_get_pfc_stats_82598(hw, stats, tc_count); in ixgbe_dcb_get_pfc_stats()
435 ret = ixgbe_dcb_get_pfc_stats_82599(hw, stats, tc_count); in ixgbe_dcb_get_pfc_stats()
/titanic_50/usr/src/uts/common/fs/zfs/sys/
H A Dtxg_impl.h74 uint64_t tc_count[TXG_SIZE]; /* tx hold count on each txg */ member
/titanic_50/usr/src/uts/common/fs/zfs/
H A Dtxg.c302 tc->tc_count[txg & TXG_MASK]++; in txg_hold_open()
338 ASSERT(tc->tc_count[g] != 0); in txg_rele_to_sync()
339 if (--tc->tc_count[g] == 0) in txg_rele_to_sync()
385 while (tc->tc_count[g] != 0) in txg_quiesce()