iPXE
vxge.c File Reference
#include <ipxe/pci.h>

Go to the source code of this file.

Functions

 FILE_LICENCE (GPL2_OR_LATER_OR_UBDL)
 PROVIDE_REQUIRING_SYMBOL ()
 REQUIRE_OBJECT (vxge_main)

Variables

static struct pci_device_id vxge_nics[] __unused
 vxge PCI IDs for util/parserom.pl which are put into bin/NIC

Function Documentation

◆ FILE_LICENCE()

FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL )

◆ PROVIDE_REQUIRING_SYMBOL()

PROVIDE_REQUIRING_SYMBOL ( )

◆ REQUIRE_OBJECT()

REQUIRE_OBJECT ( vxge_main )

Variable Documentation

◆ __unused

struct pci_device_id vxge_nics [] __unused
static
Initial value:
= {
PCI_ROM(0x17d5, 0x5833, "vxge-x3100", "Neterion X3100 Series", 0),
}
#define PCI_ROM(_vendor, _device, _name, _description, _data)
Definition pci.h:308

vxge PCI IDs for util/parserom.pl which are put into bin/NIC

Definition at line 16 of file vxge.c.

16 {
17 /* If you change this, also adjust vxge_main_nics[] in vxge_main.c */
18 PCI_ROM(0x17d5, 0x5833, "vxge-x3100", "Neterion X3100 Series", 0),
19};