|
iPXE
|
MNP driver. More...
#include <errno.h>#include <ipxe/efi/efi.h>#include <ipxe/efi/efi_driver.h>#include <ipxe/efi/mnpnet.h>#include "snpnet.h"Go to the source code of this file.
Functions | |
| FILE_LICENCE (GPL2_OR_LATER_OR_UBDL) | |
| FILE_SECBOOT (PERMITTED) | |
| static int | mnp_supported (EFI_HANDLE device) |
| Check to see if driver supports a device. | |
| struct efi_driver mnp_driver | __efi_driver (EFI_DRIVER_MNP) |
| EFI MNP driver. | |
| EFI_ROM ("mnp", "Managed Network Protocol NIC") | |
MNP driver.
Definition in file mnp.c.
| FILE_LICENCE | ( | GPL2_OR_LATER_OR_UBDL | ) |
| FILE_SECBOOT | ( | PERMITTED | ) |
|
static |
Check to see if driver supports a device.
| device | EFI device handle |
| rc | Return status code |
Definition at line 45 of file mnp.c.
References EFI_HANDLE, efi_managed_network_service_binding_protocol_guid, and snpnet_supported().
Referenced by __efi_driver().
| struct efi_driver mnp_driver __efi_driver | ( | EFI_DRIVER_MNP | ) |
EFI MNP driver.
References __efi_driver, EFI_DRIVER_MNP, mnp_supported(), mnpnet_start(), and mnpnet_stop().
| EFI_ROM | ( | "mnp" | , |
| "Managed Network Protocol NIC" | ) |