Searched refs:start_ppt_idx (Results 1 – 1 of 1) sorted by relevance
1354 u16 start_ppt_idx, end_ppt_idx, ppt_idx, spt_idx; in ath12k_dp_get_rx_desc() local1359 start_ppt_idx = dp->rx_ppt_base + ATH12K_RX_SPT_PAGE_OFFSET; in ath12k_dp_get_rx_desc()1360 end_ppt_idx = start_ppt_idx + ATH12K_NUM_RX_SPT_PAGES; in ath12k_dp_get_rx_desc()1362 if (ppt_idx < start_ppt_idx || in ath12k_dp_get_rx_desc()1377 u16 start_ppt_idx, end_ppt_idx, ppt_idx, spt_idx; in ath12k_dp_get_tx_desc() local1382 start_ppt_idx = ATH12K_TX_SPT_PAGE_OFFSET; in ath12k_dp_get_tx_desc()1383 end_ppt_idx = start_ppt_idx + in ath12k_dp_get_tx_desc()1386 if (ppt_idx < start_ppt_idx || in ath12k_dp_get_tx_desc()