|
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_SNP) |
| EFI SNP driver. More... | |
| struct efi_driver nii_driver | __efi_driver (EFI_DRIVER_NII) |
| EFI NII driver. More... | |
| REQUIRING_SYMBOL (snp_driver) | |
| Drag in MNP driver. More... | |
| REQUIRE_SYMBOL (mnp_driver) | |
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, protocol, and snpnet_supported().
|
static |
Check to see if driver supports a device.
| device | EFI device handle |
| rc | Return status code |
Definition at line 55 of file snp.c.
References efi_nii31_protocol_guid, protocol, and snpnet_supported().
| struct efi_driver snp_driver __efi_driver | ( | EFI_DRIVER_SNP | ) |
EFI SNP driver.
| struct efi_driver nii_driver __efi_driver | ( | EFI_DRIVER_NII | ) |
EFI NII driver.
| REQUIRING_SYMBOL | ( | snp_driver | ) |
Drag in MNP driver.
| REQUIRE_SYMBOL | ( | mnp_driver | ) |
1.8.15