iPXE
Data Fields
pci_device_id Struct Reference

A PCI device ID list entry. More...

#include <pci.h>

Data Fields

const char * name
 Name. More...
 
uint16_t vendor
 PCI vendor ID. More...
 
uint16_t device
 PCI device ID. More...
 
unsigned long driver_data
 Arbitrary driver data. More...
 

Detailed Description

A PCI device ID list entry.

Definition at line 170 of file pci.h.

Field Documentation

◆ name

const char* pci_device_id::name

◆ vendor

uint16_t pci_device_id::vendor

PCI vendor ID.

Definition at line 174 of file pci.h.

Referenced by b44_probe(), forcedeth_probe(), and pcnet32_probe().

◆ device

uint16_t pci_device_id::device

PCI device ID.

Definition at line 176 of file pci.h.

Referenced by b44_probe(), forcedeth_probe(), and pcnet32_probe().

◆ driver_data

unsigned long pci_device_id::driver_data

Arbitrary driver data.

Definition at line 178 of file pci.h.

Referenced by ath5k_probe(), bnxt_is_pci_vf(), forcedeth_probe(), intel_probe(), natsemi_probe(), and xhci_probe().


The documentation for this struct was generated from the following file: