HISI_SAS_QUEUE_SLOTS   34 drivers/scsi/hisi_sas/hisi_sas.h #define HISI_SAS_MAX_COMMANDS (HISI_SAS_QUEUE_SLOTS)
HISI_SAS_QUEUE_SLOTS  494 drivers/scsi/hisi_sas/hisi_sas_main.c 	dq->wr_point = (dq->wr_point + 1) % HISI_SAS_QUEUE_SLOTS;
HISI_SAS_QUEUE_SLOTS 1966 drivers/scsi/hisi_sas/hisi_sas_main.c 	dq->wr_point = (dq->wr_point + 1) % HISI_SAS_QUEUE_SLOTS;
HISI_SAS_QUEUE_SLOTS 2279 drivers/scsi/hisi_sas/hisi_sas_main.c 		for (j = 0; j < HISI_SAS_QUEUE_SLOTS; j++)
HISI_SAS_QUEUE_SLOTS 2284 drivers/scsi/hisi_sas/hisi_sas_main.c 		s = hisi_hba->hw->complete_hdr_size * HISI_SAS_QUEUE_SLOTS;
HISI_SAS_QUEUE_SLOTS 2340 drivers/scsi/hisi_sas/hisi_sas_main.c 		s = sizeof(struct hisi_sas_cmd_hdr) * HISI_SAS_QUEUE_SLOTS;
HISI_SAS_QUEUE_SLOTS 2348 drivers/scsi/hisi_sas/hisi_sas_main.c 		s = hisi_hba->hw->complete_hdr_size * HISI_SAS_QUEUE_SLOTS;
HISI_SAS_QUEUE_SLOTS 2703 drivers/scsi/hisi_sas/hisi_sas_main.c 		       HISI_SAS_QUEUE_SLOTS * queue_entry_size);
HISI_SAS_QUEUE_SLOTS 2718 drivers/scsi/hisi_sas/hisi_sas_main.c 		for (j = 0; j < HISI_SAS_QUEUE_SLOTS; j++)
HISI_SAS_QUEUE_SLOTS 3004 drivers/scsi/hisi_sas/hisi_sas_main.c 	for (slot = 0; slot < HISI_SAS_QUEUE_SLOTS; slot++) {
HISI_SAS_QUEUE_SLOTS 3038 drivers/scsi/hisi_sas/hisi_sas_main.c 	for (slot = 0; slot < HISI_SAS_QUEUE_SLOTS; slot++) {
HISI_SAS_QUEUE_SLOTS 3753 drivers/scsi/hisi_sas/hisi_sas_main.c 	sz = hw->complete_hdr_size * HISI_SAS_QUEUE_SLOTS;
HISI_SAS_QUEUE_SLOTS 3762 drivers/scsi/hisi_sas/hisi_sas_main.c 	sz = sizeof(struct hisi_sas_cmd_hdr) * HISI_SAS_QUEUE_SLOTS;
HISI_SAS_QUEUE_SLOTS  709 drivers/scsi/hisi_sas/hisi_sas_v1_hw.c 				 HISI_SAS_QUEUE_SLOTS);
HISI_SAS_QUEUE_SLOTS  721 drivers/scsi/hisi_sas/hisi_sas_v1_hw.c 				 HISI_SAS_QUEUE_SLOTS);
HISI_SAS_QUEUE_SLOTS  882 drivers/scsi/hisi_sas/hisi_sas_v1_hw.c 	wp = (s2->dlvry_queue_slot + 1) % HISI_SAS_QUEUE_SLOTS;
HISI_SAS_QUEUE_SLOTS 1526 drivers/scsi/hisi_sas/hisi_sas_v1_hw.c 		if (++rd_point >= HISI_SAS_QUEUE_SLOTS)
HISI_SAS_QUEUE_SLOTS 1275 drivers/scsi/hisi_sas/hisi_sas_v2_hw.c 				 HISI_SAS_QUEUE_SLOTS);
HISI_SAS_QUEUE_SLOTS 1285 drivers/scsi/hisi_sas/hisi_sas_v2_hw.c 				 HISI_SAS_QUEUE_SLOTS);
HISI_SAS_QUEUE_SLOTS 1662 drivers/scsi/hisi_sas/hisi_sas_v2_hw.c 	wp = (s2->dlvry_queue_slot + 1) % HISI_SAS_QUEUE_SLOTS;
HISI_SAS_QUEUE_SLOTS 3170 drivers/scsi/hisi_sas/hisi_sas_v2_hw.c 		if (++rd_point >= HISI_SAS_QUEUE_SLOTS)
HISI_SAS_QUEUE_SLOTS  644 drivers/scsi/hisi_sas/hisi_sas_v3_hw.c 				 HISI_SAS_QUEUE_SLOTS);
HISI_SAS_QUEUE_SLOTS  654 drivers/scsi/hisi_sas/hisi_sas_v3_hw.c 				 HISI_SAS_QUEUE_SLOTS);
HISI_SAS_QUEUE_SLOTS 1043 drivers/scsi/hisi_sas/hisi_sas_v3_hw.c 	wp = (s2->dlvry_queue_slot + 1) % HISI_SAS_QUEUE_SLOTS;
HISI_SAS_QUEUE_SLOTS 2325 drivers/scsi/hisi_sas/hisi_sas_v3_hw.c 		if (++rd_point >= HISI_SAS_QUEUE_SLOTS)