Searched refs:efi_simple_network (Results 1 – 3 of 3) sorted by relevance
/openbmc/u-boot/lib/efi_loader/ |
H A D | efi_net.c | 40 struct efi_simple_network net; 56 static efi_status_t EFIAPI efi_net_start(struct efi_simple_network *this) in efi_net_start() 86 static efi_status_t EFIAPI efi_net_stop(struct efi_simple_network *this) in efi_net_stop() 118 static efi_status_t EFIAPI efi_net_initialize(struct efi_simple_network *this, in efi_net_initialize() 163 static efi_status_t EFIAPI efi_net_reset(struct efi_simple_network *this, in efi_net_reset() 181 static efi_status_t EFIAPI efi_net_shutdown(struct efi_simple_network *this) in efi_net_shutdown() 216 (struct efi_simple_network *this, u32 enable, u32 disable, in efi_net_receive_filters() 239 (struct efi_simple_network *this, int reset, in efi_net_station_address() 260 static efi_status_t EFIAPI efi_net_statistics(struct efi_simple_network *this, in efi_net_statistics() 282 static efi_status_t EFIAPI efi_net_mcastiptomac(struct efi_simple_network *this, in efi_net_mcastiptomac() [all …]
|
/openbmc/u-boot/include/ |
H A D | efi_api.h | 1230 struct efi_simple_network { struct 1232 efi_status_t (EFIAPI *start)(struct efi_simple_network *this); argument 1233 efi_status_t (EFIAPI *stop)(struct efi_simple_network *this); 1234 efi_status_t (EFIAPI *initialize)(struct efi_simple_network *this, 1236 efi_status_t (EFIAPI *reset)(struct efi_simple_network *this, 1238 efi_status_t (EFIAPI *shutdown)(struct efi_simple_network *this); 1239 efi_status_t (EFIAPI *receive_filters)(struct efi_simple_network *this, 1243 efi_status_t (EFIAPI *station_address)(struct efi_simple_network *this, 1245 efi_status_t (EFIAPI *statistics)(struct efi_simple_network *this, 1247 efi_status_t (EFIAPI *mcastiptomac)(struct efi_simple_network *this, [all …]
|
/openbmc/u-boot/lib/efi_selftest/ |
H A D | efi_selftest_snp.c | 67 static struct efi_simple_network *net;
|