Searched refs:txhdr_cache (Results 1 – 4 of 4) sorted by relevance
636 ring->txhdr_cache = kcalloc(nr_slots, in b43legacy_setup_dmaring()639 if (!ring->txhdr_cache) in b43legacy_setup_dmaring()643 dma_test = dma_map_single(dev->dev->dma_dev, ring->txhdr_cache, in b43legacy_setup_dmaring()650 kfree(ring->txhdr_cache); in b43legacy_setup_dmaring()651 ring->txhdr_cache = kcalloc(nr_slots, in b43legacy_setup_dmaring()654 if (!ring->txhdr_cache) in b43legacy_setup_dmaring()658 ring->txhdr_cache, in b43legacy_setup_dmaring()705 kfree(ring->txhdr_cache); in b43legacy_setup_dmaring()731 kfree(ring->txhdr_cache); in b43legacy_destroy_dmaring()957 header = &(ring->txhdr_cache[slot * sizeof( in dma_tx_fragment()
131 u8 *txhdr_cache; member
891 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()
237 u8 *txhdr_cache; member
Completed in 13 milliseconds