Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/wireless/cw1200/
Dsta.c116 cancel_work_sync(&priv->unjoin_work); in cw1200_stop()
267 if (queue_work(priv->workqueue, &priv->unjoin_work) <= 0) in cw1200_remove_interface()
994 cancel_work_sync(&priv->unjoin_work); in cw1200_event_handler()
1011 cancel_work_sync(&priv->unjoin_work); in cw1200_event_handler()
1054 if (queue_work(priv->workqueue, &priv->unjoin_work) <= 0) in cw1200_bss_loss_work()
1355 if (queue_work(priv->workqueue, &priv->unjoin_work) <= 0) in cw1200_do_join()
1385 if (queue_work(priv->workqueue, &priv->unjoin_work) <= 0) in cw1200_join_timeout()
1453 container_of(work, struct cw1200_common, unjoin_work); in cw1200_unjoin_work()
1971 cancel_work_sync(&priv->unjoin_work); in cw1200_bss_info_changed()
Dcw1200.h233 struct work_struct unjoin_work; member
Dmain.c355 INIT_WORK(&priv->unjoin_work, cw1200_unjoin_work); in cw1200_init_common()
Dwsm.c906 &priv->unjoin_work) <= 0) in wsm_receive_indication()
1396 if (queue_work(priv->workqueue, &priv->unjoin_work) <= 0) in wsm_handle_rx()
1534 &priv->unjoin_work) <= 0) in wsm_handle_tx_data()
Dscan.c278 if (queue_work(priv->workqueue, &priv->unjoin_work) <= 0) in cw1200_scan_restart_delayed()