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

/linux-master/drivers/net/wireless/broadcom/b43legacy/
H A Ddma.c938 #define SLOTS_PER_PACKET 2 macro
1067 if (WARN_ON(free_slots(ring) < SLOTS_PER_PACKET)) {
1087 if ((free_slots(ring) < SLOTS_PER_PACKET) ||
1202 B43legacy_WARN_ON(free_slots(ring) < SLOTS_PER_PACKET);

Completed in 158 milliseconds