Home
last modified time | relevance | path

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

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