Lines Matching refs:rxmode
1188 if (dev_conf->rxmode.mtu == 0) in rte_eth_dev_configure()
1189 dev->data->dev_conf.rxmode.mtu = RTE_ETHER_MTU; in rte_eth_dev_configure()
1192 dev->data->dev_conf.rxmode.mtu); in rte_eth_dev_configure()
1196 dev->data->mtu = dev->data->dev_conf.rxmode.mtu; in rte_eth_dev_configure()
1202 if (dev_conf->rxmode.offloads & RTE_ETH_RX_OFFLOAD_TCP_LRO) { in rte_eth_dev_configure()
1208 max_rx_pktlen = dev->data->dev_conf.rxmode.mtu + overhead_len; in rte_eth_dev_configure()
1209 if (dev_conf->rxmode.max_lro_pkt_size == 0) in rte_eth_dev_configure()
1210 dev->data->dev_conf.rxmode.max_lro_pkt_size = max_rx_pktlen; in rte_eth_dev_configure()
1212 dev->data->dev_conf.rxmode.max_lro_pkt_size, in rte_eth_dev_configure()
1220 if ((dev_conf->rxmode.offloads & dev_info.rx_offload_capa) != in rte_eth_dev_configure()
1221 dev_conf->rxmode.offloads) { in rte_eth_dev_configure()
1225 port_id, dev_conf->rxmode.offloads, in rte_eth_dev_configure()
1259 if (((dev_conf->rxmode.mq_mode & RTE_ETH_MQ_RX_RSS_FLAG) == 0) && in rte_eth_dev_configure()
1260 (dev_conf->rxmode.offloads & RTE_ETH_RX_OFFLOAD_RSS_HASH)) { in rte_eth_dev_configure()
1310 dev_conf->rxmode.offloads, in rte_eth_dev_configure()
1311 dev->data->dev_conf.rxmode.offloads, "Rx", in rte_eth_dev_configure()
1838 local_conf.offloads &= ~dev->data->dev_conf.rxmode.offloads; in rte_eth_rx_queue_setup()
1880 if (dev->data->dev_conf.rxmode.max_lro_pkt_size == 0) in rte_eth_rx_queue_setup()
1881 dev->data->dev_conf.rxmode.max_lro_pkt_size = max_rx_pktlen; in rte_eth_rx_queue_setup()
1883 dev->data->dev_conf.rxmode.max_lro_pkt_size, in rte_eth_rx_queue_setup()
3410 if (!(dev->data->dev_conf.rxmode.offloads & in rte_eth_dev_vlan_filter()
3494 orig_offloads = dev->data->dev_conf.rxmode.offloads; in rte_eth_dev_set_vlan_offload()
3559 dev->data->dev_conf.rxmode.offloads = dev_offloads; in rte_eth_dev_set_vlan_offload()
3563 dev->data->dev_conf.rxmode.offloads = orig_offloads; in rte_eth_dev_set_vlan_offload()
3578 dev_offloads = &dev->data->dev_conf.rxmode.offloads; in rte_eth_dev_get_vlan_offload()
3902 mq_mode = dev->data->dev_conf.rxmode.mq_mode; in rte_eth_dev_rss_reta_update()
3974 mq_mode = dev->data->dev_conf.rxmode.mq_mode; in rte_eth_dev_rss_hash_update()
5719 eth_dev->data->dev_conf.rxmode.offloads); in eth_dev_handle_port_info()