Home
last modified time | relevance | path

Searched refs:ixgbe_dcb_config (Results 1 – 5 of 5) sorted by relevance

/linux-6.12.1/drivers/net/ethernet/intel/ixgbe/
Dixgbe_dcb.h106 struct ixgbe_dcb_config { struct
118 void ixgbe_dcb_unpack_pfc(struct ixgbe_dcb_config *cfg, u8 *pfc_en); argument
119 void ixgbe_dcb_unpack_refill(struct ixgbe_dcb_config *, int, u16 *);
120 void ixgbe_dcb_unpack_max(struct ixgbe_dcb_config *, u16 *);
121 void ixgbe_dcb_unpack_bwgid(struct ixgbe_dcb_config *, int, u8 *);
122 void ixgbe_dcb_unpack_prio(struct ixgbe_dcb_config *, int, u8 *);
123 void ixgbe_dcb_unpack_map(struct ixgbe_dcb_config *, int, u8 *);
124 u8 ixgbe_dcb_get_tc_from_up(struct ixgbe_dcb_config *, int, u8);
128 struct ixgbe_dcb_config *, int, u8);
135 int ixgbe_dcb_hw_config(struct ixgbe_hw *, struct ixgbe_dcb_config *);
Dixgbe_dcb.c63 struct ixgbe_dcb_config *dcb_config, in ixgbe_dcb_calculate_tc_credits()
162 void ixgbe_dcb_unpack_pfc(struct ixgbe_dcb_config *cfg, u8 *pfc_en) in ixgbe_dcb_unpack_pfc()
173 void ixgbe_dcb_unpack_refill(struct ixgbe_dcb_config *cfg, int direction, in ixgbe_dcb_unpack_refill()
183 void ixgbe_dcb_unpack_max(struct ixgbe_dcb_config *cfg, u16 *max) in ixgbe_dcb_unpack_max()
192 void ixgbe_dcb_unpack_bwgid(struct ixgbe_dcb_config *cfg, int direction, in ixgbe_dcb_unpack_bwgid()
202 void ixgbe_dcb_unpack_prio(struct ixgbe_dcb_config *cfg, int direction, in ixgbe_dcb_unpack_prio()
212 u8 ixgbe_dcb_get_tc_from_up(struct ixgbe_dcb_config *cfg, int direction, u8 up) in ixgbe_dcb_get_tc_from_up()
235 void ixgbe_dcb_unpack_map(struct ixgbe_dcb_config *cfg, int direction, u8 *map) in ixgbe_dcb_unpack_map()
251 struct ixgbe_dcb_config *dcb_config) in ixgbe_dcb_hw_config()
Dixgbe_dcb_nl.c23 struct ixgbe_dcb_config *scfg = &adapter->temp_dcb_cfg; in ixgbe_copy_dcb_cfg()
24 struct ixgbe_dcb_config *dcfg = &adapter->dcb_cfg; in ixgbe_copy_dcb_cfg()
298 struct ixgbe_dcb_config *dcb_cfg = &adapter->dcb_cfg; in ixgbe_dcbnl_set_all()
Dixgbe.h710 struct ixgbe_dcb_config dcb_cfg;
711 struct ixgbe_dcb_config temp_dcb_cfg;
Dixgbe_main.c9175 struct ixgbe_dcb_config *dcb_cfg = &adapter->dcb_cfg; in ixgbe_set_prio_tc_map()