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

/freebsd-12-stable/sys/dev/ixgbe/
H A Dixgbe_dcb_82599.c45 * @tc_count: Number of elements in bwg_array.
51 u8 tc_count)
57 if (tc_count > IXGBE_DCB_MAX_TRAFFIC_CLASS)
61 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++) {
387 u8 tc_count = 8; local
391 tc_count
49 ixgbe_dcb_get_tc_stats_82599(struct ixgbe_hw *hw, struct ixgbe_hw_stats *stats, u8 tc_count) argument
90 ixgbe_dcb_get_pfc_stats_82599(struct ixgbe_hw *hw, struct ixgbe_hw_stats *stats, u8 tc_count) argument
[all...]
H A Dixgbe_dcb_82598.c45 * @tc_count: Number of elements in bwg_array.
51 u8 tc_count)
57 if (tc_count > IXGBE_DCB_MAX_TRAFFIC_CLASS)
61 for (tc = 0; tc < tc_count; tc++) {
87 * @tc_count: Number of elements in bwg_array.
93 u8 tc_count)
99 if (tc_count > IXGBE_DCB_MAX_TRAFFIC_CLASS)
102 for (tc = 0; tc < tc_count; tc++) {
49 ixgbe_dcb_get_tc_stats_82598(struct ixgbe_hw *hw, struct ixgbe_hw_stats *stats, u8 tc_count) argument
91 ixgbe_dcb_get_pfc_stats_82598(struct ixgbe_hw *hw, struct ixgbe_hw_stats *stats, u8 tc_count) argument
H A Dixgbe_dcb.c395 * @tc_count: Number of elements in bwg_array.
400 u8 tc_count)
405 ret = ixgbe_dcb_get_tc_stats_82598(hw, stats, tc_count);
413 ret = ixgbe_dcb_get_tc_stats_82599(hw, stats, tc_count);
426 * @tc_count: Number of elements in bwg_array.
431 u8 tc_count)
436 ret = ixgbe_dcb_get_pfc_stats_82598(hw, stats, tc_count);
444 ret = ixgbe_dcb_get_pfc_stats_82599(hw, stats, tc_count);
399 ixgbe_dcb_get_tc_stats(struct ixgbe_hw *hw, struct ixgbe_hw_stats *stats, u8 tc_count) argument
430 ixgbe_dcb_get_pfc_stats(struct ixgbe_hw *hw, struct ixgbe_hw_stats *stats, u8 tc_count) argument
/freebsd-12-stable/sys/cddl/contrib/opensolaris/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
/freebsd-12-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dtxg.c307 tc->tc_count[txg & TXG_MASK]++;
343 ASSERT(tc->tc_count[g] != 0);
344 if (--tc->tc_count[g] == 0)
390 while (tc->tc_count[g] != 0)

Completed in 145 milliseconds