Searched refs:addr_aligned (Results 1 - 3 of 3) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath11k/ |
H A D | dp_rx.c | 942 u32 *addr_aligned; in ath11k_peer_rx_tid_setup() local 995 addr_aligned = PTR_ALIGN(vaddr, HAL_LINK_DESC_ALIGN); in ath11k_peer_rx_tid_setup() 997 ath11k_hal_reo_qdesc_setup(addr_aligned, tid, ba_win_sz, in ath11k_peer_rx_tid_setup() 1000 paddr = dma_map_single(ab->dev, addr_aligned, hw_desc_sz, in ath11k_peer_rx_tid_setup()
|
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath12k/ |
H A D | dp_rx.c | 939 struct hal_rx_reo_queue *addr_aligned; in ath12k_dp_rx_peer_tid_setup() local 1014 addr_aligned = PTR_ALIGN(vaddr, HAL_LINK_DESC_ALIGN); in ath12k_dp_rx_peer_tid_setup() 1016 ath12k_hal_reo_qdesc_setup(addr_aligned, tid, ba_win_sz, in ath12k_dp_rx_peer_tid_setup() 1019 paddr = dma_map_single(ab->dev, addr_aligned, hw_desc_sz, in ath12k_dp_rx_peer_tid_setup()
|
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath11k/ |
H A D | dp_rx.c | 1003 u32 *addr_aligned; in ath11k_peer_rx_tid_setup() local 1058 addr_aligned = PTR_ALIGN(vaddr, HAL_LINK_DESC_ALIGN); in ath11k_peer_rx_tid_setup() 1060 ath11k_hal_reo_qdesc_setup(addr_aligned, tid, ba_win_sz, in ath11k_peer_rx_tid_setup() 1063 paddr = dma_map_single(ab->dev, addr_aligned, hw_desc_sz, in ath11k_peer_rx_tid_setup()
|
Completed in 22 milliseconds