Home
last modified time | relevance | path

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

/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. */
/dpdk/lib/ethdev/
H A Dethdev_driver.h88 struct rte_eth_dev_owner;
163 struct rte_eth_dev_owner owner; /**< The port owner */
H A Drte_ethdev.h2151 struct rte_eth_dev_owner { struct
2305 const struct rte_eth_dev_owner *owner);
2353 struct rte_eth_dev_owner *owner);
H A Drte_ethdev.c428 const struct rte_eth_dev_owner *new_owner) in eth_dev_owner_set()
431 struct rte_eth_dev_owner *port_owner; in eth_dev_owner_set()
475 const struct rte_eth_dev_owner *owner) in rte_eth_dev_owner_set()
492 const struct rte_eth_dev_owner new_owner = (struct rte_eth_dev_owner) in rte_eth_dev_owner_unset()
522 sizeof(struct rte_eth_dev_owner)); in rte_eth_dev_owner_delete()
540 rte_eth_dev_owner_get(const uint16_t port_id, struct rte_eth_dev_owner *owner) in rte_eth_dev_owner_get()
/dpdk/drivers/net/netvsc/
H A Dhn_var.h181 struct rte_eth_dev_owner owner;
H A Dhn_vf.c58 struct rte_eth_dev_owner owner = { .id = RTE_ETH_DEV_NO_OWNER }; in hn_vf_attach()
/dpdk/app/proc-info/
H A Dmain.c727 struct rte_eth_dev_owner owner; in show_port()