Home
last modified time | relevance | path

Searched refs:txgbe_dcb_config (Results 1 – 7 of 7) sorted by relevance

/f-stack/dpdk/drivers/net/txgbe/base/
H A Dtxgbe_dcb.h81 struct txgbe_dcb_config { struct
99 struct txgbe_dcb_config *dcb_config, argument
106 void txgbe_dcb_unpack_pfc_cee(struct txgbe_dcb_config *cfg,
108 void txgbe_dcb_unpack_refill_cee(struct txgbe_dcb_config *cfg, int direction,
110 void txgbe_dcb_unpack_max_cee(struct txgbe_dcb_config *cfg, u16 *max);
111 void txgbe_dcb_unpack_bwgid_cee(struct txgbe_dcb_config *cfg, int direction,
113 void txgbe_dcb_unpack_tsa_cee(struct txgbe_dcb_config *cfg, int direction,
115 void txgbe_dcb_unpack_map_cee(struct txgbe_dcb_config *cfg, int direction,
117 u8 txgbe_dcb_get_tc_from_up(struct txgbe_dcb_config *cfg, int direction, u8 up);
H A Dtxgbe_dcb.c162 struct txgbe_dcb_config *dcb_config, in txgbe_dcb_calculate_tc_credits_cee()
267 void txgbe_dcb_unpack_pfc_cee(struct txgbe_dcb_config *cfg, u8 *map, u8 *pfc_up) in txgbe_dcb_unpack_pfc_cee()
282 void txgbe_dcb_unpack_refill_cee(struct txgbe_dcb_config *cfg, int direction, in txgbe_dcb_unpack_refill_cee()
292 void txgbe_dcb_unpack_max_cee(struct txgbe_dcb_config *cfg, u16 *max) in txgbe_dcb_unpack_max_cee()
301 void txgbe_dcb_unpack_bwgid_cee(struct txgbe_dcb_config *cfg, int direction, in txgbe_dcb_unpack_bwgid_cee()
311 void txgbe_dcb_unpack_tsa_cee(struct txgbe_dcb_config *cfg, int direction, in txgbe_dcb_unpack_tsa_cee()
321 u8 txgbe_dcb_get_tc_from_up(struct txgbe_dcb_config *cfg, int direction, u8 up) in txgbe_dcb_get_tc_from_up()
344 void txgbe_dcb_unpack_map_cee(struct txgbe_dcb_config *cfg, int direction, in txgbe_dcb_unpack_map_cee()
H A Dtxgbe_dcb_hw.h13 struct txgbe_dcb_config *dcb_config);
H A Dtxgbe_dcb_hw.c265 struct txgbe_dcb_config *dcb_config) in txgbe_dcb_config_tc_stats_raptor()
/f-stack/dpdk/drivers/net/txgbe/
H A Dtxgbe_rxtx.c3034 struct txgbe_dcb_config *dcb_config) in txgbe_dcb_tx_hw_config()
3070 struct txgbe_dcb_config *dcb_config) in txgbe_vmdq_dcb_hw_tx_config()
3088 struct txgbe_dcb_config *dcb_config) in txgbe_vmdq_dcb_rx_config()
3121 struct txgbe_dcb_config *dcb_config) in txgbe_dcb_vt_tx_config()
3154 struct txgbe_dcb_config *dcb_config) in txgbe_dcb_rx_config()
3181 struct txgbe_dcb_config *dcb_config) in txgbe_dcb_tx_config()
3213 struct txgbe_dcb_config *dcb_config) in txgbe_dcb_rx_hw_config()
3315 struct txgbe_dcb_config *dcb_config) in txgbe_dcb_hw_configure()
3572 struct txgbe_dcb_config *dcb_cfg = TXGBE_DEV_DCB_CONFIG(dev); in txgbe_configure_dcb()
H A Dtxgbe_ethdev.h148 struct txgbe_dcb_config dcb_config;
H A Dtxgbe_ethdev.c406 txgbe_dcb_init(struct txgbe_hw *hw, struct txgbe_dcb_config *dcb_config) in txgbe_dcb_init()
472 struct txgbe_dcb_config *dcb_config = TXGBE_DEV_DCB_CONFIG(eth_dev); in eth_txgbe_dev_init()
543 memset(dcb_config, 0, sizeof(struct txgbe_dcb_config)); in eth_txgbe_dev_init()
2985 struct txgbe_dcb_config *dcb_config = TXGBE_DEV_DCB_CONFIG(dev); in txgbe_priority_flow_ctrl_set()
3918 struct txgbe_dcb_config *dcb_config = TXGBE_DEV_DCB_CONFIG(dev); in txgbe_dev_get_dcb_info()