Searched refs:ixgbe_dcb_config (Results 1 – 5 of 5) sorted by relevance
/linux-4.1.27/drivers/net/ethernet/intel/ixgbe/ |
D | ixgbe_dcb.h | 131 struct ixgbe_dcb_config { struct 143 void ixgbe_dcb_unpack_pfc(struct ixgbe_dcb_config *cfg, u8 *pfc_en); argument 144 void ixgbe_dcb_unpack_refill(struct ixgbe_dcb_config *, int, u16 *); 145 void ixgbe_dcb_unpack_max(struct ixgbe_dcb_config *, u16 *); 146 void ixgbe_dcb_unpack_bwgid(struct ixgbe_dcb_config *, int, u8 *); 147 void ixgbe_dcb_unpack_prio(struct ixgbe_dcb_config *, int, u8 *); 148 void ixgbe_dcb_unpack_map(struct ixgbe_dcb_config *, int, u8 *); 149 u8 ixgbe_dcb_get_tc_from_up(struct ixgbe_dcb_config *, int, u8); 153 struct ixgbe_dcb_config *, int, u8); 160 s32 ixgbe_dcb_hw_config(struct ixgbe_hw *, struct ixgbe_dcb_config *);
|
D | ixgbe_dcb.c | 83 struct ixgbe_dcb_config *dcb_config, in ixgbe_dcb_calculate_tc_credits() 177 void ixgbe_dcb_unpack_pfc(struct ixgbe_dcb_config *cfg, u8 *pfc_en) in ixgbe_dcb_unpack_pfc() 188 void ixgbe_dcb_unpack_refill(struct ixgbe_dcb_config *cfg, int direction, in ixgbe_dcb_unpack_refill() 198 void ixgbe_dcb_unpack_max(struct ixgbe_dcb_config *cfg, u16 *max) in ixgbe_dcb_unpack_max() 207 void ixgbe_dcb_unpack_bwgid(struct ixgbe_dcb_config *cfg, int direction, in ixgbe_dcb_unpack_bwgid() 217 void ixgbe_dcb_unpack_prio(struct ixgbe_dcb_config *cfg, int direction, in ixgbe_dcb_unpack_prio() 227 u8 ixgbe_dcb_get_tc_from_up(struct ixgbe_dcb_config *cfg, int direction, u8 up) in ixgbe_dcb_get_tc_from_up() 250 void ixgbe_dcb_unpack_map(struct ixgbe_dcb_config *cfg, int direction, u8 *map) in ixgbe_dcb_unpack_map() 266 struct ixgbe_dcb_config *dcb_config) in ixgbe_dcb_hw_config()
|
D | ixgbe_dcb_nl.c | 50 struct ixgbe_dcb_config *scfg = &adapter->temp_dcb_cfg; in ixgbe_copy_dcb_cfg() 51 struct ixgbe_dcb_config *dcfg = &adapter->dcb_cfg; in ixgbe_copy_dcb_cfg() 325 struct ixgbe_dcb_config *dcb_cfg = &adapter->dcb_cfg; in ixgbe_dcbnl_set_all()
|
D | ixgbe.h | 680 struct ixgbe_dcb_config dcb_cfg; 681 struct ixgbe_dcb_config temp_dcb_cfg;
|
D | ixgbe_main.c | 7667 struct ixgbe_dcb_config *dcb_cfg = &adapter->dcb_cfg; in ixgbe_set_prio_tc_map()
|