DOKK / manpages / debian 13 / dpdk-doc / rte_pci_id.3.en
rte_pci_id(3) Library Functions Manual rte_pci_id(3)

rte_pci_id

#include <rte_pci.h>


uint32_t class_id
uint16_t vendor_id
uint16_t device_id
uint16_t subsystem_vendor_id
uint16_t subsystem_device_id

A structure describing an ID for a PCI driver. Each driver provides a table of these IDs for each device that it supports.

Definition at line 160 of file rte_pci.h.

Class ID or RTE_CLASS_ANY_ID.

Definition at line 161 of file rte_pci.h.

Vendor ID or RTE_PCI_ANY_ID.

Definition at line 162 of file rte_pci.h.

Device ID or RTE_PCI_ANY_ID.

Definition at line 163 of file rte_pci.h.

Subsystem vendor ID or RTE_PCI_ANY_ID.

Definition at line 164 of file rte_pci.h.

Subsystem device ID or RTE_PCI_ANY_ID.

Definition at line 165 of file rte_pci.h.

Generated automatically by Doxygen for DPDK from the source code.

Version 24.11.3 DPDK