Home
last modified time | relevance | path

Searched refs:wr_point (Results 1 – 2 of 2) 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