Home
last modified time | relevance | path

Searched refs:rte_eth_dev_owner (Results 1 – 8 of 8) sorted by relevance

/f-stack/dpdk/lib/librte_ethdev/
H A Drte_ethdev_core.h123 struct rte_eth_dev_owner;
180 struct rte_eth_dev_owner owner; /**< The port owner. */
H A Drte_ethdev.h1800 struct rte_eth_dev_owner { struct
1957 const struct rte_eth_dev_owner *owner);
2005 struct rte_eth_dev_owner *owner);
H A Drte_ethdev.c637 const struct rte_eth_dev_owner *new_owner) in eth_dev_owner_set()
640 struct rte_eth_dev_owner *port_owner; in eth_dev_owner_set()
677 const struct rte_eth_dev_owner *owner) in rte_eth_dev_owner_set()
694 const struct rte_eth_dev_owner new_owner = (struct rte_eth_dev_owner) in rte_eth_dev_owner_unset()
722 sizeof(struct rte_eth_dev_owner)); in rte_eth_dev_owner_delete()
739 rte_eth_dev_owner_get(const uint16_t port_id, struct rte_eth_dev_owner *owner) in rte_eth_dev_owner_get()
/f-stack/dpdk/drivers/net/failsafe/
H A Dfailsafe_eal.c46 struct rte_eth_dev_owner pid_owner; in fs_bus_init()
H A Dfailsafe_private.h168 struct rte_eth_dev_owner my_owner; /* Unique owner. */
/f-stack/dpdk/drivers/net/netvsc/
H A Dhn_var.h153 struct rte_eth_dev_owner owner;
H A Dhn_vf.c57 struct rte_eth_dev_owner owner = { .id = RTE_ETH_DEV_NO_OWNER }; in hn_vf_attach()
/f-stack/dpdk/app/proc-info/
H A Dmain.c704 struct rte_eth_dev_owner owner; in show_port()