Searched refs:efi_simple_network (Results 1 – 3 of 3) sorted by relevance
/external/u-boot/lib/efi_loader/ |
D | efi_net.c | 33 struct efi_simple_network net; 40 static efi_status_t EFIAPI efi_net_start(struct efi_simple_network *this) in efi_net_start() 47 static efi_status_t EFIAPI efi_net_stop(struct efi_simple_network *this) in efi_net_stop() 66 static efi_status_t EFIAPI efi_net_initialize(struct efi_simple_network *this, in efi_net_initialize() 96 static efi_status_t EFIAPI efi_net_reset(struct efi_simple_network *this, in efi_net_reset() 104 static efi_status_t EFIAPI efi_net_shutdown(struct efi_simple_network *this) in efi_net_shutdown() 112 struct efi_simple_network *this, u32 enable, u32 disable, in efi_net_receive_filters() 123 struct efi_simple_network *this, int reset, in efi_net_station_address() 131 static efi_status_t EFIAPI efi_net_statistics(struct efi_simple_network *this, in efi_net_statistics() 140 static efi_status_t EFIAPI efi_net_mcastiptomac(struct efi_simple_network *this, in efi_net_mcastiptomac() [all …]
|
/external/u-boot/include/ |
D | efi_api.h | 759 struct efi_simple_network struct 762 efi_status_t (EFIAPI *start)(struct efi_simple_network *this); argument 763 efi_status_t (EFIAPI *stop)(struct efi_simple_network *this); 764 efi_status_t (EFIAPI *initialize)(struct efi_simple_network *this, 766 efi_status_t (EFIAPI *reset)(struct efi_simple_network *this, 768 efi_status_t (EFIAPI *shutdown)(struct efi_simple_network *this); 769 efi_status_t (EFIAPI *receive_filters)(struct efi_simple_network *this, 773 efi_status_t (EFIAPI *station_address)(struct efi_simple_network *this, 775 efi_status_t (EFIAPI *statistics)(struct efi_simple_network *this, 777 efi_status_t (EFIAPI *mcastiptomac)(struct efi_simple_network *this, [all …]
|
/external/u-boot/lib/efi_selftest/ |
D | efi_selftest_snp.c | 67 static struct efi_simple_network *net;
|