Home
last modified time | relevance | path

Searched refs:addr_aligned (Results 1 – 2 of 2) sorted by relevance

/drivers/net/wireless/ath/ath12k/
Ddp_rx.c939 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()
/drivers/net/wireless/ath/ath11k/
Ddp_rx.c1004 u32 *addr_aligned; in ath11k_peer_rx_tid_setup() local
1059 addr_aligned = PTR_ALIGN(vaddr, HAL_LINK_DESC_ALIGN); in ath11k_peer_rx_tid_setup()
1061 ath11k_hal_reo_qdesc_setup(addr_aligned, tid, ba_win_sz, in ath11k_peer_rx_tid_setup()
1064 paddr = dma_map_single(ab->dev, addr_aligned, hw_desc_sz, in ath11k_peer_rx_tid_setup()