iPXE
|
An SNP NIC. More...
Data Fields | |
struct efi_device * | efidev |
EFI device. More... | |
EFI_SIMPLE_NETWORK_PROTOCOL * | snp |
Simple network protocol. More... | |
struct device | dev |
Generic device. More... | |
size_t | mtu |
Maximum packet size. More... | |
struct io_buffer * | txbuf |
Current transmit buffer. More... | |
struct io_buffer * | rxbuf |
Current receive buffer. More... | |
struct efi_device* snp_nic::efidev |
EFI device.
Definition at line 48 of file snpnet.c.
Referenced by snpnet_start(), and snpnet_stop().
EFI_SIMPLE_NETWORK_PROTOCOL* snp_nic::snp |
Simple network protocol.
Definition at line 50 of file snpnet.c.
Referenced by snpnet_check_link(), snpnet_close(), snpnet_dump_mode(), snpnet_open(), snpnet_poll_rx(), snpnet_poll_tx(), snpnet_rx_filters(), snpnet_start(), snpnet_stop(), and snpnet_transmit().
size_t snp_nic::mtu |
struct io_buffer* snp_nic::txbuf |