Searched refs:rx_workqueue (Results 1 – 11 of 11) sorted by relevance
183 queue_work(adapter->rx_workqueue, &adapter->rx_work); in mwifiex_queue_rx_work()506 if (adapter->rx_workqueue) { in mwifiex_terminate_workqueue()507 flush_workqueue(adapter->rx_workqueue); in mwifiex_terminate_workqueue()508 destroy_workqueue(adapter->rx_workqueue); in mwifiex_terminate_workqueue()509 adapter->rx_workqueue = NULL; in mwifiex_terminate_workqueue()1521 adapter->rx_workqueue = alloc_workqueue("MWIFIEX_RX_WORK_QUEUE", in mwifiex_reinit_sw()1525 if (!adapter->rx_workqueue) in mwifiex_reinit_sw()1676 adapter->rx_workqueue = alloc_workqueue("MWIFIEX_RX_WORK_QUEUE", in mwifiex_add_card()1680 if (!adapter->rx_workqueue) in mwifiex_add_card()
213 flush_workqueue(priv->adapter->rx_workqueue); in mwifiex_del_rx_reorder_entry()
898 struct workqueue_struct *rx_workqueue; member
879 flush_workqueue(adapter->rx_workqueue); in mwifiex_deinit_priv_params()
4061 if (handle->rx_workqueue) {4062 flush_workqueue(handle->rx_workqueue);4063 destroy_workqueue(handle->rx_workqueue);4064 handle->rx_workqueue = NULL;8077 handle->rx_workqueue = create_workqueue("MOAL_RX_WORKQ");8080 handle->rx_workqueue =8085 handle->rx_workqueue = create_workqueue("MOAL_RX_WORK_QUEUE");8088 if (!handle->rx_workqueue) {8213 if (handle->rx_workqueue)8214 flush_workqueue(handle->rx_workqueue);
1698 flush_workqueue(priv->phandle->rx_workqueue); in moal_recv_event()1708 queue_work(priv->phandle->rx_workqueue, in moal_recv_event()
1714 struct workqueue_struct *rx_workqueue; member
5626 if (handle->rx_workqueue)5627 flush_workqueue(handle->rx_workqueue);5653 if (handle->rx_workqueue) {5654 flush_workqueue(handle->rx_workqueue);5655 destroy_workqueue(handle->rx_workqueue);5656 handle->rx_workqueue = NULL;10719 handle->rx_workqueue = create_workqueue("MOAL_RX_WORKQ");10722 handle->rx_workqueue = alloc_workqueue(10726 handle->rx_workqueue = create_workqueue("MOAL_RX_WORK_QUEUE");10729 if (!handle->rx_workqueue) {
2918 flush_workqueue(priv->phandle->rx_workqueue);2928 queue_work(priv->phandle->rx_workqueue,
2460 struct workqueue_struct *rx_workqueue; member
6686 queue_work(handle->rx_workqueue, &handle->rx_work); in woal_cfg80211_resume()