Home
last modified time | relevance | path

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

/drivers/net/wireless/broadcom/b43legacy/
Ddma.c649 ring->txhdr_cache = kcalloc(nr_slots, in b43legacy_setup_dmaring()
652 if (!ring->txhdr_cache) in b43legacy_setup_dmaring()
656 dma_test = dma_map_single(dev->dev->dma_dev, ring->txhdr_cache, in b43legacy_setup_dmaring()
663 kfree(ring->txhdr_cache); in b43legacy_setup_dmaring()
664 ring->txhdr_cache = kcalloc(nr_slots, in b43legacy_setup_dmaring()
667 if (!ring->txhdr_cache) in b43legacy_setup_dmaring()
671 ring->txhdr_cache, in b43legacy_setup_dmaring()
718 kfree(ring->txhdr_cache); in b43legacy_setup_dmaring()
744 kfree(ring->txhdr_cache); in b43legacy_destroy_dmaring()
970 header = &(ring->txhdr_cache[slot * sizeof( in dma_tx_fragment()
Ddma.h131 u8 *txhdr_cache; member
/drivers/net/wireless/broadcom/b43/
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()
Ddma.h237 u8 *txhdr_cache; member