Searched refs:hif_msg_q (Results 1 – 1 of 1) sorted by relevance
/linux-4.4.14/drivers/staging/wilc1000/ |
D | host_interface.c | 239 static WILC_MsgQueueHandle hif_msg_q; variable 2635 result = wilc_mq_send(&hif_msg_q, &msg, sizeof(struct host_if_msg)); in ListenTimerCB() 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() 3027 wilc_mq_send(&hif_msg_q, &msg, sizeof(struct host_if_msg)); in TimerCB_Scan() 3039 wilc_mq_send(&hif_msg_q, &msg, sizeof(struct host_if_msg)); in TimerCB_Connect() 3073 result = wilc_mq_send(&hif_msg_q, &msg, sizeof(struct host_if_msg)); in host_int_remove_wep_key() 3100 result = wilc_mq_send(&hif_msg_q, &msg, sizeof(struct host_if_msg)); in host_int_set_wep_default_key() 3134 result = wilc_mq_send(&hif_msg_q, &msg, sizeof(struct host_if_msg)); in host_int_add_wep_key_bss_sta() [all …]
|