Searched refs:dcb_tx_conf (Results 1 – 10 of 10) sorted by relevance
123 nb_tcs = eth_conf->tx_adv_conf.dcb_tx_conf.nb_tcs; in ixgbe_tc_nb_get()
740 nb_tcs = eth_conf->tx_adv_conf.dcb_tx_conf.nb_tcs; in rte_pmd_ixgbe_set_tc_bw_alloc()
3962 &dev->data->dev_conf.tx_adv_conf.dcb_tx_conf; in ixgbe_dcb_tx_config()
2361 conf = &dev_conf->tx_adv_conf.dcb_tx_conf; in ixgbe_check_mq_mode()
122 nb_tcs = eth_conf->tx_adv_conf.dcb_tx_conf.nb_tcs; in txgbe_tc_nb_get()
3328 &dev->data->dev_conf.tx_adv_conf.dcb_tx_conf; in txgbe_dcb_tx_config()
1472 conf = &dev_conf->tx_adv_conf.dcb_tx_conf; in txgbe_check_mq_mode()
1812 struct rte_eth_dcb_tx_conf *dcb_tx_conf; in hns3_check_mq_mode() local1826 dcb_tx_conf = &dev->data->dev_conf.tx_adv_conf.dcb_tx_conf; in hns3_check_mq_mode()1842 if (dcb_rx_conf->nb_tcs != dcb_tx_conf->nb_tcs) { in hns3_check_mq_mode()1844 dcb_tx_conf->nb_tcs, dcb_rx_conf->nb_tcs); in hns3_check_mq_mode()1849 if (dcb_rx_conf->dcb_tc[i] != dcb_tx_conf->dcb_tc[i]) { in hns3_check_mq_mode()
1599 struct rte_eth_dcb_tx_conf dcb_tx_conf; member
3917 ð_conf->tx_adv_conf.dcb_tx_conf; in get_eth_dcb_conf()