Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/scsi/hisi_sas/
Dhisi_sas_v1_hw.c889 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() local
1554 wr_point = hisi_sas_read32(hisi_hba, in cq_interrupt_v1_hw()
1557 while (rd_point != wr_point) { in cq_interrupt_v1_hw()
Dhisi_sas_v3_hw.c868 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() local
1793 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()
Dhisi_sas.h170 int wr_point; member
Dhisi_sas_v2_hw.c1650 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() local
3142 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()
Dhisi_sas_main.c1973 dq->wr_point = 0; in hisi_sas_init_mem()