HomeSort by relevance Sort by last modified time
    Searched refs:efi_simple_network (Results 1 - 3 of 3) sorted by null

  /external/u-boot/lib/efi_loader/
efi_net.c 33 struct efi_simple_network net;
40 static efi_status_t EFIAPI efi_net_start(struct efi_simple_network *this)
47 static efi_status_t EFIAPI efi_net_stop(struct efi_simple_network *this)
66 static efi_status_t EFIAPI efi_net_initialize(struct efi_simple_network *this,
96 static efi_status_t EFIAPI efi_net_reset(struct efi_simple_network *this,
104 static efi_status_t EFIAPI efi_net_shutdown(struct efi_simple_network *this)
112 struct efi_simple_network *this, u32 enable, u32 disable,
123 struct efi_simple_network *this, int reset,
131 static efi_status_t EFIAPI efi_net_statistics(struct efi_simple_network *this,
140 static efi_status_t EFIAPI efi_net_mcastiptomac(struct efi_simple_network *this
    [all...]
  /external/u-boot/include/
efi_api.h 759 struct efi_simple_network struct
762 efi_status_t (EFIAPI *start)(struct efi_simple_network *this);
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/
efi_selftest_snp.c 67 static struct efi_simple_network *net;

Completed in 51 milliseconds