efi_snp.c
内容 | 行数 | 比率 |
---|---|---|
コメント行数 | 238 | 24% |
空行行数 | 139 | 14% |
実行行数 | 611 | 62% |
合計行数 | 988 | 100% |
内容 | 定義数 |
---|---|
関数数 | 22 |
No. | 型 | 名称 | 属性 | 説明 |
---|---|---|---|---|
1 |
Static | efi_snp_set_mode | static void | Set EFI SNP mode based on gPXE net device parameters |
2 |
Static | efi_snp_poll | static void | Poll net device and count received packets |
3 |
Static | efi_snp_start | static EFI_STATUS EFIAPI | Change SNP state from "stopped" to "started" |
4 |
Static | efi_snp_stop | static EFI_STATUS EFIAPI | Change SNP state from "started" to "stopped" |
5 |
Static | efi_snp_initialize | static EFI_STATUS EFIAPI | Open the network device |
6 |
Static | efi_snp_reset | static EFI_STATUS EFIAPI | Reset the network device |
7 |
Static | efi_snp_shutdown | static EFI_STATUS EFIAPI | Shut down the network device |
8 |
Static | efi_snp_receive_filters | static EFI_STATUS EFIAPI | Manage receive filters |
9 |
Static | efi_snp_station_address | static EFI_STATUS EFIAPI | Set station address |
10 |
Static | efi_snp_statistics | static EFI_STATUS EFIAPI | Get (or reset) statistics |
11 |
Static | efi_snp_mcast_ip_to_mac | static EFI_STATUS EFIAPI | Convert multicast IP address to MAC address |
12 |
Static | efi_snp_nvdata | static EFI_STATUS EFIAPI | Read or write non-volatile storage |
13 |
Static | efi_snp_get_status | static EFI_STATUS EFIAPI | Read interrupt status and TX recycled buffer status |
14 |
Static | efi_snp_transmit | static EFI_STATUS EFIAPI | Start packet transmission |
15 |
Static | efi_snp_receive | static EFI_STATUS EFIAPI | Receive packet |
16 |
Static | efi_snp_wait_for_packet | static VOID EFIAPI | Poll event |
17 |
Static | efi_snp_netdev | static struct net_device * | Locate net device corresponding to EFI device |
18 |
Static | efi_snp_snpdev | static struct efi_snp_device * | Locate SNP corresponding to EFI device |
19 |
Static | efi_snp_driver_supported | static EFI_STATUS EFIAPI | Check to see if driver supports a device |
20 |
Static | efi_snp_driver_start | static EFI_STATUS EFIAPI | Attach driver to device |
21 |
Static | efi_snp_driver_stop | static EFI_STATUS EFIAPI | Detach driver from device |
22 |
Function | efi_snp_install | int | Install EFI SNP driver |
目次 | ファイル一覧 | 関数一覧 | ネームスペース一覧 | クラス一覧 | #define一覧 | マクロ一覧 | 外部変数一覧 | 構造体一覧 | 共用体一覧 | 列挙体一覧 | Const一覧 | 索引 | サイドメニュー