Home
last modified time | relevance | path

Searched refs:host_if_msg (Results 1 – 1 of 1) sorted by relevance

/linux-4.4.14/drivers/staging/wilc1000/
Dhost_interface.c199 struct host_if_msg { struct
2625 struct host_if_msg msg; in ListenTimerCB()
2630 memset(&msg, 0, sizeof(struct host_if_msg)); in ListenTimerCB()
2635 result = wilc_mq_send(&hif_msg_q, &msg, sizeof(struct host_if_msg)); in ListenTimerCB()
2810 struct host_if_msg msg; in hostIFthread()
2813 memset(&msg, 0, sizeof(struct host_if_msg)); in hostIFthread()
2816 wilc_mq_recv(&hif_msg_q, &msg, sizeof(struct host_if_msg), &u32Ret); in hostIFthread()
2826 wilc_mq_send(&hif_msg_q, &msg, sizeof(struct host_if_msg)); in hostIFthread()
2833 wilc_mq_send(&hif_msg_q, &msg, sizeof(struct host_if_msg)); in hostIFthread()
3021 struct host_if_msg msg; in TimerCB_Scan()
[all …]