Home
last modified time | relevance | path

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

/openbmc/linux/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()