|
iPXE
|
#include <nxhal_nic_interface.h>
Data Fields | |
| union { | |
| struct { | |
| char mac [6] | |
| } m | |
| struct { | |
| char mac [6] | |
| char vlan | |
| } mv | |
| struct { | |
| char mac [6] | |
| } mr | |
| struct { | |
| char mac [6] | |
| char vlan | |
| } mvr | |
| }; | |
| U64 | data |
Definition at line 201 of file nxhal_nic_interface.h.
| char nx_rx_rule_arg_s::mac[6] |
Definition at line 204 of file nxhal_nic_interface.h.
| struct { ... } nx_rx_rule_arg_s::m |
| char nx_rx_rule_arg_s::vlan |
Definition at line 208 of file nxhal_nic_interface.h.
| struct { ... } nx_rx_rule_arg_s::mv |
| struct { ... } nx_rx_rule_arg_s::mr |
| struct { ... } nx_rx_rule_arg_s::mvr |
| union { ... } |
| U64 nx_rx_rule_arg_s::data |
Definition at line 219 of file nxhal_nic_interface.h.
1.8.15