Lines Matching refs:efi_simple_network
55 struct efi_simple_network net;
71 static efi_status_t EFIAPI efi_net_start(struct efi_simple_network *this) in efi_net_start()
104 static efi_status_t EFIAPI efi_net_stop(struct efi_simple_network *this) in efi_net_stop()
141 static efi_status_t EFIAPI efi_net_initialize(struct efi_simple_network *this, in efi_net_initialize()
199 static efi_status_t EFIAPI efi_net_reset(struct efi_simple_network *this, in efi_net_reset()
239 static efi_status_t EFIAPI efi_net_shutdown(struct efi_simple_network *this) in efi_net_shutdown()
287 (struct efi_simple_network *this, u32 enable, u32 disable, in efi_net_receive_filters()
310 (struct efi_simple_network *this, int reset, in efi_net_station_address()
331 static efi_status_t EFIAPI efi_net_statistics(struct efi_simple_network *this, in efi_net_statistics()
353 static efi_status_t EFIAPI efi_net_mcastiptomac(struct efi_simple_network *this, in efi_net_mcastiptomac()
416 static efi_status_t EFIAPI efi_net_nvdata(struct efi_simple_network *this, in efi_net_nvdata()
436 static efi_status_t EFIAPI efi_net_get_status(struct efi_simple_network *this, in efi_net_get_status()
490 (struct efi_simple_network *this, size_t header_size, in efi_net_transmit()
579 (struct efi_simple_network *this, size_t *header_size, in efi_net_receive()
712 struct efi_simple_network *this = (struct efi_simple_network *)context; in efi_network_timer_notify()