Lines Matching defs:this
40 static efi_status_t EFIAPI efi_net_start(struct efi_simple_network *this) in efi_net_start()
47 static efi_status_t EFIAPI efi_net_stop(struct efi_simple_network *this) in efi_net_stop()
66 static efi_status_t EFIAPI efi_net_initialize(struct efi_simple_network *this, in efi_net_initialize()
96 static efi_status_t EFIAPI efi_net_reset(struct efi_simple_network *this, in efi_net_reset()
104 static efi_status_t EFIAPI efi_net_shutdown(struct efi_simple_network *this) in efi_net_shutdown()
112 struct efi_simple_network *this, u32 enable, u32 disable, in efi_net_receive_filters()
123 struct efi_simple_network *this, int reset, in efi_net_station_address()
131 static efi_status_t EFIAPI efi_net_statistics(struct efi_simple_network *this, in efi_net_statistics()
140 static efi_status_t EFIAPI efi_net_mcastiptomac(struct efi_simple_network *this, in efi_net_mcastiptomac()
150 static efi_status_t EFIAPI efi_net_nvdata(struct efi_simple_network *this, in efi_net_nvdata()
160 static efi_status_t EFIAPI efi_net_get_status(struct efi_simple_network *this, in efi_net_get_status()
181 static efi_status_t EFIAPI efi_net_transmit(struct efi_simple_network *this, in efi_net_transmit()
231 static efi_status_t EFIAPI efi_net_receive(struct efi_simple_network *this, in efi_net_receive()