Searched refs:txgbe_dcb_config (Results 1 – 7 of 7) sorted by relevance
| /dpdk/drivers/net/txgbe/base/ |
| H A D | txgbe_dcb.h | 82 struct txgbe_dcb_config { struct 100 struct txgbe_dcb_config *dcb_config, argument 107 void txgbe_dcb_unpack_pfc_cee(struct txgbe_dcb_config *cfg, 109 void txgbe_dcb_unpack_refill_cee(struct txgbe_dcb_config *cfg, int direction, 111 void txgbe_dcb_unpack_max_cee(struct txgbe_dcb_config *cfg, u16 *max); 112 void txgbe_dcb_unpack_bwgid_cee(struct txgbe_dcb_config *cfg, int direction, 114 void txgbe_dcb_unpack_tsa_cee(struct txgbe_dcb_config *cfg, int direction, 116 void txgbe_dcb_unpack_map_cee(struct txgbe_dcb_config *cfg, int direction, 118 u8 txgbe_dcb_get_tc_from_up(struct txgbe_dcb_config *cfg, int direction, u8 up);
|
| H A D | txgbe_dcb.c | 163 struct txgbe_dcb_config *dcb_config, in txgbe_dcb_calculate_tc_credits_cee() 268 void txgbe_dcb_unpack_pfc_cee(struct txgbe_dcb_config *cfg, u8 *map, u8 *pfc_up) in txgbe_dcb_unpack_pfc_cee() 283 void txgbe_dcb_unpack_refill_cee(struct txgbe_dcb_config *cfg, int direction, in txgbe_dcb_unpack_refill_cee() 293 void txgbe_dcb_unpack_max_cee(struct txgbe_dcb_config *cfg, u16 *max) in txgbe_dcb_unpack_max_cee() 302 void txgbe_dcb_unpack_bwgid_cee(struct txgbe_dcb_config *cfg, int direction, in txgbe_dcb_unpack_bwgid_cee() 312 void txgbe_dcb_unpack_tsa_cee(struct txgbe_dcb_config *cfg, int direction, in txgbe_dcb_unpack_tsa_cee() 322 u8 txgbe_dcb_get_tc_from_up(struct txgbe_dcb_config *cfg, int direction, u8 up) in txgbe_dcb_get_tc_from_up() 345 void txgbe_dcb_unpack_map_cee(struct txgbe_dcb_config *cfg, int direction, in txgbe_dcb_unpack_map_cee()
|
| H A D | txgbe_dcb_hw.h | 14 struct txgbe_dcb_config *dcb_config);
|
| H A D | txgbe_dcb_hw.c | 266 struct txgbe_dcb_config *dcb_config) in txgbe_dcb_config_tc_stats_raptor()
|
| /dpdk/drivers/net/txgbe/ |
| H A D | txgbe_rxtx.c | 3178 struct txgbe_dcb_config *dcb_config) in txgbe_dcb_tx_hw_config() 3214 struct txgbe_dcb_config *dcb_config) in txgbe_vmdq_dcb_hw_tx_config() 3232 struct txgbe_dcb_config *dcb_config) in txgbe_vmdq_dcb_rx_config() 3265 struct txgbe_dcb_config *dcb_config) in txgbe_dcb_vt_tx_config() 3298 struct txgbe_dcb_config *dcb_config) in txgbe_dcb_rx_config() 3325 struct txgbe_dcb_config *dcb_config) in txgbe_dcb_tx_config() 3357 struct txgbe_dcb_config *dcb_config) in txgbe_dcb_rx_hw_config() 3459 struct txgbe_dcb_config *dcb_config) in txgbe_dcb_hw_configure() 3716 struct txgbe_dcb_config *dcb_cfg = TXGBE_DEV_DCB_CONFIG(dev); in txgbe_configure_dcb()
|
| H A D | txgbe_ethdev.h | 354 struct txgbe_dcb_config dcb_config;
|
| H A D | txgbe_ethdev.c | 417 txgbe_dcb_init(struct txgbe_hw *hw, struct txgbe_dcb_config *dcb_config) in txgbe_dcb_init() 548 struct txgbe_dcb_config *dcb_config = TXGBE_DEV_DCB_CONFIG(eth_dev); in eth_txgbe_dev_init() 627 memset(dcb_config, 0, sizeof(struct txgbe_dcb_config)); in eth_txgbe_dev_init() 3294 struct txgbe_dcb_config *dcb_config = TXGBE_DEV_DCB_CONFIG(dev); in txgbe_priority_flow_ctrl_set() 4621 struct txgbe_dcb_config *dcb_config = TXGBE_DEV_DCB_CONFIG(dev); in txgbe_dev_get_dcb_info()
|