Searched refs:wr_point (Results 1 – 5 of 5) sorted by relevance
889 w = dq->wr_point; in get_free_slot_v1_hw()897 dq->wr_point = (dq->wr_point + 1) % HISI_SAS_QUEUE_SLOTS; in get_free_slot_v1_hw()1548 u32 irq_value, rd_point = cq->rd_point, wr_point; in cq_interrupt_v1_hw() local1554 wr_point = hisi_sas_read32(hisi_hba, in cq_interrupt_v1_hw()1557 while (rd_point != wr_point) { in cq_interrupt_v1_hw()
868 w = dq->wr_point; in get_free_slot_v3_hw()877 dq->wr_point = (dq->wr_point + 1) % HISI_SAS_QUEUE_SLOTS; in get_free_slot_v3_hw()1788 u32 rd_point = cq->rd_point, wr_point; in cq_tasklet_v3_hw() local1793 wr_point = hisi_sas_read32(hisi_hba, COMPL_Q_0_WR_PTR + in cq_tasklet_v3_hw()1796 while (rd_point != wr_point) { in cq_tasklet_v3_hw()
170 int wr_point; member
1650 w = dq->wr_point; in get_free_slot_v2_hw()1659 dq->wr_point = (dq->wr_point + 1) % HISI_SAS_QUEUE_SLOTS; in get_free_slot_v2_hw()3134 u32 rd_point = cq->rd_point, wr_point, dev_id; in cq_tasklet_v2_hw() local3142 wr_point = hisi_sas_read32(hisi_hba, COMPL_Q_0_WR_PTR + in cq_tasklet_v2_hw()3145 while (rd_point != wr_point) { in cq_tasklet_v2_hw()
1973 dq->wr_point = 0; in hisi_sas_init_mem()