Searched refs:efi_simple_network (Results 1 – 3 of 3) sorted by relevance
| /u-boot/lib/efi_loader/ |
| A D | efi_net.c | 55 struct efi_simple_network net; 71 static efi_status_t EFIAPI efi_net_start(struct efi_simple_network *this) in efi_net_start() 104 static efi_status_t EFIAPI efi_net_stop(struct efi_simple_network *this) in efi_net_stop() 199 static efi_status_t EFIAPI efi_net_reset(struct efi_simple_network *this, in efi_net_reset() 239 static efi_status_t EFIAPI efi_net_shutdown(struct efi_simple_network *this) in efi_net_shutdown() 287 (struct efi_simple_network *this, u32 enable, u32 disable, in efi_net_receive_filters() 310 (struct efi_simple_network *this, int reset, in efi_net_station_address() 416 static efi_status_t EFIAPI efi_net_nvdata(struct efi_simple_network *this, in efi_net_nvdata() 490 (struct efi_simple_network *this, size_t header_size, in efi_net_transmit() 579 (struct efi_simple_network *this, size_t *header_size, in efi_net_receive() [all …]
|
| /u-boot/include/ |
| A D | efi_api.h | 1377 struct efi_simple_network { struct 1379 efi_status_t (EFIAPI *start)(struct efi_simple_network *this); argument 1380 efi_status_t (EFIAPI *stop)(struct efi_simple_network *this); 1381 efi_status_t (EFIAPI *initialize)(struct efi_simple_network *this, 1383 efi_status_t (EFIAPI *reset)(struct efi_simple_network *this, 1385 efi_status_t (EFIAPI *shutdown)(struct efi_simple_network *this); 1392 efi_status_t (EFIAPI *statistics)(struct efi_simple_network *this, 1397 efi_status_t (EFIAPI *nvdata)(struct efi_simple_network *this, 1400 efi_status_t (EFIAPI *get_status)(struct efi_simple_network *this, 1402 efi_status_t (EFIAPI *transmit)(struct efi_simple_network *this, [all …]
|
| /u-boot/lib/efi_selftest/ |
| A D | efi_selftest_snp.c | 68 static struct efi_simple_network *net;
|
Completed in 15 milliseconds