Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/net/ieee802154/
Dmac802154_hwsim.c112 struct hwsim_pib *current_pib, *endpoint_pib; in hwsim_hw_xmit() local
129 endpoint_pib = rcu_dereference(e->endpoint->pib); in hwsim_hw_xmit()
130 if (current_pib->page == endpoint_pib->page && in hwsim_hw_xmit()
131 current_pib->channel == endpoint_pib->channel) { in hwsim_hw_xmit()