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.c1162 u16 start_ppt_idx, end_ppt_idx, ppt_idx, spt_idx; in ath12k_dp_get_rx_desc() local
1167 start_ppt_idx = dp->rx_ppt_base + ATH12K_RX_SPT_PAGE_OFFSET(dp->ab); in ath12k_dp_get_rx_desc()
1168 end_ppt_idx = start_ppt_idx + ATH12K_NUM_RX_SPT_PAGES(dp->ab); in ath12k_dp_get_rx_desc()
1170 if (ppt_idx < start_ppt_idx || in ath12k_dp_get_rx_desc()
1186 u16 start_ppt_idx, end_ppt_idx, ppt_idx, spt_idx; in ath12k_dp_get_tx_desc() local
1191 start_ppt_idx = ATH12K_TX_SPT_PAGE_OFFSET; in ath12k_dp_get_tx_desc()
1192 end_ppt_idx = start_ppt_idx + in ath12k_dp_get_tx_desc()
1195 if (ppt_idx < start_ppt_idx || in ath12k_dp_get_tx_desc()