Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/scsi/hisi_sas/
Dhisi_sas.h29 #define HISI_SAS_QUEUE_SLOTS 4096 macro
34 #define HISI_SAS_MAX_COMMANDS (HISI_SAS_QUEUE_SLOTS)
Dhisi_sas_main.c494 dq->wr_point = (dq->wr_point + 1) % HISI_SAS_QUEUE_SLOTS; in hisi_sas_task_prep()
1959 dq->wr_point = (dq->wr_point + 1) % HISI_SAS_QUEUE_SLOTS; in hisi_sas_internal_abort_task_exec()
2272 for (j = 0; j < HISI_SAS_QUEUE_SLOTS; j++) in hisi_sas_init_mem()
2277 s = hisi_hba->hw->complete_hdr_size * HISI_SAS_QUEUE_SLOTS; in hisi_sas_init_mem()
2333 s = sizeof(struct hisi_sas_cmd_hdr) * HISI_SAS_QUEUE_SLOTS; in hisi_sas_alloc()
2341 s = hisi_hba->hw->complete_hdr_size * HISI_SAS_QUEUE_SLOTS; in hisi_sas_alloc()
2695 HISI_SAS_QUEUE_SLOTS * queue_entry_size); in hisi_sas_debugfs_snapshot_cq_reg()
2710 for (j = 0; j < HISI_SAS_QUEUE_SLOTS; j++) in hisi_sas_debugfs_snapshot_dq_reg()
2996 for (slot = 0; slot < HISI_SAS_QUEUE_SLOTS; slot++) { in hisi_sas_debugfs_cq_show()
3030 for (slot = 0; slot < HISI_SAS_QUEUE_SLOTS; slot++) { in hisi_sas_debugfs_dq_show()
[all …]
Dhisi_sas_v1_hw.c709 HISI_SAS_QUEUE_SLOTS); in init_reg_v1_hw()
721 HISI_SAS_QUEUE_SLOTS); in init_reg_v1_hw()
882 wp = (s2->dlvry_queue_slot + 1) % HISI_SAS_QUEUE_SLOTS; in start_delivery_v1_hw()
1526 if (++rd_point >= HISI_SAS_QUEUE_SLOTS) in cq_interrupt_v1_hw()
Dhisi_sas_v2_hw.c1275 HISI_SAS_QUEUE_SLOTS); in init_reg_v2_hw()
1285 HISI_SAS_QUEUE_SLOTS); in init_reg_v2_hw()
1662 wp = (s2->dlvry_queue_slot + 1) % HISI_SAS_QUEUE_SLOTS; in start_delivery_v2_hw()
3170 if (++rd_point >= HISI_SAS_QUEUE_SLOTS) in cq_tasklet_v2_hw()
Dhisi_sas_v3_hw.c644 HISI_SAS_QUEUE_SLOTS); in init_reg_v3_hw()
654 HISI_SAS_QUEUE_SLOTS); in init_reg_v3_hw()
1043 wp = (s2->dlvry_queue_slot + 1) % HISI_SAS_QUEUE_SLOTS; in start_delivery_v3_hw()
2325 if (++rd_point >= HISI_SAS_QUEUE_SLOTS) in cq_tasklet_v3_hw()