Searched refs:host_if_msg (Results 1 – 1 of 1) sorted by relevance
/Linux-v4.19/drivers/staging/wilc1000/ |
D | host_interface.c | 150 struct host_if_msg { struct 208 static struct host_if_msg* 212 struct host_if_msg *msg; in wilc_alloc_work() 229 static int wilc_enqueue_work(struct host_if_msg *msg) in wilc_enqueue_work() 264 struct host_if_msg *msg = container_of(work, struct host_if_msg, work); in handle_set_channel() 285 struct host_if_msg *msg = container_of(work, struct host_if_msg, work); in handle_set_wfi_drv_handler() 332 struct host_if_msg *msg = container_of(work, struct host_if_msg, work); in handle_set_operation_mode() 357 struct host_if_msg *msg = container_of(work, struct host_if_msg, work); in handle_set_ip_address() 387 struct host_if_msg *msg = container_of(work, struct host_if_msg, work); in handle_get_ip_address() 415 struct host_if_msg *msg = container_of(work, struct host_if_msg, work); in handle_get_mac_address() [all …]
|