Home
last modified time | relevance | path

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

/f-stack/dpdk/lib/librte_ethdev/
H A Drte_ethdev_driver.h1225 typedef int (*ethdev_bus_specific_init)(struct rte_eth_dev *ethdev, typedef
1253 ethdev_bus_specific_init bus_specific_init, void *bus_init_params,
H A Drte_ethdev.c4605 ethdev_bus_specific_init ethdev_bus_specific_init, in rte_eth_dev_create() argument
4642 if (ethdev_bus_specific_init) { in rte_eth_dev_create()
4643 retval = ethdev_bus_specific_init(ethdev, bus_init_params); in rte_eth_dev_create()