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

/freebsd-9.3-release/sys/dev/ixgbe/
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++) {
367 u8 tc_count = 8; local
371 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_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.c383 * @tc_count: Number of elements in bwg_array.
388 u8 tc_count)
393 ret = ixgbe_dcb_get_tc_stats_82598(hw, stats, tc_count);
398 ret = ixgbe_dcb_get_tc_stats_82599(hw, stats, tc_count);
411 * @tc_count: Number of elements in bwg_array.
416 u8 tc_count)
421 ret = ixgbe_dcb_get_pfc_stats_82598(hw, stats, tc_count);
426 ret = ixgbe_dcb_get_pfc_stats_82599(hw, stats, tc_count);
387 ixgbe_dcb_get_tc_stats(struct ixgbe_hw *hw, struct ixgbe_hw_stats *stats, u8 tc_count) argument
415 ixgbe_dcb_get_pfc_stats(struct ixgbe_hw *hw, struct ixgbe_hw_stats *stats, u8 tc_count) argument
/freebsd-9.3-release/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-9.3-release/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 162 milliseconds