Lines Matching refs:edev
68 const struct rte_eth_dev *edev = opaque; in eth_representor_cmp() local
69 const struct rte_eth_dev_data *data = edev->data; in eth_representor_cmp()
98 if (rte_eth_representor_id_get(edev->data->backer_port_id, in eth_representor_cmp()
114 eth_dev_match(const struct rte_eth_dev *edev, in eth_dev_match() argument
122 if (edev->state == RTE_ETH_DEV_UNUSED) in eth_dev_match()
124 if (arg->device != NULL && arg->device != edev->device) in eth_dev_match()
129 eth_mac_cmp, edev->data); in eth_dev_match()
135 eth_representor_cmp, (void *)(uintptr_t)edev); in eth_dev_match()
147 if ((edev->data->dev_flags & RTE_ETH_DEV_REPRESENTOR) != 0) in eth_dev_match()
159 struct rte_eth_dev *edev = NULL; in eth_dev_iterate() local
174 edev = eth_find_device(start, eth_dev_match, in eth_dev_iterate()
177 return edev; in eth_dev_iterate()