Searched refs:sync_tx_work (Results 1 – 3 of 3) sorted by relevance
28 container_of(work, struct ieee802154_local, sync_tx_work); in ieee802154_xmit_sync_worker()97 queue_work(local->workqueue, &local->sync_tx_work); in ieee802154_tx()
93 struct work_struct sync_tx_work; member
100 INIT_WORK(&local->sync_tx_work, ieee802154_xmit_sync_worker); in ieee802154_alloc_hw()