#include <pxe_api.h>
Data Fields | |
| UINT16_t | Vendor_ID |
| PCI vendor ID. | |
| UINT16_t | Dev_ID |
| PCI device ID. | |
| UINT8_t | Base_Class |
| PCI base class. | |
| UINT8_t | Sub_Class |
| PCI sub class. | |
| UINT8_t | Prog_Intf |
| PCI programming interface. | |
| UINT8_t | Rev |
| PCI revision. | |
| UINT16_t | BusDevFunc |
| PCI bus:dev:fn address. | |
| UINT16_t | SubVendor_ID |
| PCI subvendor ID. | |
| UINT16_t | SubDevice_ID |
| PCI subdevice ID. | |
Definition at line 1387 of file pxe_api.h.
PCI programming interface.
Definition at line 1392 of file pxe_api.h.
Referenced by pxenv_undi_get_nic_type().
PCI bus:dev:fn address.
Definition at line 1394 of file pxe_api.h.
Referenced by pxenv_undi_get_nic_type().
PCI subvendor ID.
Definition at line 1395 of file pxe_api.h.
Referenced by pxenv_undi_get_nic_type().
PCI subdevice ID.
Definition at line 1396 of file pxe_api.h.
Referenced by pxenv_undi_get_nic_type().
1.5.7.1