Searched refs:rd_point (Results 1 – 5 of 5) sorted by relevance
/Linux-v4.19/drivers/scsi/hisi_sas/ |
D | hisi_sas_v1_hw.c | 1548 u32 irq_value, rd_point = cq->rd_point, wr_point; in cq_interrupt_v1_hw() local 1557 while (rd_point != wr_point) { in cq_interrupt_v1_hw() 1562 complete_hdr = &complete_queue[rd_point]; in cq_interrupt_v1_hw() 1572 slot->cmplt_queue_slot = rd_point; in cq_interrupt_v1_hw() 1576 if (++rd_point >= HISI_SAS_QUEUE_SLOTS) in cq_interrupt_v1_hw() 1577 rd_point = 0; in cq_interrupt_v1_hw() 1581 cq->rd_point = rd_point; in cq_interrupt_v1_hw() 1582 hisi_sas_write32(hisi_hba, COMPL_Q_0_RD_PTR + (0x14 * queue), rd_point); in cq_interrupt_v1_hw()
|
D | hisi_sas_v3_hw.c | 1788 u32 rd_point = cq->rd_point, wr_point; in cq_tasklet_v3_hw() local 1796 while (rd_point != wr_point) { in cq_tasklet_v3_hw() 1801 complete_hdr = &complete_queue[rd_point]; in cq_tasklet_v3_hw() 1806 slot->cmplt_queue_slot = rd_point; in cq_tasklet_v3_hw() 1812 if (++rd_point >= HISI_SAS_QUEUE_SLOTS) in cq_tasklet_v3_hw() 1813 rd_point = 0; in cq_tasklet_v3_hw() 1817 cq->rd_point = rd_point; in cq_tasklet_v3_hw() 1818 hisi_sas_write32(hisi_hba, COMPL_Q_0_RD_PTR + (0x14 * queue), rd_point); in cq_tasklet_v3_hw()
|
D | hisi_sas_v2_hw.c | 3134 u32 rd_point = cq->rd_point, wr_point, dev_id; in cq_tasklet_v2_hw() local 3145 while (rd_point != wr_point) { in cq_tasklet_v2_hw() 3149 complete_hdr = &complete_queue[rd_point]; in cq_tasklet_v2_hw() 3169 slot->cmplt_queue_slot = rd_point; in cq_tasklet_v2_hw() 3179 slot->cmplt_queue_slot = rd_point; in cq_tasklet_v2_hw() 3184 if (++rd_point >= HISI_SAS_QUEUE_SLOTS) in cq_tasklet_v2_hw() 3185 rd_point = 0; in cq_tasklet_v2_hw() 3189 cq->rd_point = rd_point; in cq_tasklet_v2_hw() 3190 hisi_sas_write32(hisi_hba, COMPL_Q_0_RD_PTR + (0x14 * queue), rd_point); in cq_tasklet_v2_hw()
|
D | hisi_sas.h | 162 int rd_point; member
|
D | hisi_sas_main.c | 1977 cq->rd_point = 0; in hisi_sas_init_mem()
|