Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/ath/ath12k/
H A Ddp.c1158 u16 start_ppt_idx, end_ppt_idx, ppt_idx, spt_idx; in ath12k_dp_get_rx_desc() local
1163 start_ppt_idx = dp->rx_ppt_base + ATH12K_RX_SPT_PAGE_OFFSET(dp->ab); in ath12k_dp_get_rx_desc()
1164 end_ppt_idx = start_ppt_idx + ATH12K_NUM_RX_SPT_PAGES(dp->ab); in ath12k_dp_get_rx_desc()
1166 if (ppt_idx < start_ppt_idx || in ath12k_dp_get_rx_desc()
1182 u16 start_ppt_idx, end_ppt_idx, ppt_idx, spt_idx; in ath12k_dp_get_tx_desc() local
1187 start_ppt_idx = ATH12K_TX_SPT_PAGE_OFFSET; in ath12k_dp_get_tx_desc()
1188 end_ppt_idx = start_ppt_idx + in ath12k_dp_get_tx_desc()
1191 if (ppt_idx < start_ppt_idx || in ath12k_dp_get_tx_desc()