Searched refs:ixgbe_dcb_config (Results 1 - 8 of 8) 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.h136 struct ixgbe_dcb_config { struct
153 s32 ixgbe_dcb_check_config(struct ixgbe_dcb_config *config);
156 s32 ixgbe_dcb_calculate_tc_credits(struct ixgbe_dcb_config *, u8);
159 s32 ixgbe_dcb_config_pfc(struct ixgbe_hw *, struct ixgbe_dcb_config *g);
168 struct ixgbe_dcb_config *);
170 struct ixgbe_dcb_config *);
171 s32 ixgbe_dcb_config_rx_arbiter(struct ixgbe_hw *, struct ixgbe_dcb_config *);
174 s32 ixgbe_dcb_hw_config(struct ixgbe_hw *, struct ixgbe_dcb_config *);
H A Dixgbe_dcb_82598.h74 s32 ixgbe_dcb_config_pfc_82598(struct ixgbe_hw *, struct ixgbe_dcb_config *);
85 struct ixgbe_dcb_config *);
87 struct ixgbe_dcb_config *);
89 struct ixgbe_dcb_config *);
92 s32 ixgbe_dcb_hw_config_82598(struct ixgbe_hw *, struct ixgbe_dcb_config *);
H A Dixgbe_dcb_82599.h103 struct ixgbe_dcb_config *dcb_config);
116 struct ixgbe_dcb_config *dcb_config);
118 struct ixgbe_dcb_config *dcb_config);
120 struct ixgbe_dcb_config *dcb_config);
125 struct ixgbe_dcb_config *config);
H A Dixgbe_dcb.c37 * ixgbe_dcb_config - Struct containing DCB settings.
50 s32 ixgbe_dcb_check_config(struct ixgbe_dcb_config *dcb_config)
130 * @ixgbe_dcb_config: Struct containing DCB settings.
137 s32 ixgbe_dcb_calculate_tc_credits(struct ixgbe_dcb_config *dcb_config,
246 * @dcb_config: pointer to ixgbe_dcb_config structure
251 struct ixgbe_dcb_config *dcb_config)
264 * @dcb_config: pointer to ixgbe_dcb_config structure
269 struct ixgbe_dcb_config *dcb_config)
282 * @dcb_config: pointer to ixgbe_dcb_config structure
287 struct ixgbe_dcb_config *dcb_confi
[all...]
H A Dixgbe_dcb_82598.c96 * @dcb_config: pointer to ixgbe_dcb_config structure
101 struct ixgbe_dcb_config *dcb_config)
136 * @dcb_config: pointer to ixgbe_dcb_config structure
141 struct ixgbe_dcb_config *dcb_config)
193 * @dcb_config: pointer to ixgbe_dcb_config structure
198 struct ixgbe_dcb_config *dcb_config)
241 * @dcb_config: pointer to ixgbe_dcb_config structure
246 struct ixgbe_dcb_config *dcb_config)
287 * @dcb_config: pointer to ixgbe_dcb_config structure
292 struct ixgbe_dcb_config *dcb_confi
[all...]
H A Dixgbe_dcb_82599.c93 * @dcb_config: pointer to ixgbe_dcb_config structure
98 struct ixgbe_dcb_config *dcb_config)
135 * @dcb_config: pointer to ixgbe_dcb_config structure
140 struct ixgbe_dcb_config *dcb_config)
190 * @dcb_config: pointer to ixgbe_dcb_config structure
195 struct ixgbe_dcb_config *dcb_config)
237 * @dcb_config: pointer to ixgbe_dcb_config structure
242 struct ixgbe_dcb_config *dcb_config)
293 * @dcb_config: pointer to ixgbe_dcb_config structure
298 struct ixgbe_dcb_config *dcb_confi
[all...]
H A Dixgbe.h288 struct ixgbe_dcb_config dcb_cfg;
289 struct ixgbe_dcb_config temp_dcb_cfg;
434 extern int ixgbe_copy_dcb_cfg(struct ixgbe_dcb_config *src_dcb_cfg,
435 struct ixgbe_dcb_config *dst_dcb_cfg,
H A Dixgbe_dcb_nl.c48 int ixgbe_copy_dcb_cfg(struct ixgbe_dcb_config *src_dcb_cfg,
49 struct ixgbe_dcb_config *dst_dcb_cfg, int tc_max)

Completed in 45 milliseconds