Searched refs:ethdev_bus_specific_init (Results 1 – 2 of 2) sorted by relevance
1225 typedef int (*ethdev_bus_specific_init)(struct rte_eth_dev *ethdev, typedef1253 ethdev_bus_specific_init bus_specific_init, void *bus_init_params,
4605 ethdev_bus_specific_init ethdev_bus_specific_init, in rte_eth_dev_create() argument4642 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()