Lines Matching defs:edev
69 const struct rte_eth_dev *edev = opaque;
70 const struct rte_eth_dev_data *data = edev->data;
74 if (!rte_eth_dev_is_repr(edev))
99 if (rte_eth_representor_id_get(edev->data->backer_port_id,
115 eth_dev_match(const struct rte_eth_dev *edev,
123 if (edev->state == RTE_ETH_DEV_UNUSED)
125 if (arg->device != NULL && arg->device != edev->device)
130 eth_mac_cmp, edev->data);
136 eth_representor_cmp, (void *)(uintptr_t)edev);
148 if (rte_eth_dev_is_repr(edev))
160 struct rte_eth_dev *edev = NULL;
175 edev = eth_find_device(start, eth_dev_match,
178 return edev;