Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/scsi/hisi_sas/
Dhisi_sas_v1_hw.c1489 u32 rd_point = cq->rd_point, wr_point; in cq_interrupt_v1_hw() local
1496 while (rd_point != wr_point) { in cq_interrupt_v1_hw()
1501 complete_hdr = &complete_queue[rd_point]; in cq_interrupt_v1_hw()
1511 slot->cmplt_queue_slot = rd_point; in cq_interrupt_v1_hw()
1515 if (++rd_point >= HISI_SAS_QUEUE_SLOTS) in cq_interrupt_v1_hw()
1516 rd_point = 0; in cq_interrupt_v1_hw()
1520 cq->rd_point = rd_point; in cq_interrupt_v1_hw()
1521 hisi_sas_write32(hisi_hba, COMPL_Q_0_RD_PTR + (0x14 * queue), rd_point); in cq_interrupt_v1_hw()
Dhisi_sas_v2_hw.c3108 u32 rd_point = cq->rd_point, wr_point, dev_id; in cq_thread_v2_hw() local
3119 while (rd_point != wr_point) { in cq_thread_v2_hw()
3123 complete_hdr = &complete_queue[rd_point]; in cq_thread_v2_hw()
3147 slot->cmplt_queue_slot = rd_point; in cq_thread_v2_hw()
3159 slot->cmplt_queue_slot = rd_point; in cq_thread_v2_hw()
3164 if (++rd_point >= HISI_SAS_QUEUE_SLOTS) in cq_thread_v2_hw()
3165 rd_point = 0; in cq_thread_v2_hw()
3169 cq->rd_point = rd_point; in cq_thread_v2_hw()
3170 hisi_sas_write32(hisi_hba, COMPL_Q_0_RD_PTR + (0x14 * queue), rd_point); in cq_thread_v2_hw()
Dhisi_sas_v3_hw.c2373 u32 rd_point = cq->rd_point, wr_point; in cq_thread_v3_hw() local
2381 while (rd_point != wr_point) { in cq_thread_v3_hw()
2387 complete_hdr = &complete_queue[rd_point]; in cq_thread_v3_hw()
2393 slot->cmplt_queue_slot = rd_point; in cq_thread_v3_hw()
2399 if (++rd_point >= HISI_SAS_QUEUE_SLOTS) in cq_thread_v3_hw()
2400 rd_point = 0; in cq_thread_v3_hw()
2404 cq->rd_point = rd_point; in cq_thread_v3_hw()
2405 hisi_sas_write32(hisi_hba, COMPL_Q_0_RD_PTR + (0x14 * queue), rd_point); in cq_thread_v3_hw()
Dhisi_sas.h206 int rd_point; member
Dhisi_sas_main.c2075 cq->rd_point = 0; in hisi_sas_init_mem()