Home
last modified time | relevance | path

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

/u-boot/lib/efi_loader/
A Defi_net.c56 struct efi_simple_network net;
72 static efi_status_t EFIAPI efi_net_start(struct efi_simple_network *this) in efi_net_start()
105 static efi_status_t EFIAPI efi_net_stop(struct efi_simple_network *this) in efi_net_stop()
200 static efi_status_t EFIAPI efi_net_reset(struct efi_simple_network *this, in efi_net_reset()
240 static efi_status_t EFIAPI efi_net_shutdown(struct efi_simple_network *this) in efi_net_shutdown()
288 (struct efi_simple_network *this, u32 enable, u32 disable, in efi_net_receive_filters()
311 (struct efi_simple_network *this, int reset, in efi_net_station_address()
417 static efi_status_t EFIAPI efi_net_nvdata(struct efi_simple_network *this, in efi_net_nvdata()
491 (struct efi_simple_network *this, size_t header_size, in efi_net_transmit()
580 (struct efi_simple_network *this, size_t *header_size, in efi_net_receive()
[all …]
/u-boot/include/
A Defi_api.h1489 struct efi_simple_network { struct
1491 efi_status_t (EFIAPI *start)(struct efi_simple_network *this); argument
1492 efi_status_t (EFIAPI *stop)(struct efi_simple_network *this);
1493 efi_status_t (EFIAPI *initialize)(struct efi_simple_network *this,
1495 efi_status_t (EFIAPI *reset)(struct efi_simple_network *this,
1497 efi_status_t (EFIAPI *shutdown)(struct efi_simple_network *this);
1504 efi_status_t (EFIAPI *statistics)(struct efi_simple_network *this,
1509 efi_status_t (EFIAPI *nvdata)(struct efi_simple_network *this,
1512 efi_status_t (EFIAPI *get_status)(struct efi_simple_network *this,
1514 efi_status_t (EFIAPI *transmit)(struct efi_simple_network *this,
[all …]
/u-boot/lib/efi_selftest/
A Defi_selftest_snp.c68 static struct efi_simple_network *net;

Completed in 25 milliseconds