iPXE
|
An EDD interface path. More...
#include <edd.h>
Public Member Functions | |
struct { | |
uint16_t base | |
Base address. More... | |
} | __attribute__ ((packed)) legacy |
Legacy bus type. More... | |
struct { | |
uint8_t bus | |
Bus. More... | |
uint8_t slot | |
Slot. More... | |
uint8_t function | |
Function. More... | |
uint8_t channel | |
Channel number. More... | |
} | __attribute__ ((packed)) pci |
PCI, PCI-X, PCI Express, or HyperTransport bus type. More... | |
Data Fields | |
uint8_t | pad [8] |
Padding. More... | |
struct edd_interface_path::@506 edd_interface_path::__attribute__ | ( | (packed) | ) |
Legacy bus type.
struct edd_interface_path::@507 edd_interface_path::__attribute__ | ( | (packed) | ) |
PCI, PCI-X, PCI Express, or HyperTransport bus type.
uint8_t edd_interface_path::bus |
uint8_t edd_interface_path::slot |
uint8_t edd_interface_path::function |
uint8_t edd_interface_path::channel |