Searched refs:rte_eth_dev_create (Results 1 – 15 of 15) sorted by relevance
| /dpdk/drivers/net/ipn3ke/ |
| H A D | meson.build | 13 # rte_eth_dev_create()
|
| H A D | ipn3ke_ethdev.c | 533 retval = rte_eth_dev_create(&afu_dev->device, name, in ipn3ke_vswitch_probe()
|
| /dpdk/lib/ethdev/ |
| H A D | version.map | 291 rte_eth_dev_create;
|
| H A D | ethdev_driver.c | 258 rte_eth_dev_create(struct rte_device *device, const char *name, in rte_eth_dev_create() function
|
| H A D | ethdev_driver.h | 1668 rte_eth_dev_create(struct rte_device *device, const char *name,
|
| /dpdk/drivers/net/enic/ |
| H A D | enic_ethdev.c | 1324 retval = rte_eth_dev_create(&pci_dev->device, pci_dev->device.name, in eth_enic_pci_probe() 1361 retval = rte_eth_dev_create(&pci_dev->device, name, in eth_enic_pci_probe()
|
| /dpdk/drivers/net/sfc/ |
| H A D | sfc_repr.c | 1073 ret = rte_eth_dev_create(parent->device, name, in sfc_repr_create()
|
| H A D | sfc_ethdev.c | 2941 rc = rte_eth_dev_create(&pci_dev->device, pci_dev->device.name, in sfc_eth_dev_find_or_create()
|
| /dpdk/drivers/net/ionic/ |
| H A D | ionic_ethdev.c | 1231 err = rte_eth_dev_create(&pci_dev->device, in eth_ionic_pci_probe()
|
| /dpdk/drivers/net/ice/ |
| H A D | ice_dcf_ethdev.c | 1881 ret = rte_eth_dev_create(&pci_dev->device, repr_name, in eth_ice_dcf_pci_probe()
|
| /dpdk/drivers/net/bnxt/ |
| H A D | bnxt_ethdev.c | 6233 ret = rte_eth_dev_create(&pci_dev->device, name, in bnxt_rep_port_probe() 6300 ret = rte_eth_dev_create(&pci_dev->device, pci_dev->device.name, in bnxt_pci_probe()
|
| /dpdk/drivers/net/ngbe/ |
| H A D | ngbe_ethdev.c | 509 return rte_eth_dev_create(&pci_dev->device, pci_dev->device.name, in eth_ngbe_pci_probe()
|
| /dpdk/drivers/net/ixgbe/ |
| H A D | ixgbe_ethdev.c | 1743 retval = rte_eth_dev_create(&pci_dev->device, pci_dev->device.name, in eth_ixgbe_pci_probe() 1777 retval = rte_eth_dev_create(&pci_dev->device, name, in eth_ixgbe_pci_probe()
|
| /dpdk/drivers/net/txgbe/ |
| H A D | txgbe_ethdev.c | 931 return rte_eth_dev_create(&pci_dev->device, pci_dev->device.name, in eth_txgbe_pci_probe()
|
| /dpdk/drivers/net/i40e/ |
| H A D | i40e_ethdev.c | 658 retval = rte_eth_dev_create(&pci_dev->device, pci_dev->device.name, in eth_i40e_pci_probe() 686 retval = rte_eth_dev_create(&pci_dev->device, name, in eth_i40e_pci_probe()
|