Home
last modified time | relevance | path

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

/Linux-v6.6/net/mac802154/
Dscan.c347 struct cfg802154_beacon_request *beacon_req; in mac802154_transmit_beacon() local
360 beacon_req = rcu_dereference(local->beacon_req); in mac802154_transmit_beacon()
361 if (unlikely(!beacon_req)) { in mac802154_transmit_beacon()
367 sdata = IEEE802154_WPAN_DEV_TO_SUB_IF(beacon_req->wpan_dev); in mac802154_transmit_beacon()
403 struct cfg802154_beacon_request *beacon_req; in mac802154_beacon_worker() local
410 beacon_req = rcu_dereference(local->beacon_req); in mac802154_beacon_worker()
411 if (unlikely(!beacon_req)) { in mac802154_beacon_worker()
416 sdata = IEEE802154_WPAN_DEV_TO_SUB_IF(beacon_req->wpan_dev); in mac802154_beacon_worker()
426 wpan_dev = beacon_req->wpan_dev; in mac802154_beacon_worker()
427 interval = beacon_req->interval; in mac802154_beacon_worker()
[all …]
Drx.c52 struct cfg802154_beacon_request *beacon_req; in mac802154_should_answer_beacon_req() local
56 beacon_req = rcu_dereference(local->beacon_req); in mac802154_should_answer_beacon_req()
57 if (!beacon_req) { in mac802154_should_answer_beacon_req()
62 interval = beacon_req->interval; in mac802154_should_answer_beacon_req()
Dieee802154_i.h68 struct cfg802154_beacon_request __rcu *beacon_req; member