Searched refs:mac_wq (Results 1 – 4 of 4) sorted by relevance
/Linux-v6.6/net/mac802154/ |
D | main.c | 206 local->mac_wq = create_singlethread_workqueue(mac_wq_name); in ieee802154_register_hw() 207 if (!local->mac_wq) { in ieee802154_register_hw() 261 destroy_workqueue(local->mac_wq); in ieee802154_register_hw() 282 destroy_workqueue(local->mac_wq); in ieee802154_unregister_hw()
|
D | scan.c | 206 queue_delayed_work(local->mac_wq, &local->scan_work, in mac802154_scan_worker() 262 queue_delayed_work(local->mac_wq, &local->scan_work, scan_duration); in mac802154_scan_worker() 302 queue_delayed_work(local->mac_wq, &local->scan_work, 0); in mac802154_trigger_scan_locked() 421 queue_delayed_work(local->mac_wq, &local->beacon_work, in mac802154_beacon_worker() 438 queue_delayed_work(local->mac_wq, &local->beacon_work, in mac802154_beacon_worker() 509 queue_delayed_work(local->mac_wq, &local->beacon_work, 0); in mac802154_send_beacons_locked()
|
D | rx.c | 94 queue_delayed_work(local->mac_wq, &local->beacon_work, 0); in mac802154_rx_mac_cmd_worker() 197 queue_work(sdata->local->mac_wq, &sdata->local->rx_beacon_work); in ieee802154_subif_frame() 209 queue_work(sdata->local->mac_wq, &sdata->local->rx_mac_cmd_work); in ieee802154_subif_frame()
|
D | ieee802154_i.h | 54 struct workqueue_struct *mac_wq; member
|