logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Author

       Generated automatically by Doxygen for DPDK from the source code.

DPDK                                             Version 24.11.2                                   rte_pci_id(3)

Detailed Description

       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.

Field Documentation

uint32_tclass_id
       Class ID or RTE_CLASS_ANY_ID.

       Definition at line 161 of file rte_pci.h.

   uint16_tvendor_id
       Vendor ID or RTE_PCI_ANY_ID.

       Definition at line 162 of file rte_pci.h.

   uint16_tdevice_id
       Device ID or RTE_PCI_ANY_ID.

       Definition at line 163 of file rte_pci.h.

   uint16_tsubsystem_vendor_id
       Subsystem vendor ID or RTE_PCI_ANY_ID.

       Definition at line 164 of file rte_pci.h.

   uint16_tsubsystem_device_id
       Subsystem device ID or RTE_PCI_ANY_ID.

       Definition at line 165 of file rte_pci.h.

Name

       rte_pci_id

Synopsis

       #include <rte_pci.h>

   DataFields
       uint32_t class_id
       uint16_t vendor_id
       uint16_t device_id
       uint16_t subsystem_vendor_id
       uint16_t subsystem_device_id

See Also