Searched refs:txhdr_cache (Results 1 – 2 of 2) sorted by relevance
627 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()
131 u8 *txhdr_cache; member