iPXE
Data Fields
bofm_device Struct Reference

A BOFM device. More...

#include <bofm.h>

Data Fields

struct pci_devicepci
 Underlying PCI device. More...
 
struct bofm_operationsop
 BOFM device operations. More...
 
struct list_head list
 List of BOFM devices. More...
 

Detailed Description

A BOFM device.

Definition at line 286 of file bofm.h.

Field Documentation

◆ pci

struct pci_device* bofm_device::pci

Underlying PCI device.

Definition at line 288 of file bofm.h.

Referenced by bofm(), and bofm_init().

◆ op

struct bofm_operations* bofm_device::op

BOFM device operations.

Definition at line 290 of file bofm.h.

◆ list

struct list_head bofm_device::list

List of BOFM devices.

Definition at line 292 of file bofm.h.

Referenced by bofm_find_busdevfn().


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