Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/wireless/b43legacy/
Ddma.c1023 #define SLOTS_PER_PACKET 2 in dma_tx_fragment() macro
1152 if (unlikely(WARN_ON(free_slots(ring) < SLOTS_PER_PACKET))) { in b43legacy_dma_tx()
1172 if ((free_slots(ring) < SLOTS_PER_PACKET) || in b43legacy_dma_tx()
1287 B43legacy_WARN_ON(free_slots(ring) < SLOTS_PER_PACKET); in b43legacy_dma_handle_txstatus()