Searched refs:rte_eth_dev_create (Results 1 – 11 of 11) sorted by relevance
| /f-stack/dpdk/drivers/net/ipn3ke/ |
| H A D | meson.build | 7 # rte_eth_dev_create()
|
| H A D | ipn3ke_ethdev.c | 536 retval = rte_eth_dev_create(&afu_dev->device, name, in ipn3ke_vswitch_probe()
|
| /f-stack/dpdk/lib/librte_ethdev/ |
| H A D | version.map | 252 rte_eth_dev_create;
|
| H A D | rte_ethdev_driver.h | 1251 rte_eth_dev_create(struct rte_device *device, const char *name,
|
| H A D | rte_ethdev.c | 4603 rte_eth_dev_create(struct rte_device *device, const char *name, in rte_eth_dev_create() function
|
| /f-stack/dpdk/drivers/net/enic/ |
| H A D | enic_ethdev.c | 1306 retval = rte_eth_dev_create(&pci_dev->device, pci_dev->device.name, in eth_enic_pci_probe() 1343 retval = rte_eth_dev_create(&pci_dev->device, name, in eth_enic_pci_probe()
|
| /f-stack/dpdk/drivers/net/ionic/ |
| H A D | ionic_ethdev.c | 1250 err = rte_eth_dev_create(&pci_dev->device, name, in eth_ionic_pci_probe()
|
| /f-stack/dpdk/drivers/net/bnxt/ |
| H A D | bnxt_ethdev.c | 5645 ret = rte_eth_dev_create(&pci_dev->device, name, in bnxt_rep_port_probe() 5712 ret = rte_eth_dev_create(&pci_dev->device, pci_dev->device.name, in bnxt_pci_probe()
|
| /f-stack/dpdk/drivers/net/ixgbe/ |
| H A D | ixgbe_ethdev.c | 1720 retval = rte_eth_dev_create(&pci_dev->device, pci_dev->device.name, in eth_ixgbe_pci_probe() 1754 retval = rte_eth_dev_create(&pci_dev->device, name, in eth_ixgbe_pci_probe()
|
| /f-stack/dpdk/drivers/net/txgbe/ |
| H A D | txgbe_ethdev.c | 716 retval = rte_eth_dev_create(&pci_dev->device, pci_dev->device.name, in eth_txgbe_pci_probe()
|
| /f-stack/dpdk/drivers/net/i40e/ |
| H A D | i40e_ethdev.c | 643 retval = rte_eth_dev_create(&pci_dev->device, pci_dev->device.name, in eth_i40e_pci_probe() 671 retval = rte_eth_dev_create(&pci_dev->device, name, in eth_i40e_pci_probe()
|