Lines Matching defs:eth_dev
163 static int enicpmd_dev_tx_queue_setup(struct rte_eth_dev *eth_dev, in enicpmd_dev_tx_queue_setup()
192 static int enicpmd_dev_tx_queue_start(struct rte_eth_dev *eth_dev, in enicpmd_dev_tx_queue_start()
204 static int enicpmd_dev_tx_queue_stop(struct rte_eth_dev *eth_dev, in enicpmd_dev_tx_queue_stop()
219 static int enicpmd_dev_rx_queue_start(struct rte_eth_dev *eth_dev, in enicpmd_dev_rx_queue_start()
231 static int enicpmd_dev_rx_queue_stop(struct rte_eth_dev *eth_dev, in enicpmd_dev_rx_queue_stop()
280 static int enicpmd_dev_rx_queue_setup(struct rte_eth_dev *eth_dev, in enicpmd_dev_rx_queue_setup()
308 static int enicpmd_vlan_offload_set(struct rte_eth_dev *eth_dev, int mask) in enicpmd_vlan_offload_set()
326 static int enicpmd_dev_configure(struct rte_eth_dev *eth_dev) in enicpmd_dev_configure()
369 static int enicpmd_dev_start(struct rte_eth_dev *eth_dev) in enicpmd_dev_start()
383 static int enicpmd_dev_stop(struct rte_eth_dev *eth_dev) in enicpmd_dev_stop()
403 static int enicpmd_dev_close(struct rte_eth_dev *eth_dev) in enicpmd_dev_close()
416 static int enicpmd_dev_link_update(struct rte_eth_dev *eth_dev, in enicpmd_dev_link_update()
423 static int enicpmd_dev_stats_get(struct rte_eth_dev *eth_dev, in enicpmd_dev_stats_get()
432 static int enicpmd_dev_stats_reset(struct rte_eth_dev *eth_dev) in enicpmd_dev_stats_reset()
440 static uint32_t speed_capa_from_pci_id(struct rte_eth_dev *eth_dev) in speed_capa_from_pci_id()
464 static int enicpmd_dev_info_get(struct rte_eth_dev *eth_dev, in enicpmd_dev_info_get()
567 static int enicpmd_dev_promiscuous_enable(struct rte_eth_dev *eth_dev) in enicpmd_dev_promiscuous_enable()
585 static int enicpmd_dev_promiscuous_disable(struct rte_eth_dev *eth_dev) in enicpmd_dev_promiscuous_disable()
602 static int enicpmd_dev_allmulticast_enable(struct rte_eth_dev *eth_dev) in enicpmd_dev_allmulticast_enable()
619 static int enicpmd_dev_allmulticast_disable(struct rte_eth_dev *eth_dev) in enicpmd_dev_allmulticast_disable()
636 static int enicpmd_add_mac_addr(struct rte_eth_dev *eth_dev, in enicpmd_add_mac_addr()
649 static void enicpmd_remove_mac_addr(struct rte_eth_dev *eth_dev, uint32_t index) in enicpmd_remove_mac_addr()
661 static int enicpmd_set_mac_addr(struct rte_eth_dev *eth_dev, in enicpmd_set_mac_addr()
686 static int enicpmd_set_mc_addr_list(struct rte_eth_dev *eth_dev, in enicpmd_set_mc_addr_list()
769 static int enicpmd_mtu_set(struct rte_eth_dev *eth_dev, uint16_t mtu) in enicpmd_mtu_set()
963 static int enicpmd_dev_rx_queue_intr_enable(struct rte_eth_dev *eth_dev, in enicpmd_dev_rx_queue_intr_enable()
973 static int enicpmd_dev_rx_queue_intr_disable(struct rte_eth_dev *eth_dev, in enicpmd_dev_rx_queue_intr_disable()
1009 static int enicpmd_dev_udp_tunnel_port_add(struct rte_eth_dev *eth_dev, in enicpmd_dev_udp_tunnel_port_add()
1031 static int enicpmd_dev_udp_tunnel_port_del(struct rte_eth_dev *eth_dev, in enicpmd_dev_udp_tunnel_port_del()
1056 static int enicpmd_dev_fw_version_get(struct rte_eth_dev *eth_dev, in enicpmd_dev_fw_version_get()
1229 static int eth_enic_dev_init(struct rte_eth_dev *eth_dev, in eth_enic_dev_init()
1274 static int eth_enic_dev_uninit(struct rte_eth_dev *eth_dev) in eth_enic_dev_uninit()