Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/wireless/b43legacy/
Ddma.c673 ring->txhdr_cache = kcalloc(nr_slots, in b43legacy_setup_dmaring()
676 if (!ring->txhdr_cache) in b43legacy_setup_dmaring()
680 dma_test = dma_map_single(dev->dev->dma_dev, ring->txhdr_cache, in b43legacy_setup_dmaring()
687 kfree(ring->txhdr_cache); in b43legacy_setup_dmaring()
688 ring->txhdr_cache = kcalloc(nr_slots, in b43legacy_setup_dmaring()
691 if (!ring->txhdr_cache) in b43legacy_setup_dmaring()
695 ring->txhdr_cache, in b43legacy_setup_dmaring()
742 kfree(ring->txhdr_cache); in b43legacy_setup_dmaring()
768 kfree(ring->txhdr_cache); in b43legacy_destroy_dmaring()
1034 header = &(ring->txhdr_cache[slot * sizeof( in dma_tx_fragment()
Ddma.h130 u8 *txhdr_cache; member
/linux-4.1.27/drivers/net/wireless/b43/
Ddma.c917 ring->txhdr_cache = kcalloc(ring->nr_slots / TX_SLOTS_PER_FRAME, in b43_setup_dmaring()
920 if (!ring->txhdr_cache) in b43_setup_dmaring()
925 ring->txhdr_cache, in b43_setup_dmaring()
932 kfree(ring->txhdr_cache); in b43_setup_dmaring()
933 ring->txhdr_cache = kcalloc(ring->nr_slots / TX_SLOTS_PER_FRAME, in b43_setup_dmaring()
936 if (!ring->txhdr_cache) in b43_setup_dmaring()
940 ring->txhdr_cache, in b43_setup_dmaring()
971 kfree(ring->txhdr_cache); in b43_setup_dmaring()
1033 kfree(ring->txhdr_cache); in b43_destroy_dmaring()
1279 header = &(ring->txhdr_cache[(slot / TX_SLOTS_PER_FRAME) * hdrsize]); in dma_tx_fragment()
Ddma.h236 u8 *txhdr_cache; member