Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wireless/broadcom/b43legacy/
H A Ddma.c628 ring->txhdr_cache = kcalloc(nr_slots, in b43legacy_setup_dmaring()
631 if (!ring->txhdr_cache) in b43legacy_setup_dmaring()
635 dma_test = dma_map_single(dev->dev->dma_dev, ring->txhdr_cache, in b43legacy_setup_dmaring()
642 kfree(ring->txhdr_cache); in b43legacy_setup_dmaring()
643 ring->txhdr_cache = kcalloc(nr_slots, in b43legacy_setup_dmaring()
646 if (!ring->txhdr_cache) in b43legacy_setup_dmaring()
650 ring->txhdr_cache, in b43legacy_setup_dmaring()
697 kfree(ring->txhdr_cache); in b43legacy_setup_dmaring()
723 kfree(ring->txhdr_cache); in b43legacy_destroy_dmaring()
949 header = &(ring->txhdr_cache[slot * sizeof( in dma_tx_fragment()
H A Ddma.h131 u8 *txhdr_cache; member
/openbmc/linux/drivers/net/wireless/broadcom/b43/
H A Ddma.c891 ring->txhdr_cache = kcalloc(ring->nr_slots / TX_SLOTS_PER_FRAME, in b43_setup_dmaring()
894 if (!ring->txhdr_cache) in b43_setup_dmaring()
899 ring->txhdr_cache, in b43_setup_dmaring()
906 kfree(ring->txhdr_cache); in b43_setup_dmaring()
907 ring->txhdr_cache = kcalloc(ring->nr_slots / TX_SLOTS_PER_FRAME, in b43_setup_dmaring()
910 if (!ring->txhdr_cache) in b43_setup_dmaring()
914 ring->txhdr_cache, in b43_setup_dmaring()
945 kfree(ring->txhdr_cache); in b43_setup_dmaring()
1007 kfree(ring->txhdr_cache); in b43_destroy_dmaring()
1217 header = &(ring->txhdr_cache[(slot / TX_SLOTS_PER_FRAME) * hdrsize]); in dma_tx_fragment()
H A Ddma.h237 u8 *txhdr_cache; member