iPXE
|
SNP driver. More...
Go to the source code of this file.
Functions | |
FILE_LICENCE (GPL2_OR_LATER_OR_UBDL) | |
static int | snp_supported (EFI_HANDLE device) |
Check to see if driver supports a device. More... | |
static int | nii_supported (EFI_HANDLE device) |
Check to see if driver supports a device. More... | |
struct efi_driver snp_driver | __efi_driver (EFI_DRIVER_NORMAL) |
EFI SNP driver. More... | |
SNP driver.
Definition in file snp.c.
FILE_LICENCE | ( | GPL2_OR_LATER_OR_UBDL | ) |
|
static |
Check to see if driver supports a device.
device | EFI device handle |
rc | Return status code |
Definition at line 43 of file snp.c.
References efi_simple_network_protocol_guid, and snpnet_supported().
|
static |
Check to see if driver supports a device.
device | EFI device handle |
rc | Return status code |
Definition at line 54 of file snp.c.
References efi_nii31_protocol_guid, and snpnet_supported().
struct efi_driver snp_driver __efi_driver | ( | EFI_DRIVER_NORMAL | ) |
EFI SNP driver.
EFI NII driver.