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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/ixgbe/
H A Dixgbe_dcb_82599.h106 u8 tc_count);
112 u8 tc_count);
H A Dixgbe_dcb.c209 * @tc_count: Number of elements in bwg_array.
214 u8 tc_count)
218 ret = ixgbe_dcb_get_tc_stats_82598(hw, stats, tc_count);
220 ret = ixgbe_dcb_get_tc_stats_82599(hw, stats, tc_count);
228 * tc_count - Number of elements in bwg_array.
233 u8 tc_count)
237 ret = ixgbe_dcb_get_pfc_stats_82598(hw, stats, tc_count);
239 ret = ixgbe_dcb_get_pfc_stats_82599(hw, stats, tc_count);
213 ixgbe_dcb_get_tc_stats(struct ixgbe_hw *hw, struct ixgbe_hw_stats *stats, u8 tc_count) argument
232 ixgbe_dcb_get_pfc_stats(struct ixgbe_hw *hw, struct ixgbe_hw_stats *stats, u8 tc_count) argument
H A Dixgbe_dcb_82598.c38 * @tc_count: Number of elements in bwg_array.
44 u8 tc_count)
48 if (tc_count > MAX_TRAFFIC_CLASS)
52 for (tc = 0; tc < tc_count; tc++) {
70 * @tc_count: Number of elements in bwg_array.
76 u8 tc_count)
80 if (tc_count > MAX_TRAFFIC_CLASS)
83 for (tc = 0; tc < tc_count; tc++) {
42 ixgbe_dcb_get_tc_stats_82598(struct ixgbe_hw *hw, struct ixgbe_hw_stats *stats, u8 tc_count) argument
74 ixgbe_dcb_get_pfc_stats_82598(struct ixgbe_hw *hw, struct ixgbe_hw_stats *stats, u8 tc_count) argument
H A Dixgbe_dcb_82599.c37 * @tc_count: Number of elements in bwg_array.
43 u8 tc_count)
47 if (tc_count > MAX_TRAFFIC_CLASS)
50 for (tc = 0; tc < tc_count; tc++) {
68 * @tc_count: Number of elements in bwg_array.
74 u8 tc_count)
78 if (tc_count > MAX_TRAFFIC_CLASS)
80 for (tc = 0; tc < tc_count; tc++) {
41 ixgbe_dcb_get_tc_stats_82599(struct ixgbe_hw *hw, struct ixgbe_hw_stats *stats, u8 tc_count) argument
72 ixgbe_dcb_get_pfc_stats_82599(struct ixgbe_hw *hw, struct ixgbe_hw_stats *stats, u8 tc_count) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/cifs/
H A Dcifsfs.c445 if ((tcon->tc_count > 1) || (tcon->tidStatus == CifsExiting)) {
451 } else if (tcon->tc_count == 1)
H A Dcifsglob.h241 int tc_count; member in struct:cifsTconInfo
H A Dmisc.c115 ++ret_buf->tc_count;
H A Dconnect.c1808 ++tcon->tc_count;
1822 cFYI(1, "%s: tc_count=%d\n", __func__, tcon->tc_count);
1824 if (--tcon->tc_count > 0) {
H A Dcifs_debug.c193 tcon->treeName, tcon->tc_count);

Completed in 86 milliseconds