Home
last modified time | relevance | path

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

/linux/drivers/scsi/hisi_sas/
H A Dhisi_sas_v1_hw.c1488 u32 rd_point = cq->rd_point, wr_point; in cq_interrupt_v1_hw() local
1492 wr_point = hisi_sas_read32(hisi_hba, in cq_interrupt_v1_hw()
1495 while (rd_point != wr_point) { in cq_interrupt_v1_hw()
H A Dhisi_sas.h227 int wr_point; member
H A Dhisi_sas_v2_hw.c3122 u32 rd_point = cq->rd_point, wr_point, dev_id; in cq_thread_v2_hw() local
3130 wr_point = hisi_sas_read32(hisi_hba, COMPL_Q_0_WR_PTR + in cq_thread_v2_hw()
3133 while (rd_point != wr_point) { in cq_thread_v2_hw()
H A Dhisi_sas_v3_hw.c2499 u32 rd_point, wr_point; in complete_v3_hw() local
2506 wr_point = hisi_sas_read32(hisi_hba, COMPL_Q_0_WR_PTR + in complete_v3_hw()
2508 completed = (wr_point + HISI_SAS_QUEUE_SLOTS - rd_point) % HISI_SAS_QUEUE_SLOTS; in complete_v3_hw()
2510 while (rd_point != wr_point) { in complete_v3_hw()