Lines Matching refs:device
6 - * Check whether this device has a PCI capability list.
18 - * Find device's PCI capability.
29 - * within the device's PCI configuration space.
37 - * Find device's PCI capability starting from a previous offset in PCI
52 - * within the device's PCI configuration space.
60 * Find device's extended PCI capability.
70 * Enables/Disables Bus Master for device's PCI command register.
97 @@ -206,54 +135,6 @@ int rte_pci_read_config(const struct rte_pci_device *device,
98 int rte_pci_write_config(const struct rte_pci_device *device,
107 - * @param device
108 - * A pointer to a rte_pci_device structure describing the device
122 -int rte_pci_mmio_read(const struct rte_pci_device *device, int bar,
131 - * @param device
132 - * A pointer to a rte_pci_device structure describing the device
146 -int rte_pci_mmio_write(const struct rte_pci_device *device, int bar,
150 * Initialize a rte_pci_ioport object for a pci device io resource.