Searched refs:wilc_mq_send (Results 1 – 3 of 3) sorted by relevance
/linux-4.4.14/drivers/staging/wilc1000/ |
D | host_interface.c | 2635 result = wilc_mq_send(&hif_msg_q, &msg, sizeof(struct host_if_msg)); in ListenTimerCB() 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() 3177 result = wilc_mq_send(&hif_msg_q, &msg, sizeof(struct host_if_msg)); in host_int_add_wep_key_bss_ap() 3241 result = wilc_mq_send(&hif_msg_q, &msg, sizeof(struct host_if_msg)); in host_int_add_ptk() [all …]
|
D | wilc_msgqueue.h | 60 int wilc_mq_send(WILC_MsgQueueHandle *pHandle,
|
D | wilc_msgqueue.c | 56 int wilc_mq_send(WILC_MsgQueueHandle *pHandle, in wilc_mq_send() function
|