Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/scsi/hisi_sas/
H A Dhisi_sas_main.c499 dq->wr_point = (dq->wr_point + 1) % HISI_SAS_QUEUE_SLOTS; in hisi_sas_task_prep()
1976 dq->wr_point = (dq->wr_point + 1) % HISI_SAS_QUEUE_SLOTS; in hisi_sas_internal_abort_task_exec()
2288 for (j = 0; j < HISI_SAS_QUEUE_SLOTS; j++) in hisi_sas_init_mem()
2293 s = hisi_hba->hw->complete_hdr_size * HISI_SAS_QUEUE_SLOTS; in hisi_sas_init_mem()
2349 s = sizeof(struct hisi_sas_cmd_hdr) * HISI_SAS_QUEUE_SLOTS; in hisi_sas_alloc()
2357 s = hisi_hba->hw->complete_hdr_size * HISI_SAS_QUEUE_SLOTS; in hisi_sas_alloc()
2713 HISI_SAS_QUEUE_SLOTS * queue_entry_size); in hisi_sas_debugfs_snapshot_cq_reg()
2729 for (j = 0; j < HISI_SAS_QUEUE_SLOTS; j++) in hisi_sas_debugfs_snapshot_dq_reg()
3024 for (slot = 0; slot < HISI_SAS_QUEUE_SLOTS; slot++) { in hisi_sas_debugfs_cq_show()
3057 for (slot = 0; slot < HISI_SAS_QUEUE_SLOTS; slo in hisi_sas_debugfs_dq_show()
[all...]
H A Dhisi_sas.h33 #define HISI_SAS_QUEUE_SLOTS 4096 macro
39 #define HISI_SAS_MAX_COMMANDS (HISI_SAS_QUEUE_SLOTS)
H A Dhisi_sas_v1_hw.c711 HISI_SAS_QUEUE_SLOTS); in init_reg_v1_hw()
723 HISI_SAS_QUEUE_SLOTS); in init_reg_v1_hw()
884 wp = (s2->dlvry_queue_slot + 1) % HISI_SAS_QUEUE_SLOTS; in start_delivery_v1_hw()
1525 if (++rd_point >= HISI_SAS_QUEUE_SLOTS) in cq_interrupt_v1_hw()
H A Dhisi_sas_v3_hw.c665 HISI_SAS_QUEUE_SLOTS); in init_reg_v3_hw()
675 HISI_SAS_QUEUE_SLOTS); in init_reg_v3_hw()
1079 wp = (s2->dlvry_queue_slot + 1) % HISI_SAS_QUEUE_SLOTS; in start_delivery_v3_hw()
2377 if (++rd_point >= HISI_SAS_QUEUE_SLOTS) in cq_thread_v3_hw()
H A Dhisi_sas_v2_hw.c1280 HISI_SAS_QUEUE_SLOTS); in init_reg_v2_hw()
1290 HISI_SAS_QUEUE_SLOTS); in init_reg_v2_hw()
1667 wp = (s2->dlvry_queue_slot + 1) % HISI_SAS_QUEUE_SLOTS; in start_delivery_v2_hw()
3179 if (++rd_point >= HISI_SAS_QUEUE_SLOTS) in cq_thread_v2_hw()
/kernel/linux/linux-6.6/drivers/scsi/hisi_sas/
H A Dhisi_sas.h34 #define HISI_SAS_QUEUE_SLOTS 4096 macro
41 #define HISI_SAS_MAX_COMMANDS (HISI_SAS_QUEUE_SLOTS)
H A Dhisi_sas_v3_hw.c718 HISI_SAS_QUEUE_SLOTS); in init_reg_v3_hw()
728 HISI_SAS_QUEUE_SLOTS); in init_reg_v3_hw()
1134 wp = (s2->dlvry_queue_slot + 1) % HISI_SAS_QUEUE_SLOTS; in start_delivery_v3_hw()
2441 completed = (wr_point + HISI_SAS_QUEUE_SLOTS - rd_point) % HISI_SAS_QUEUE_SLOTS; in complete_v3_hw()
2482 if (++rd_point >= HISI_SAS_QUEUE_SLOTS) in complete_v3_hw()
3435 HISI_SAS_QUEUE_SLOTS * queue_entry_size); in debugfs_snapshot_cq_reg_v3_hw()
3451 for (j = 0; j < HISI_SAS_QUEUE_SLOTS; j++) in debugfs_snapshot_dq_reg_v3_hw()
3670 for (slot = 0; slot < HISI_SAS_QUEUE_SLOTS; slot++) in debugfs_cq_v3_hw_show()
3693 for (slot = 0; slot < HISI_SAS_QUEUE_SLOTS; slo in debugfs_dq_v3_hw_show()
[all...]
H A Dhisi_sas_v1_hw.c711 HISI_SAS_QUEUE_SLOTS); in init_reg_v1_hw()
723 HISI_SAS_QUEUE_SLOTS); in init_reg_v1_hw()
884 wp = (s2->dlvry_queue_slot + 1) % HISI_SAS_QUEUE_SLOTS; in start_delivery_v1_hw()
1514 if (++rd_point >= HISI_SAS_QUEUE_SLOTS) in cq_interrupt_v1_hw()
H A Dhisi_sas_main.c410 dq->wr_point = (dq->wr_point + 1) % HISI_SAS_QUEUE_SLOTS; in hisi_sas_task_deliver()
2130 for (j = 0; j < HISI_SAS_QUEUE_SLOTS; j++) in hisi_sas_init_mem()
2135 s = hisi_hba->hw->complete_hdr_size * HISI_SAS_QUEUE_SLOTS; in hisi_sas_init_mem()
2192 s = sizeof(struct hisi_sas_cmd_hdr) * HISI_SAS_QUEUE_SLOTS; in hisi_sas_alloc()
2200 s = hisi_hba->hw->complete_hdr_size * HISI_SAS_QUEUE_SLOTS; in hisi_sas_alloc()
H A Dhisi_sas_v2_hw.c1280 HISI_SAS_QUEUE_SLOTS); in init_reg_v2_hw()
1290 HISI_SAS_QUEUE_SLOTS); in init_reg_v2_hw()
1667 wp = (s2->dlvry_queue_slot + 1) % HISI_SAS_QUEUE_SLOTS; in start_delivery_v2_hw()
3174 if (++rd_point >= HISI_SAS_QUEUE_SLOTS) in cq_thread_v2_hw()

Completed in 43 milliseconds