Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/wireless/st/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()
984 cancel_work_sync(&priv->unjoin_work); in cw1200_event_handler()
1001 cancel_work_sync(&priv->unjoin_work); in cw1200_event_handler()
1044 if (queue_work(priv->workqueue, &priv->unjoin_work) <= 0) in cw1200_bss_loss_work()
1345 if (queue_work(priv->workqueue, &priv->unjoin_work) <= 0) in cw1200_do_join()
1375 if (queue_work(priv->workqueue, &priv->unjoin_work) <= 0) in cw1200_join_timeout()
1443 container_of(work, struct cw1200_common, unjoin_work); in cw1200_unjoin_work()
1961 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.c904 &priv->unjoin_work) <= 0) in wsm_receive_indication()
1394 if (queue_work(priv->workqueue, &priv->unjoin_work) <= 0) in wsm_handle_rx()
1532 &priv->unjoin_work) <= 0) in wsm_handle_tx_data()
Dscan.c282 if (queue_work(priv->workqueue, &priv->unjoin_work) <= 0) in cw1200_scan_restart_delayed()