Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ieee802154/
H A Dca8210.c320 struct workqueue_struct *mlme_workqueue; member
733 queue_work(priv->mlme_workqueue, &mlme_reset_wpc->work); in ca8210_rx_done()
2860 priv->mlme_workqueue = alloc_ordered_workqueue( in ca8210_dev_com_init()
2864 if (!priv->mlme_workqueue) { in ca8210_dev_com_init()
2875 destroy_workqueue(priv->mlme_workqueue); in ca8210_dev_com_init()
2888 destroy_workqueue(priv->mlme_workqueue); in ca8210_dev_com_clear()