Home
last modified time | relevance | path

Searched refs:pack_index (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/wireless/broadcom/b43/
H A Dpio.c50 unsigned int pack_index; in parse_cookie() local
71 pack_index = (cookie & 0x0FFF); in parse_cookie()
72 if (B43_WARN_ON(pack_index >= ARRAY_SIZE(q->packets))) in parse_cookie()
74 *pack = &q->packets[pack_index]; in parse_cookie()
/kernel/linux/linux-6.6/drivers/net/wireless/broadcom/b43/
H A Dpio.c50 unsigned int pack_index; in parse_cookie() local
71 pack_index = (cookie & 0x0FFF); in parse_cookie()
72 if (B43_WARN_ON(pack_index >= ARRAY_SIZE(q->packets))) in parse_cookie()
74 *pack = &q->packets[pack_index]; in parse_cookie()

Completed in 3 milliseconds