Searched refs:rd_point (Results 1 – 2 of 2) sorted by relevance
1488 u32 rd_point = cq->rd_point, wr_point; in cq_interrupt_v1_hw() local1495 while (rd_point != wr_point) { in cq_interrupt_v1_hw()1500 complete_hdr = &complete_queue[rd_point]; in cq_interrupt_v1_hw()1510 slot->cmplt_queue_slot = rd_point; in cq_interrupt_v1_hw()1514 if (++rd_point >= HISI_SAS_QUEUE_SLOTS) in cq_interrupt_v1_hw()1515 rd_point = 0; in cq_interrupt_v1_hw()1519 cq->rd_point = rd_point; in cq_interrupt_v1_hw()1520 hisi_sas_write32(hisi_hba, COMPL_Q_0_RD_PTR + (0x14 * queue), rd_point); in cq_interrupt_v1_hw()
217 int rd_point; member