Lines Matching defs:this
37 static efi_status_t EFIAPI efi_net_start(struct efi_simple_network *this) in efi_net_start()
44 static efi_status_t EFIAPI efi_net_stop(struct efi_simple_network *this) in efi_net_stop()
51 static efi_status_t EFIAPI efi_net_initialize(struct efi_simple_network *this, in efi_net_initialize()
61 static efi_status_t EFIAPI efi_net_reset(struct efi_simple_network *this, in efi_net_reset()
69 static efi_status_t EFIAPI efi_net_shutdown(struct efi_simple_network *this) in efi_net_shutdown()
77 struct efi_simple_network *this, u32 enable, u32 disable, in efi_net_receive_filters()
90 struct efi_simple_network *this, int reset, in efi_net_station_address()
98 static efi_status_t EFIAPI efi_net_statistics(struct efi_simple_network *this, in efi_net_statistics()
107 static efi_status_t EFIAPI efi_net_mcastiptomac(struct efi_simple_network *this, in efi_net_mcastiptomac()
117 static efi_status_t EFIAPI efi_net_nvdata(struct efi_simple_network *this, in efi_net_nvdata()
127 static efi_status_t EFIAPI efi_net_get_status(struct efi_simple_network *this, in efi_net_get_status()
143 static efi_status_t EFIAPI efi_net_transmit(struct efi_simple_network *this, in efi_net_transmit()
174 static efi_status_t EFIAPI efi_net_receive(struct efi_simple_network *this, in efi_net_receive()