iPXE
Data Fields
xsigo_nic Struct Reference

A Xsigo virtual Ethernet device. More...

Data Fields

struct xsigo_managerxcm
 Configuration manager. More...
 
struct list_head list
 List of virtual Ethernet devices. More...
 
char name [16]
 Device name. More...
 
union ib_guid resource
 Resource identifier. More...
 
uint8_t mac [ETH_ALEN]
 MAC address. More...
 
unsigned long network
 Network ID. More...
 

Detailed Description

A Xsigo virtual Ethernet device.

Definition at line 113 of file xsigo.c.

Field Documentation

◆ xcm

struct xsigo_manager* xsigo_nic::xcm

◆ list

struct list_head xsigo_nic::list

List of virtual Ethernet devices.

Definition at line 117 of file xsigo.c.

Referenced by xcm_destroy(), xve_create(), xve_destroy(), and xve_find().

◆ name

char xsigo_nic::name[16]

◆ resource

union ib_guid xsigo_nic::resource

Resource identifier.

Definition at line 122 of file xsigo.c.

Referenced by xsmp_tx_xve_notify(), xve_create(), and xve_find().

◆ mac

uint8_t xsigo_nic::mac[ETH_ALEN]

MAC address.

Definition at line 124 of file xsigo.c.

Referenced by xsigo_net_notify(), xsmp_rx_xve_modify(), xve_create(), and xve_destroy().

◆ network

unsigned long xsigo_nic::network

Network ID.

Definition at line 126 of file xsigo.c.

Referenced by xsmp_tx_xve_params(), and xve_create().


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