| /linux/drivers/scsi/esas2r/ |
| H A D | esas2r_main.c | 248 .cmd_per_lun = 283 int cmd_per_lun = ESAS2R_DEFAULT_CMD_PER_LUN; variable 284 module_param(cmd_per_lun, int, 0); 285 MODULE_PARM_DESC(cmd_per_lun, 407 host->cmd_per_lun = cmd_per_lun; in esas2r_probe() 548 if (cmd_per_lun < 1) { in esas2r_init() 552 cmd_per_lun = 1; in esas2r_init() 553 } else if (cmd_per_lun > 2048) { in esas2r_init() 557 cmd_per_lun = 2048; in esas2r_init()
|
| /linux/Documentation/translations/zh_CN/scsi/ |
| H A D | scsi_mid_low_api.rst | 339 * 数(如 cmd_per_lun)。 520 * host->cmd_per_lun作为非标记命令队列的 1008 cmd_per_lun 1038 scsi_change_queue_depth()(或struct Scsi_Host::cmd_per_lun)
|
| /linux/include/uapi/linux/ |
| H A D | virtio_scsi.h | 109 __virtio32 cmd_per_lun; member
|
| /linux/drivers/scsi/ |
| H A D | dmx3191d.c | 53 .cmd_per_lun = 2,
|
| H A D | mvme147.c | 84 .cmd_per_lun = CMD_PER_LUN,
|
| H A D | vmw_pvscsi.c | 124 module_param_named(cmd_per_lun, pvscsi_cmd_per_lun, int, PVSCSI_RW); 125 MODULE_PARM_DESC(cmd_per_lun, "Maximum commands per lun - (default=" 1011 pvscsi_template.cmd_per_lun); in pvscsi_info() 1436 pvscsi_template.cmd_per_lun = in pvscsi_probe()
|
| H A D | a2091.c | 195 .cmd_per_lun = CMD_PER_LUN,
|
| H A D | gvp11.c | 232 .cmd_per_lun = CMD_PER_LUN,
|
| H A D | g_NCR5380.c | 704 .cmd_per_lun = 2,
|
| H A D | megaraid.c | 292 adapter->host->cmd_per_lun = max_cmd_per_lun; in mega_query_adapter() 4111 .cmd_per_lun = DEF_CMD_PER_LUN, 4228 host->cmd_per_lun = max_cmd_per_lun; in megaraid_probe_one()
|
| /linux/drivers/scsi/megaraid/ |
| H A D | mega_common.h | 188 uint16_t cmd_per_lun; member
|
| H A D | megaraid_mbox.c | 176 module_param_named(cmd_per_lun, megaraid_cmd_per_lun, int, 0); 177 MODULE_PARM_DESC(cmd_per_lun, 640 host->cmd_per_lun = adapter->cmd_per_lun; in megaraid_io_attach() 843 adapter->cmd_per_lun = megaraid_cmd_per_lun; in megaraid_init_mbox()
|
| /linux/drivers/scsi/arm/ |
| H A D | oak.c | 113 .cmd_per_lun = 2,
|
| H A D | cumana_1.c | 224 .cmd_per_lun = 2,
|
| H A D | powertec.c | 298 .cmd_per_lun = 2,
|
| /linux/Documentation/scsi/ |
| H A D | sym53c8xx_2.rst | 500 lilo: linux root=/dev/sda2 sym53c8xx.cmd_per_lun=4 sym53c8xx.sync=10 sym53c8xx.debug=0x200 509 modprobe sym53c8xx cmd_per_lun=4 sync=10 debug=0x200 516 - cmd_per_lun=0 (or cmd_per_lun=1) tagged command queuing disabled 517 - cmd_per_lun=#tags (#tags > 1) tagged command queuing enabled 682 cmd_per_lun to reflect its different purposes. The sample above would 685 modprobe sym53c8xx cmd_per_lun=4 sync=10 debug=0x200 689 sym53c8xx.cmd_per_lun=4 sym53c8xx.sync=10 sym53c8xx.debug=0x200
|
| /linux/drivers/infiniband/ulp/iser/ |
| H A D | iscsi_iser.c | 615 shost->cmd_per_lun = qdepth; in iscsi_iser_session_create() 961 .cmd_per_lun = ISER_DEF_CMD_PER_LUN,
|
| /linux/Documentation/arch/m68k/ |
| H A D | kernel-options.rst | 594 :Syntax: atascsi=<can_queue>[,<cmd_per_lun>[,<scat-gat>[,<host-id>[,<tagged>]]]] 610 <cmd_per_lun> times the number of SCSI targets (LUNs) you have 613 <cmd_per_lun>: 622 The <cmd_per_lun> value at a great part determines the amount of 627 cmd_per_lun * 232 bytes 629 cmd_per_lun * approx. 17 Kbytes
|
| /linux/drivers/scsi/csiostor/ |
| H A D | csio_init.c | 599 csio_fcoe_shost_template.cmd_per_lun = csio_lun_qdepth; in csio_shost_init() 600 csio_fcoe_shost_vport_template.cmd_per_lun = csio_lun_qdepth; in csio_shost_init()
|
| /linux/drivers/target/loopback/ |
| H A D | tcm_loop.c | 56 module_param_named(cmd_per_lun, tcm_loop_cmd_per_lun, uint, 0644); 383 sh->cmd_per_lun = tcm_loop_cmd_per_lun; in tcm_loop_driver_probe()
|
| /linux/drivers/infiniband/ulp/srp/ |
| H A D | ib_srp.c | 2363 target->scsi_host->cmd_per_lun in srp_cm_rep_handler() 2365 target->scsi_host->cmd_per_lun); in srp_cm_rep_handler() 3086 .cmd_per_lun = SRP_DEFAULT_CMD_SQ_SIZE, 3485 target->scsi_host->cmd_per_lun = token; in srp_parse_options() 3501 target->scsi_host->cmd_per_lun = token; in srp_parse_options() 3672 if (target->scsi_host->cmd_per_lun > target->scsi_host->can_queue in srp_parse_options() 3675 target->scsi_host->cmd_per_lun, in srp_parse_options()
|
| /linux/drivers/scsi/bfa/ |
| H A D | bfad_im.c | 811 .cmd_per_lun = 3, 834 .cmd_per_lun = 3,
|
| /linux/drivers/scsi/snic/ |
| H A D | snic_main.c | 114 .cmd_per_lun = SNIC_DFLT_QUEUE_DEPTH,
|
| /linux/drivers/scsi/aacraid/ |
| H A D | linit.c | 1505 .cmd_per_lun = 256, 1507 .cmd_per_lun = AAC_NUM_IO_FIB,
|
| /linux/drivers/scsi/mvsas/ |
| H A D | mv_init.c | 457 mvi->shost->cmd_per_lun = MVS_QUEUE_SIZE; in mvs_post_sas_ha_init()
|