Home
last modified time | relevance | path

Searched refs:txgbe_bw_conf (Results 1 – 3 of 3) sorted by relevance

/f-stack/dpdk/drivers/net/txgbe/
H A Dtxgbe_ethdev.h134 struct txgbe_bw_conf { struct
153 struct txgbe_bw_conf bw_conf; argument
H A Dtxgbe_ethdev.c473 struct txgbe_bw_conf *bw_conf = TXGBE_DEV_BW_CONF(eth_dev); in eth_txgbe_dev_init()
681 memset(bw_conf, 0, sizeof(struct txgbe_bw_conf)); in eth_txgbe_dev_init()
H A Dtxgbe_rxtx.c3331 struct txgbe_bw_conf *bw_conf = TXGBE_DEV_BW_CONF(dev); in txgbe_dcb_hw_configure()