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_addr(3)

Detailed Description

       A structure describing the location of a PCI device.

       Definition at line 171 of file rte_pci.h.

Field Documentation

uint32_tdomain
       Device domain

       Definition at line 172 of file rte_pci.h.

   uint8_tbus
       Device bus

       Definition at line 173 of file rte_pci.h.

   uint8_tdevid
       Device ID

       Definition at line 174 of file rte_pci.h.

   uint8_tfunction
       Device function.

       Definition at line 175 of file rte_pci.h.

Name

       rte_pci_addr

Synopsis

       #include <rte_pci.h>

   DataFields
       uint32_t domain
       uint8_t bus
       uint8_t devid
       uint8_t function

See Also