Searched defs:tc_count (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ixgbe/core/
H A Dixgbe_dcb_82598.c44 * @tc_count: Number of elements in bwg_array.
50 u8 tc_count)
56 if (tc_count > IXGBE_DCB_MAX_TRAFFIC_CLASS)
60 for (tc = 0; tc < tc_count; tc++) {
86 * @tc_count: Number of elements in bwg_array.
92 u8 tc_count)
98 if (tc_count > IXGBE_DCB_MAX_TRAFFIC_CLASS)
101 for (tc = 0; tc < tc_count; tc++) {
48 ixgbe_dcb_get_tc_stats_82598(struct ixgbe_hw *hw, struct ixgbe_hw_stats *stats, u8 tc_count) argument
90 ixgbe_dcb_get_pfc_stats_82598(struct ixgbe_hw *hw, struct ixgbe_hw_stats *stats, u8 tc_count) argument
H A Dixgbe_dcb_82599.c44 * @tc_count: Number of elements in bwg_array.
50 u8 tc_count)
56 if (tc_count > IXGBE_DCB_MAX_TRAFFIC_CLASS)
60 for (tc = 0; tc < tc_count; tc++) {
85 * @tc_count: Number of elements in bwg_array.
91 u8 tc_count)
97 if (tc_count > IXGBE_DCB_MAX_TRAFFIC_CLASS)
100 for (tc = 0; tc < tc_count; tc++) {
374 u8 tc_count = 8; local
378 tc_count
48 ixgbe_dcb_get_tc_stats_82599(struct ixgbe_hw *hw, struct ixgbe_hw_stats *stats, u8 tc_count) argument
89 ixgbe_dcb_get_pfc_stats_82599(struct ixgbe_hw *hw, struct ixgbe_hw_stats *stats, u8 tc_count) argument
[all...]
H A Dixgbe_dcb.c388 * @tc_count: Number of elements in bwg_array.
393 u8 tc_count)
398 ret = ixgbe_dcb_get_tc_stats_82598(hw, stats, tc_count);
405 ret = ixgbe_dcb_get_tc_stats_82599(hw, stats, tc_count);
418 * @tc_count: Number of elements in bwg_array.
423 u8 tc_count)
428 ret = ixgbe_dcb_get_pfc_stats_82598(hw, stats, tc_count);
435 ret = ixgbe_dcb_get_pfc_stats_82599(hw, stats, tc_count);
392 ixgbe_dcb_get_tc_stats(struct ixgbe_hw *hw, struct ixgbe_hw_stats *stats, u8 tc_count) argument
422 ixgbe_dcb_get_pfc_stats(struct ixgbe_hw *hw, struct ixgbe_hw_stats *stats, u8 tc_count) argument
/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Dtxg_impl.h43 * the number of active transaction holds (tc_count). As transactions
44 * are assigned into a transaction group the appropriate tc_count is
47 * the tc_count. A transaction group is not considered quiesced until all
48 * tx_cpu structures have reached a tc_count of zero.
59 * short period of time, typically when updating the value of tc_count.
74 uint64_t tc_count[TXG_SIZE]; /* tx hold count on each txg */ member in struct:tx_cpu

Completed in 88 milliseconds