Home
last modified time | relevance | path

Searched refs:efi_simple_network (Results 1 – 3 of 3) sorted by relevance

/openbmc/u-boot/lib/efi_loader/
H A Defi_net.c40 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()
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()
305 static efi_status_t EFIAPI efi_net_nvdata(struct efi_simple_network *this, in efi_net_nvdata()
381 (struct efi_simple_network *this, size_t header_size, in efi_net_transmit()
452 (struct efi_simple_network *this, size_t *header_size, in efi_net_receive()
[all …]
/openbmc/u-boot/include/
H A Defi_api.h1230 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);
1245 efi_status_t (EFIAPI *statistics)(struct efi_simple_network *this,
1250 efi_status_t (EFIAPI *nvdata)(struct efi_simple_network *this,
1253 efi_status_t (EFIAPI *get_status)(struct efi_simple_network *this,
1255 efi_status_t (EFIAPI *transmit)(struct efi_simple_network *this,
[all …]
/openbmc/u-boot/lib/efi_selftest/
H A Defi_selftest_snp.c67 static struct efi_simple_network *net;