Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/txgbe/
H A Dtxgbe_ethdev.h153 struct txgbe_bw_conf bw_conf; member
199 (&((struct txgbe_adapter *)(dev)->data->dev_private)->bw_conf)
H A Dtxgbe_rxtx.c3331 struct txgbe_bw_conf *bw_conf = TXGBE_DEV_BW_CONF(dev); in txgbe_dcb_hw_configure() local
3401 if (bw_conf->tc_num != nb_tcs) in txgbe_dcb_hw_configure()
3416 if (bw_conf->tc_num != nb_tcs) in txgbe_dcb_hw_configure()
H A Dtxgbe_ethdev.c473 struct txgbe_bw_conf *bw_conf = TXGBE_DEV_BW_CONF(eth_dev); in eth_txgbe_dev_init() local
681 memset(bw_conf, 0, sizeof(struct txgbe_bw_conf)); in eth_txgbe_dev_init()
/f-stack/dpdk/drivers/net/ixgbe/
H A Dixgbe_ethdev.h496 struct ixgbe_bw_conf bw_conf; member
574 (&((struct ixgbe_adapter *)adapter)->bw_conf)
H A Drte_pmd_ixgbe.c717 struct ixgbe_bw_conf *bw_conf; in rte_pmd_ixgbe_set_tc_bw_alloc() local
736 bw_conf = IXGBE_DEV_PRIVATE_TO_BW_CONF(dev->data->dev_private); in rte_pmd_ixgbe_set_tc_bw_alloc()
776 bw_conf->tc_num = nb_tcs; in rte_pmd_ixgbe_set_tc_bw_alloc()
H A Dixgbe_rxtx.c4102 struct ixgbe_bw_conf *bw_conf = in ixgbe_dcb_hw_configure() local
4175 if (bw_conf->tc_num != nb_tcs) in ixgbe_dcb_hw_configure()
4190 if (bw_conf->tc_num != nb_tcs) in ixgbe_dcb_hw_configure()
H A Dixgbe_ethdev.c1048 struct ixgbe_bw_conf *bw_conf = in eth_ixgbe_dev_init() local
1286 memset(bw_conf, 0, sizeof(struct ixgbe_bw_conf)); in eth_ixgbe_dev_init()