|
iPXE
|
A Xsigo virtual Ethernet device. More...
Data Fields | |
| struct xsigo_manager * | xcm |
| 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... | |
| struct xsigo_manager* xsigo_nic::xcm |
Configuration manager.
Definition at line 115 of file xsigo.c.
Referenced by xcm_close(), xcm_destroy(), xcm_step(), xsmp_rx_xve(), xsmp_rx_xve_delete(), xsmp_rx_xve_oper_req(), xsmp_rx_xve_ready(), xsmp_rx_xve_update(), xve_create(), xve_destroy(), and xve_find().
| 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().
| char xsigo_nic::name[16] |
Device name.
Definition at line 119 of file xsigo.c.
Referenced by xsmp_rx_xve_modify(), xsmp_tx_xve_params(), xve_close(), xve_create(), xve_destroy(), xve_open(), xve_update_mtu(), and xve_update_tca().
| 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 address.
Definition at line 124 of file xsigo.c.
Referenced by xsigo_net_notify(), xsmp_rx_xve_modify(), xve_create(), and xve_destroy().
| unsigned long xsigo_nic::network |
Network ID.
Definition at line 126 of file xsigo.c.
Referenced by xsmp_tx_xve_params(), and xve_create().
1.8.15