Searched refs:ixgbe_dcb_config (Results 1 – 4 of 4) sorted by relevance
/linux-2.6.39/drivers/net/ixgbe/ |
D | ixgbe_dcb.h | 136 struct ixgbe_dcb_config { struct 150 void ixgbe_dcb_unpack_pfc(struct ixgbe_dcb_config *cfg, u8 *pfc_en); argument 151 void ixgbe_dcb_unpack_refill(struct ixgbe_dcb_config *, int, u16 *); 152 void ixgbe_dcb_unpack_max(struct ixgbe_dcb_config *, u16 *); 153 void ixgbe_dcb_unpack_bwgid(struct ixgbe_dcb_config *, int, u8 *); 154 void ixgbe_dcb_unpack_prio(struct ixgbe_dcb_config *, int, u8 *); 159 struct ixgbe_dcb_config *, int, u8); 165 s32 ixgbe_dcb_hw_config(struct ixgbe_hw *, struct ixgbe_dcb_config *);
|
D | ixgbe_dcb.c | 82 struct ixgbe_dcb_config *dcb_config, in ixgbe_dcb_calculate_tc_credits() 180 void ixgbe_dcb_unpack_pfc(struct ixgbe_dcb_config *cfg, u8 *pfc_en) in ixgbe_dcb_unpack_pfc() 189 void ixgbe_dcb_unpack_refill(struct ixgbe_dcb_config *cfg, int direction, in ixgbe_dcb_unpack_refill() 201 void ixgbe_dcb_unpack_max(struct ixgbe_dcb_config *cfg, u16 *max) in ixgbe_dcb_unpack_max() 209 void ixgbe_dcb_unpack_bwgid(struct ixgbe_dcb_config *cfg, int direction, in ixgbe_dcb_unpack_bwgid() 221 void ixgbe_dcb_unpack_prio(struct ixgbe_dcb_config *cfg, int direction, in ixgbe_dcb_unpack_prio() 241 struct ixgbe_dcb_config *dcb_config) in ixgbe_dcb_hw_config()
|
D | ixgbe.h | 343 struct ixgbe_dcb_config dcb_cfg; 344 struct ixgbe_dcb_config temp_dcb_cfg; 500 extern int ixgbe_copy_dcb_cfg(struct ixgbe_dcb_config *src_dcb_cfg, 501 struct ixgbe_dcb_config *dst_dcb_cfg,
|
D | ixgbe_dcb_nl.c | 47 int ixgbe_copy_dcb_cfg(struct ixgbe_dcb_config *src_dcb_cfg, in ixgbe_copy_dcb_cfg() 48 struct ixgbe_dcb_config *dst_dcb_cfg, int tc_max) in ixgbe_copy_dcb_cfg()
|