|
iPXE
|
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... | |
| const char* pci_device_id::name |
Name.
Definition at line 176 of file pci.h.
Referenced by b44_probe(), dmfe_probe(), efab_probe(), efi_bofm_supported(), efipci_start(), efipci_supported(), forcedeth_probe(), pci_probe(), pcnet32_probe(), sundance_probe(), tlan_probe(), and tulip_probe().
| uint16_t pci_device_id::vendor |
PCI vendor ID.
Definition at line 178 of file pci.h.
Referenced by b44_probe(), bofm_test_init(), forcedeth_probe(), and pcnet32_probe().
| uint16_t pci_device_id::device |
PCI device ID.
Definition at line 180 of file pci.h.
Referenced by b44_probe(), bofm_test_init(), forcedeth_probe(), and pcnet32_probe().
| unsigned long pci_device_id::driver_data |
Arbitrary driver data.
Definition at line 182 of file pci.h.
Referenced by ath5k_probe(), atl_probe(), bnxt_is_pci_vf(), forcedeth_probe(), intel_probe(), natsemi_probe(), and xhci_probe().
1.8.15