Lines Matching refs:device
20 * Copy pci device info to the Ethernet device data.
48 eth_dev->data->numa_node = pci_dev->device.numa_node;
67 * Allocates a new ethdev slot for an Ethernet device and returns the pointer
71 * Pointer to the PCI device
88 name = dev->device.name;
96 /* Try and alloc the private-data structure on socket local to the device */
99 dev->device.numa_node);
101 /* if cannot allocate memory on the socket local to the device
115 dev->device.name, dev->device.numa_node);
124 eth_dev->device = &dev->device;
171 eth_dev = rte_eth_dev_allocated(pci_dev->device.name);
176 * In secondary process, a released eth device can be found by its name
178 * If the state of the eth device is RTE_ETH_DEV_UNUSED, it means the
179 * eth device has been released.