Home
last modified time | relevance | path

Searched refs:rd_point (Results 1 - 10 of 10) sorted by relevance

/kernel/linux/linux-5.10/drivers/scsi/hisi_sas/
H A Dhisi_sas_v1_hw.c1499 u32 rd_point = cq->rd_point, wr_point; in cq_interrupt_v1_hw() local
1506 while (rd_point != wr_point) { in cq_interrupt_v1_hw()
1511 complete_hdr = &complete_queue[rd_point]; in cq_interrupt_v1_hw()
1521 slot->cmplt_queue_slot = rd_point; in cq_interrupt_v1_hw()
1525 if (++rd_point >= HISI_SAS_QUEUE_SLOTS) in cq_interrupt_v1_hw()
1526 rd_point = 0; in cq_interrupt_v1_hw()
1529 /* update rd_point */ in cq_interrupt_v1_hw()
1530 cq->rd_point = rd_point; in cq_interrupt_v1_hw()
[all...]
H A Dhisi_sas_v2_hw.c3123 u32 rd_point = cq->rd_point, wr_point, dev_id; in cq_thread_v2_hw() local
3134 while (rd_point != wr_point) { in cq_thread_v2_hw()
3138 complete_hdr = &complete_queue[rd_point]; in cq_thread_v2_hw()
3162 slot->cmplt_queue_slot = rd_point; in cq_thread_v2_hw()
3174 slot->cmplt_queue_slot = rd_point; in cq_thread_v2_hw()
3179 if (++rd_point >= HISI_SAS_QUEUE_SLOTS) in cq_thread_v2_hw()
3180 rd_point = 0; in cq_thread_v2_hw()
3183 /* update rd_point */ in cq_thread_v2_hw()
3184 cq->rd_point in cq_thread_v2_hw()
[all...]
H A Dhisi_sas_v3_hw.c2351 u32 rd_point = cq->rd_point, wr_point; in cq_thread_v3_hw() local
2359 while (rd_point != wr_point) { in cq_thread_v3_hw()
2365 complete_hdr = &complete_queue[rd_point]; in cq_thread_v3_hw()
2371 slot->cmplt_queue_slot = rd_point; in cq_thread_v3_hw()
2377 if (++rd_point >= HISI_SAS_QUEUE_SLOTS) in cq_thread_v3_hw()
2378 rd_point = 0; in cq_thread_v3_hw()
2381 /* update rd_point */ in cq_thread_v3_hw()
2382 cq->rd_point = rd_point; in cq_thread_v3_hw()
[all...]
H A Dhisi_sas.h188 int rd_point; member
H A Dhisi_sas_main.c2295 cq->rd_point = 0; in hisi_sas_init_mem()
/kernel/linux/linux-6.6/drivers/scsi/hisi_sas/
H A Dhisi_sas_v1_hw.c1488 u32 rd_point = cq->rd_point, wr_point; in cq_interrupt_v1_hw() local
1495 while (rd_point != wr_point) { in cq_interrupt_v1_hw()
1500 complete_hdr = &complete_queue[rd_point]; in cq_interrupt_v1_hw()
1510 slot->cmplt_queue_slot = rd_point; in cq_interrupt_v1_hw()
1514 if (++rd_point >= HISI_SAS_QUEUE_SLOTS) in cq_interrupt_v1_hw()
1515 rd_point = 0; in cq_interrupt_v1_hw()
1518 /* update rd_point */ in cq_interrupt_v1_hw()
1519 cq->rd_point = rd_point; in cq_interrupt_v1_hw()
[all...]
H A Dhisi_sas_v2_hw.c3118 u32 rd_point = cq->rd_point, wr_point, dev_id; in cq_thread_v2_hw() local
3129 while (rd_point != wr_point) { in cq_thread_v2_hw()
3133 complete_hdr = &complete_queue[rd_point]; in cq_thread_v2_hw()
3157 slot->cmplt_queue_slot = rd_point; in cq_thread_v2_hw()
3169 slot->cmplt_queue_slot = rd_point; in cq_thread_v2_hw()
3174 if (++rd_point >= HISI_SAS_QUEUE_SLOTS) in cq_thread_v2_hw()
3175 rd_point = 0; in cq_thread_v2_hw()
3178 /* update rd_point */ in cq_thread_v2_hw()
3179 cq->rd_point in cq_thread_v2_hw()
[all...]
H A Dhisi_sas_v3_hw.c2432 u32 rd_point, wr_point; in complete_v3_hw() local
2436 rd_point = cq->rd_point; in complete_v3_hw()
2441 completed = (wr_point + HISI_SAS_QUEUE_SLOTS - rd_point) % HISI_SAS_QUEUE_SLOTS; in complete_v3_hw()
2443 while (rd_point != wr_point) { in complete_v3_hw()
2450 complete_hdr = &complete_queue[rd_point]; in complete_v3_hw()
2476 slot->cmplt_queue_slot = rd_point; in complete_v3_hw()
2482 if (++rd_point >= HISI_SAS_QUEUE_SLOTS) in complete_v3_hw()
2483 rd_point = 0; in complete_v3_hw()
2486 /* update rd_point */ in complete_v3_hw()
[all...]
H A Dhisi_sas.h207 int rd_point; member
H A Dhisi_sas_main.c2137 cq->rd_point = 0; in hisi_sas_init_mem()

Completed in 39 milliseconds