Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ieee802154/
H A Dmac802154_hwsim.c259 struct hwsim_pib *current_pib, *endpoint_pib; in hwsim_hw_xmit() local
276 endpoint_pib = rcu_dereference(e->endpoint->pib); in hwsim_hw_xmit()
277 if (current_pib->page == endpoint_pib->page && in hwsim_hw_xmit()
278 current_pib->channel == endpoint_pib->channel) { in hwsim_hw_xmit()