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

/drivers/net/wireless/b43legacy/
H A Ddma.c678 ring->txhdr_cache = kcalloc(nr_slots,
681 if (!ring->txhdr_cache)
684 /* test for ability to dma to txhdr_cache */
685 dma_test = dma_map_single(dev->dev->dma_dev, ring->txhdr_cache,
692 kfree(ring->txhdr_cache);
693 ring->txhdr_cache = kcalloc(nr_slots,
696 if (!ring->txhdr_cache)
700 ring->txhdr_cache,
747 kfree(ring->txhdr_cache);
773 kfree(ring->txhdr_cache);
[all...]
H A Ddma.h130 u8 *txhdr_cache; member in struct:b43legacy_dmaring
/drivers/net/wireless/b43/
H A Ddma.c919 ring->txhdr_cache = kcalloc(ring->nr_slots / TX_SLOTS_PER_FRAME,
922 if (!ring->txhdr_cache)
925 /* test for ability to dma to txhdr_cache */
927 ring->txhdr_cache,
934 kfree(ring->txhdr_cache);
935 ring->txhdr_cache = kcalloc(ring->nr_slots / TX_SLOTS_PER_FRAME,
938 if (!ring->txhdr_cache)
942 ring->txhdr_cache,
973 kfree(ring->txhdr_cache);
1035 kfree(ring->txhdr_cache);
[all...]
H A Ddma.h236 u8 *txhdr_cache; member in struct:b43_dmaring

Completed in 30 milliseconds