max_commands      998 drivers/scsi/hpsa.c 	if (rq->current_entry == h->max_commands) {
max_commands     7634 drivers/scsi/hpsa.c 	h->max_commands = readl(&h->cfgtable->MaxPerformantModeCommands);
max_commands     7637 drivers/scsi/hpsa.c 	if (reset_devices && h->max_commands > 32)
max_commands     7638 drivers/scsi/hpsa.c 		h->max_commands = 32;
max_commands     7640 drivers/scsi/hpsa.c 	if (h->max_commands < MIN_MAX_COMMANDS) {
max_commands     7643 drivers/scsi/hpsa.c 			h->max_commands,
max_commands     7645 drivers/scsi/hpsa.c 		h->max_commands = MIN_MAX_COMMANDS;
max_commands     7665 drivers/scsi/hpsa.c 	h->nr_cmds = h->max_commands;
max_commands     7785 drivers/scsi/hpsa.c 	h->max_commands = readl(&(h->cfgtable->CmdsOutMax));
max_commands     9181 drivers/scsi/hpsa.c 	writel(h->max_commands, &h->transtable->RepQSize);
max_commands     9449 drivers/scsi/hpsa.c 	h->reply_queue_size = h->max_commands * sizeof(u64);
max_commands     9460 drivers/scsi/hpsa.c 		h->reply_queue[i].size = h->max_commands;
max_commands      178 drivers/scsi/hpsa.h 	int 	max_commands;
max_commands      514 drivers/scsi/hpsa.h 	if (rq->current_entry == h->max_commands) {
max_commands      289 drivers/scsi/megaraid.c 	adapter->max_cmds = adapter->product_info.max_commands;
max_commands     1778 drivers/scsi/megaraid.c 	product_info->max_commands = inquiry->adapter_info.max_commands;
max_commands     1857 drivers/scsi/megaraid.c 		 adapter->fw_version, adapter->product_info.max_commands,
max_commands     2091 drivers/scsi/megaraid.c 		   adapter->product_info.max_commands, adapter->max_cmds);
max_commands      235 drivers/scsi/megaraid.h 	u8	max_commands;		/* Max. concurrent commands supported */
max_commands      330 drivers/scsi/megaraid.h 	u8	max_commands;	/* Max concurrent commands supported */
max_commands      335 drivers/scsi/megaraid/mbox_defs.h 	uint8_t		max_commands;
max_commands      507 drivers/scsi/megaraid/mbox_defs.h 	uint8_t		max_commands;