Searched refs:txhdr_cache (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/broadcom/b43legacy/ |
H A D | dma.c | 649 ring->txhdr_cache = kcalloc(nr_slots, in b43legacy_setup_dmaring() 652 if (!ring->txhdr_cache) in b43legacy_setup_dmaring() 655 /* test for ability to dma to 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() [all...] |
H A D | dma.h | 131 u8 *txhdr_cache; member
|
/kernel/linux/linux-6.6/drivers/net/wireless/broadcom/b43legacy/ |
H A D | dma.c | 628 ring->txhdr_cache = kcalloc(nr_slots, in b43legacy_setup_dmaring() 631 if (!ring->txhdr_cache) in b43legacy_setup_dmaring() 634 /* test for ability to dma to 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() [all...] |
H A D | dma.h | 131 u8 *txhdr_cache; member
|
/kernel/linux/linux-5.10/drivers/net/wireless/broadcom/b43/ |
H A D | dma.c | 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() 897 /* test for ability to dma to 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() [all...] |
H A D | dma.h | 237 u8 *txhdr_cache; member
|
/kernel/linux/linux-6.6/drivers/net/wireless/broadcom/b43/ |
H A D | dma.c | 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() 897 /* test for ability to dma to 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() [all...] |
H A D | dma.h | 237 u8 *txhdr_cache; member
|
Completed in 9 milliseconds