|
iPXE
|
SNP driver. More...
Go to the source code of this file.
Functions | |
| FILE_LICENCE (GPL2_OR_LATER_OR_UBDL) | |
| FILE_SECBOOT (PERMITTED) | |
| static int | snp_supported (EFI_HANDLE device) |
| Check to see if driver supports a device. | |
| static int | nii_supported (EFI_HANDLE device) |
| Check to see if driver supports a device. | |
| 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) | |
| EFI_ROM ("snp", "Simple Network Protocol NIC") | |
SNP driver.
Definition in file snp.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 44 of file snp.c.
References EFI_HANDLE, efi_simple_network_protocol_guid, protocol, and snpnet_supported().
Referenced by __efi_driver().
|
static |
Check to see if driver supports a device.
| device | EFI device handle |
| rc | Return status code |
Definition at line 56 of file snp.c.
References EFI_HANDLE, efi_nii31_protocol_guid, protocol, and snpnet_supported().
Referenced by __efi_driver().
| struct efi_driver snp_driver __efi_driver | ( | EFI_DRIVER_SNP | ) |
EFI SNP driver.
References __efi_driver, EFI_DRIVER_SNP, snp_supported(), snpnet_exclude(), snpnet_start(), and snpnet_stop().
| struct efi_driver nii_driver __efi_driver | ( | EFI_DRIVER_NII | ) |
EFI NII driver.
References __efi_driver, EFI_DRIVER_NII, nii_exclude(), nii_start(), nii_stop(), and nii_supported().
| REQUIRING_SYMBOL | ( | snp_driver | ) |
Drag in MNP driver.
| REQUIRE_SYMBOL | ( | mnp_driver | ) |
| EFI_ROM | ( | "snp" | , |
| "Simple Network Protocol NIC" | ) |