Lines Matching defs:eth_dev
216 ionic_dev_fw_version_get(struct rte_eth_dev *eth_dev, in ionic_dev_fw_version_get()
236 ionic_dev_set_link_up(struct rte_eth_dev *eth_dev) in ionic_dev_set_link_up()
260 ionic_dev_set_link_down(struct rte_eth_dev *eth_dev) in ionic_dev_set_link_down()
281 ionic_dev_link_update(struct rte_eth_dev *eth_dev, in ionic_dev_link_update()
353 ionic_dev_mtu_set(struct rte_eth_dev *eth_dev, uint16_t mtu) in ionic_dev_mtu_set()
383 ionic_dev_info_get(struct rte_eth_dev *eth_dev, in ionic_dev_info_get()
467 ionic_flow_ctrl_get(struct rte_eth_dev *eth_dev, in ionic_flow_ctrl_get()
487 ionic_flow_ctrl_set(struct rte_eth_dev *eth_dev, in ionic_flow_ctrl_set()
517 ionic_vlan_offload_set(struct rte_eth_dev *eth_dev, int mask) in ionic_vlan_offload_set()
555 ionic_dev_rss_reta_update(struct rte_eth_dev *eth_dev, in ionic_dev_rss_reta_update()
595 ionic_dev_rss_reta_query(struct rte_eth_dev *eth_dev, in ionic_dev_rss_reta_query()
632 ionic_dev_rss_hash_conf_get(struct rte_eth_dev *eth_dev, in ionic_dev_rss_hash_conf_get()
670 ionic_dev_rss_hash_update(struct rte_eth_dev *eth_dev, in ionic_dev_rss_hash_update()
714 ionic_dev_stats_get(struct rte_eth_dev *eth_dev, in ionic_dev_stats_get()
725 ionic_dev_stats_reset(struct rte_eth_dev *eth_dev) in ionic_dev_stats_reset()
737 ionic_dev_xstats_get_names(__rte_unused struct rte_eth_dev *eth_dev, in ionic_dev_xstats_get_names()
755 ionic_dev_xstats_get_names_by_id(struct rte_eth_dev *eth_dev, in ionic_dev_xstats_get_names_by_id()
790 ionic_dev_xstats_get(struct rte_eth_dev *eth_dev, struct rte_eth_xstat *xstats, in ionic_dev_xstats_get()
812 ionic_dev_xstats_get_by_id(struct rte_eth_dev *eth_dev, const uint64_t *ids, in ionic_dev_xstats_get_by_id()
850 ionic_dev_xstats_reset(struct rte_eth_dev *eth_dev) in ionic_dev_xstats_reset()
860 ionic_dev_configure(struct rte_eth_dev *eth_dev) in ionic_dev_configure()
898 ionic_dev_start(struct rte_eth_dev *eth_dev) in ionic_dev_start()
944 ionic_dev_stop(struct rte_eth_dev *eth_dev) in ionic_dev_stop()
962 ionic_dev_close(struct rte_eth_dev *eth_dev) in ionic_dev_close()
987 eth_ionic_dev_init(struct rte_eth_dev *eth_dev, void *init_params) in eth_ionic_dev_init()
1056 eth_ionic_dev_uninit(struct rte_eth_dev *eth_dev) in eth_ionic_dev_uninit()
1283 struct rte_eth_dev *eth_dev; in eth_ionic_pci_remove() local