Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/broadcom/b43legacy/
H A Ddma.c627 ring->txhdr_cache = kcalloc(nr_slots, in b43legacy_setup_dmaring()
630 if (!ring->txhdr_cache) in b43legacy_setup_dmaring()
634 dma_test = dma_map_single(dev->dev->dma_dev, ring->txhdr_cache, in b43legacy_setup_dmaring()
641 kfree(ring->txhdr_cache); in b43legacy_setup_dmaring()
642 ring->txhdr_cache = kcalloc(nr_slots, in b43legacy_setup_dmaring()
645 if (!ring->txhdr_cache) in b43legacy_setup_dmaring()
649 ring->txhdr_cache, in b43legacy_setup_dmaring()
696 kfree(ring->txhdr_cache); in b43legacy_setup_dmaring()
722 kfree(ring->txhdr_cache); in b43legacy_destroy_dmaring()
948 header = &(ring->txhdr_cache[slot * sizeof( in dma_tx_fragment()
H A Ddma.h131 u8 *txhdr_cache; member
/linux/drivers/net/wireless/broadcom/b43/
H A Ddma.c890 ring->txhdr_cache = kcalloc(ring->nr_slots / TX_SLOTS_PER_FRAME, in b43_setup_dmaring()
893 if (!ring->txhdr_cache) in b43_setup_dmaring()
898 ring->txhdr_cache, in b43_setup_dmaring()
905 kfree(ring->txhdr_cache); in b43_setup_dmaring()
906 ring->txhdr_cache = kcalloc(ring->nr_slots / TX_SLOTS_PER_FRAME, in b43_setup_dmaring()
909 if (!ring->txhdr_cache) in b43_setup_dmaring()
913 ring->txhdr_cache, in b43_setup_dmaring()
944 kfree(ring->txhdr_cache); in b43_setup_dmaring()
1006 kfree(ring->txhdr_cache); in b43_destroy_dmaring()
1216 header = &(ring->txhdr_cache[(slot / TX_SLOTS_PER_FRAME) * hdrsize]); in dma_tx_fragment()
H A Ddma.h237 u8 *txhdr_cache; member