Searched refs:ixgbe_dcb_config (Results 1 - 5 of 5) sorted by last modified time

/linux-master/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_main.c9178 struct ixgbe_dcb_config *dcb_cfg = &adapter->dcb_cfg;
H A Dixgbe_dcb.c63 struct ixgbe_dcb_config *dcb_config,
162 void ixgbe_dcb_unpack_pfc(struct ixgbe_dcb_config *cfg, u8 *pfc_en)
173 void ixgbe_dcb_unpack_refill(struct ixgbe_dcb_config *cfg, int direction,
183 void ixgbe_dcb_unpack_max(struct ixgbe_dcb_config *cfg, u16 *max)
192 void ixgbe_dcb_unpack_bwgid(struct ixgbe_dcb_config *cfg, int direction,
202 void ixgbe_dcb_unpack_prio(struct ixgbe_dcb_config *cfg, int direction,
212 u8 ixgbe_dcb_get_tc_from_up(struct ixgbe_dcb_config *cfg, int direction, u8 up)
235 void ixgbe_dcb_unpack_map(struct ixgbe_dcb_config *cfg, int direction, u8 *map)
246 * @dcb_config: pointer to ixgbe_dcb_config structure
251 struct ixgbe_dcb_config *dcb_confi
[all...]
H A Dixgbe_dcb.h106 struct ixgbe_dcb_config { struct
118 void ixgbe_dcb_unpack_pfc(struct ixgbe_dcb_config *cfg, u8 *pfc_en);
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 *);
[all...]
H A Dixgbe.h710 struct ixgbe_dcb_config dcb_cfg;
711 struct ixgbe_dcb_config temp_dcb_cfg;
H A Dixgbe_dcb_nl.c23 struct ixgbe_dcb_config *scfg = &adapter->temp_dcb_cfg;
24 struct ixgbe_dcb_config *dcfg = &adapter->dcb_cfg;
298 struct ixgbe_dcb_config *dcb_cfg = &adapter->dcb_cfg;

Completed in 322 milliseconds