Home
last modified time | relevance | path

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

/dpdk/lib/ethdev/
H A Dethdev_driver.c260 ethdev_bus_specific_init ethdev_bus_specific_init, in rte_eth_dev_create() argument
297 if (ethdev_bus_specific_init) { in rte_eth_dev_create()
298 retval = ethdev_bus_specific_init(ethdev, bus_init_params); in rte_eth_dev_create()
H A Dethdev_driver.h1642 typedef int (*ethdev_bus_specific_init)(struct rte_eth_dev *ethdev, typedef
1670 ethdev_bus_specific_init bus_specific_init, void *bus_init_params,