Lines Matching refs:eth_conf
204 struct rte_eth_conf *eth_conf = &dev->data->dev_conf; in dpaa_eth_dev_configure() local
205 uint64_t rx_offloads = eth_conf->rxmode.offloads; in dpaa_eth_dev_configure()
206 uint64_t tx_offloads = eth_conf->txmode.offloads; in dpaa_eth_dev_configure()
267 eth_conf->rx_adv_conf.rss_conf.rss_hf)) { in dpaa_eth_dev_configure()
304 if (eth_conf->link_speeds == ETH_LINK_SPEED_AUTONEG) { in dpaa_eth_dev_configure()
308 } else if (eth_conf->link_speeds & ETH_LINK_SPEED_FIXED) { in dpaa_eth_dev_configure()
309 switch (eth_conf->link_speeds & ~ETH_LINK_SPEED_FIXED) { in dpaa_eth_dev_configure()
609 struct rte_eth_conf *eth_conf = &dev->data->dev_conf; in dpaa_dev_rx_burst_mode_get() local
627 if (eth_conf->rxmode.offloads & rx_offload_map[i].flags) { in dpaa_dev_rx_burst_mode_get()
642 struct rte_eth_conf *eth_conf = &dev->data->dev_conf; in dpaa_dev_tx_burst_mode_get() local
661 if (eth_conf->txmode.offloads & tx_offload_map[i].flags) { in dpaa_dev_tx_burst_mode_get()
1444 struct rte_eth_conf *eth_conf = &data->dev_conf; in dpaa_dev_rss_hash_update() local
1453 eth_conf->rx_adv_conf.rss_conf.rss_hf = rss_conf->rss_hf; in dpaa_dev_rss_hash_update()
1466 struct rte_eth_conf *eth_conf = &data->dev_conf; in dpaa_dev_rss_hash_conf_get() local
1470 rss_conf->rss_hf = eth_conf->rx_adv_conf.rss_conf.rss_hf; in dpaa_dev_rss_hash_conf_get()