| /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/drivers/scsi/ |
| H A D | hosts.c | 242 shost->cmd_per_lun = min_t(int, shost->cmd_per_lun, in scsi_add_host_with_dma() 459 shost->cmd_per_lun = sht->cmd_per_lun; in scsi_host_alloc()
|
| 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 | 53c700.c | 333 tpnt->cmd_per_lun = NCR_700_CMD_PER_LUN; in NCR_700_detect() 918 scsi_change_queue_depth(SCp->device, host->cmd_per_lun); in process_message()
|
| H A D | stex.c | 1056 hba->host->cmd_per_lun = data; in stex_common_handshake() 1786 host->cmd_per_lun = ci->rq_count; in stex_probe()
|
| 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()
|
| H A D | xen-scsifront.c | 782 .cmd_per_lun = VSCSIIF_DEFAULT_CMD_PER_LUN,
|
| /linux/include/scsi/ |
| H A D | scsi_host.h | 453 short cmd_per_lun; member 645 short cmd_per_lun; member
|
| /linux/include/uapi/linux/ |
| H A D | virtio_scsi.h | 109 __virtio32 cmd_per_lun; member
|
| /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/drivers/scsi/megaraid/ |
| H A D | mega_common.h | 188 uint16_t cmd_per_lun; member
|
| /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/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()
|
| H A D | csio_scsi.c | 2286 .cmd_per_lun = CSIO_MAX_CMD_PER_LUN, 2305 .cmd_per_lun = CSIO_MAX_CMD_PER_LUN,
|
| /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/mvsas/ |
| H A D | mv_init.c | 457 mvi->shost->cmd_per_lun = MVS_QUEUE_SIZE; in mvs_post_sas_ha_init()
|
| /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/aic7xxx/ |
| H A D | aic7xxx_osm.c | 793 .cmd_per_lun = 2, 1093 host->cmd_per_lun = 2; in ahc_linux_register_host()
|