Lines Matching refs:dev_conf

253 	rss_conf = &adapter->eth_dev->data->dev_conf.rx_adv_conf.rss_conf;  in iavf_init_rss()
261 if (adapter->eth_dev->data->dev_conf.rxmode.mq_mode != ETH_MQ_RX_RSS) { in iavf_init_rss()
332 struct rte_eth_conf *dev_conf = &dev->data->dev_conf; in iavf_dev_configure() local
344 if (dev->data->dev_conf.rxmode.mq_mode & ETH_MQ_RX_RSS_FLAG) in iavf_dev_configure()
345 dev->data->dev_conf.rxmode.offloads |= DEV_RX_OFFLOAD_RSS_HASH; in iavf_dev_configure()
389 if (dev_conf->rxmode.offloads & DEV_RX_OFFLOAD_VLAN_STRIP) in iavf_dev_configure()
415 max_pkt_len = RTE_MIN(len, dev->data->dev_conf.rxmode.max_rx_pkt_len); in iavf_init_rxq()
420 if (dev->data->dev_conf.rxmode.offloads & DEV_RX_OFFLOAD_JUMBO_FRAME) { in iavf_init_rxq()
443 if ((dev_data->dev_conf.rxmode.offloads & DEV_RX_OFFLOAD_SCATTER) || in iavf_init_rxq()
488 dev->data->dev_conf.intr_conf.rxq) { in iavf_config_rx_queues_irqs()
512 if (!dev->data->dev_conf.intr_conf.rxq || in iavf_config_rx_queues_irqs()
662 vf->max_pkt_len = dev->data->dev_conf.rxmode.max_rx_pkt_len; in iavf_dev_start()
695 if (dev->data->dev_conf.intr_conf.rxq != 0) { in iavf_dev_start()
890 new_link.link_autoneg = !(dev->data->dev_conf.link_speeds & in iavf_dev_link_update()
1007 struct rte_eth_conf *dev_conf = &dev->data->dev_conf; in iavf_dev_vlan_offload_set() local
1016 if (dev_conf->rxmode.offloads & DEV_RX_OFFLOAD_VLAN_STRIP) in iavf_dev_vlan_offload_set()
1171 dev->data->dev_conf.rxmode.offloads |= in iavf_dev_mtu_set()
1174 dev->data->dev_conf.rxmode.offloads &= in iavf_dev_mtu_set()
1177 dev->data->dev_conf.rxmode.max_rx_pkt_len = frame_size; in iavf_dev_mtu_set()