Home
last modified time | relevance | path

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

/linux/drivers/scsi/hisi_sas/
A Dhisi_sas_v1_hw.c1494 u32 rd_point = cq->rd_point, wr_point; in cq_interrupt_v1_hw() local
1501 while (rd_point != wr_point) { in cq_interrupt_v1_hw()
1506 complete_hdr = &complete_queue[rd_point]; in cq_interrupt_v1_hw()
1516 slot->cmplt_queue_slot = rd_point; in cq_interrupt_v1_hw()
1520 if (++rd_point >= HISI_SAS_QUEUE_SLOTS) in cq_interrupt_v1_hw()
1521 rd_point = 0; in cq_interrupt_v1_hw()
1525 cq->rd_point = rd_point; in cq_interrupt_v1_hw()
1526 hisi_sas_write32(hisi_hba, COMPL_Q_0_RD_PTR + (0x14 * queue), rd_point); in cq_interrupt_v1_hw()
A Dhisi_sas_v2_hw.c3112 u32 rd_point = cq->rd_point, wr_point, dev_id; in cq_thread_v2_hw() local
3123 while (rd_point != wr_point) { in cq_thread_v2_hw()
3127 complete_hdr = &complete_queue[rd_point]; in cq_thread_v2_hw()
3151 slot->cmplt_queue_slot = rd_point; in cq_thread_v2_hw()
3163 slot->cmplt_queue_slot = rd_point; in cq_thread_v2_hw()
3168 if (++rd_point >= HISI_SAS_QUEUE_SLOTS) in cq_thread_v2_hw()
3169 rd_point = 0; in cq_thread_v2_hw()
3173 cq->rd_point = rd_point; in cq_thread_v2_hw()
3174 hisi_sas_write32(hisi_hba, COMPL_Q_0_RD_PTR + (0x14 * queue), rd_point); in cq_thread_v2_hw()
A Dhisi_sas_v3_hw.c2345 u32 rd_point = cq->rd_point, wr_point; in cq_thread_v3_hw() local
2353 while (rd_point != wr_point) { in cq_thread_v3_hw()
2359 complete_hdr = &complete_queue[rd_point]; in cq_thread_v3_hw()
2365 slot->cmplt_queue_slot = rd_point; in cq_thread_v3_hw()
2371 if (++rd_point >= HISI_SAS_QUEUE_SLOTS) in cq_thread_v3_hw()
2372 rd_point = 0; in cq_thread_v3_hw()
2376 cq->rd_point = rd_point; in cq_thread_v3_hw()
2377 hisi_sas_write32(hisi_hba, COMPL_Q_0_RD_PTR + (0x14 * queue), rd_point); in cq_thread_v3_hw()
A Dhisi_sas.h206 int rd_point; member
A Dhisi_sas_main.c2390 cq->rd_point = 0; in hisi_sas_init_mem()

Completed in 58 milliseconds