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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/b43/
H A Ddma.c870 ring->txhdr_cache = kcalloc(ring->nr_slots / TX_SLOTS_PER_FRAME,
873 if (!ring->txhdr_cache)
876 /* test for ability to dma to txhdr_cache */
878 ring->txhdr_cache,
885 kfree(ring->txhdr_cache);
886 ring->txhdr_cache = kcalloc(ring->nr_slots / TX_SLOTS_PER_FRAME,
889 if (!ring->txhdr_cache)
893 ring->txhdr_cache,
924 kfree(ring->txhdr_cache);
986 kfree(ring->txhdr_cache);
[all...]
H A Ddma.h222 u8 *txhdr_cache; member in struct:b43_dmaring
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/b43legacy/
H A Ddma.c900 ring->txhdr_cache = kcalloc(nr_slots,
903 if (!ring->txhdr_cache)
906 /* test for ability to dma to txhdr_cache */
907 dma_test = dma_map_single(dev->dev->dma_dev, ring->txhdr_cache,
914 kfree(ring->txhdr_cache);
915 ring->txhdr_cache = kcalloc(nr_slots,
918 if (!ring->txhdr_cache)
922 ring->txhdr_cache,
974 kfree(ring->txhdr_cache);
1000 kfree(ring->txhdr_cache);
[all...]
H A Ddma.h237 u8 *txhdr_cache; member in struct:b43legacy_dmaring

Completed in 100 milliseconds