Home
last modified time | relevance | path

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

/linux-6.12.1/net/mac802154/
Dtx.c28 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()
Dieee802154_i.h93 struct work_struct sync_tx_work; member
Dmain.c100 INIT_WORK(&local->sync_tx_work, ieee802154_xmit_sync_worker); in ieee802154_alloc_hw()