Home
last modified time | relevance | path

Searched defs:dcb_config (Results 1 – 12 of 12) sorted by relevance

/f-stack/dpdk/drivers/net/ixgbe/base/
H A Dixgbe_dcb.c65 struct ixgbe_dcb_config *dcb_config, in ixgbe_dcb_calculate_tc_credits_cee()
279 s32 ixgbe_dcb_check_config_cee(struct ixgbe_dcb_config *dcb_config) in ixgbe_dcb_check_config_cee()
424 struct ixgbe_dcb_config *dcb_config) in ixgbe_dcb_config_rx_arbiter_cee()
465 struct ixgbe_dcb_config *dcb_config) in ixgbe_dcb_config_tx_desc_arbiter_cee()
505 struct ixgbe_dcb_config *dcb_config) in ixgbe_dcb_config_tx_data_arbiter_cee()
548 struct ixgbe_dcb_config *dcb_config) in ixgbe_dcb_config_pfc_cee()
609 struct ixgbe_dcb_config *dcb_config) in ixgbe_dcb_hw_config_cee()
H A Dixgbe_dcb_82599.c352 struct ixgbe_dcb_config *dcb_config) in ixgbe_dcb_config_tc_stats_82599()
478 struct ixgbe_dcb_config *dcb_config) in ixgbe_dcb_config_82599()
/f-stack/dpdk/drivers/net/txgbe/base/
H A Dtxgbe_dcb_hw.c265 struct txgbe_dcb_config *dcb_config) in txgbe_dcb_config_tc_stats_raptor()
H A Dtxgbe_dcb.c162 struct txgbe_dcb_config *dcb_config, in txgbe_dcb_calculate_tc_credits_cee()
/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()
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() local
2985 struct txgbe_dcb_config *dcb_config = TXGBE_DEV_DCB_CONFIG(dev); in txgbe_priority_flow_ctrl_set() local
3918 struct txgbe_dcb_config *dcb_config = TXGBE_DEV_DCB_CONFIG(dev); in txgbe_dev_get_dcb_info() local
H A Dtxgbe_ethdev.h148 struct txgbe_dcb_config dcb_config; member
/f-stack/dpdk/drivers/net/ixgbe/
H A Dixgbe_rxtx.c3767 struct ixgbe_dcb_config *dcb_config) in ixgbe_dcb_tx_hw_config()
3808 struct ixgbe_dcb_config *dcb_config) in ixgbe_vmdq_dcb_hw_tx_config()
3827 struct ixgbe_dcb_config *dcb_config) in ixgbe_vmdq_dcb_rx_config()
3860 struct ixgbe_dcb_config *dcb_config) in ixgbe_dcb_vt_tx_config()
3893 struct ixgbe_dcb_config *dcb_config) in ixgbe_dcb_rx_config()
3920 struct ixgbe_dcb_config *dcb_config) in ixgbe_dcb_tx_config()
3952 struct ixgbe_dcb_config *dcb_config) in ixgbe_dcb_rx_hw_config()
4085 struct ixgbe_dcb_config *dcb_config) in ixgbe_dcb_hw_configure()
H A Drte_pmd_ixgbe.c714 struct ixgbe_dcb_config *dcb_config; in rte_pmd_ixgbe_set_tc_bw_alloc() local
H A Dixgbe_ethdev.c951 ixgbe_dcb_init(struct ixgbe_hw *hw, struct ixgbe_dcb_config *dcb_config) in ixgbe_dcb_init()
1044 struct ixgbe_dcb_config *dcb_config = in eth_ixgbe_dev_init() local
4955 struct ixgbe_dcb_config *dcb_config = in ixgbe_priority_flow_ctrl_set() local
7429 struct ixgbe_dcb_config *dcb_config = in ixgbe_dev_get_dcb_info() local
H A Dixgbe_ethdev.h487 struct ixgbe_dcb_config dcb_config; member
/f-stack/dpdk/app/test-pmd/
H A Dtestpmd.c246 uint8_t dcb_config = 0; variable