Home
last modified time | relevance | path

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

/drivers/net/wireless/b43/
Dpio.c63 unsigned int pack_index; in parse_cookie() local
84 pack_index = (cookie & 0x0FFF); in parse_cookie()
85 if (B43_WARN_ON(pack_index >= ARRAY_SIZE(q->packets))) in parse_cookie()
87 *pack = &q->packets[pack_index]; in parse_cookie()