Home
last modified time | relevance | path

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

/dpdk/drivers/net/cnxk/
H A Dcnxk_flow.c121 struct rte_eth_dev *portid_eth_dev; in cnxk_map_actions() local
170 portid_eth_dev = rte_eth_dev_allocated(if_name); in cnxk_map_actions()
171 if (!portid_eth_dev) { in cnxk_map_actions()
175 if (strcmp(portid_eth_dev->device->driver->name, in cnxk_map_actions()
180 hw_dst = portid_eth_dev->data->dev_private; in cnxk_map_actions()