| /OK3568_Linux_fs/kernel/drivers/scsi/esas2r/ |
| H A D | esas2r_main.c | 249 .cmd_per_lun = 287 int cmd_per_lun = ESAS2R_DEFAULT_CMD_PER_LUN; variable 288 module_param(cmd_per_lun, int, 0); 289 MODULE_PARM_DESC(cmd_per_lun, 412 host->cmd_per_lun = cmd_per_lun; in esas2r_probe() 553 if (cmd_per_lun < 1) { in esas2r_init() 557 cmd_per_lun = 1; in esas2r_init() 558 } else if (cmd_per_lun > 2048) { in esas2r_init() 562 cmd_per_lun = 2048; in esas2r_init()
|
| /OK3568_Linux_fs/kernel/drivers/scsi/ |
| H A D | hosts.c | 224 shost->cmd_per_lun = min_t(int, shost->cmd_per_lun, in scsi_add_host_with_dma() 429 shost->cmd_per_lun = sht->cmd_per_lun; in scsi_host_alloc()
|
| H A D | virtio_scsi.c | 688 int max_depth = shost->cmd_per_lun; in virtscsi_change_queue_depth() 849 u32 cmd_per_lun; in virtscsi_probe() local 882 cmd_per_lun = virtscsi_config_get(vdev, cmd_per_lun) ?: 1; in virtscsi_probe() 883 shost->cmd_per_lun = min_t(u32, cmd_per_lun, shost->can_queue); in virtscsi_probe()
|
| H A D | mac_scsi.c | 435 .cmd_per_lun = 2, 466 mac_scsi_template.cmd_per_lun = setup_cmd_per_lun; in mac_scsi_probe()
|
| H A D | dmx3191d.c | 53 .cmd_per_lun = 2,
|
| H A D | mvme147.c | 79 .cmd_per_lun = CMD_PER_LUN,
|
| H A D | sun3_scsi.c | 505 .cmd_per_lun = 2, 525 sun3_scsi_template.cmd_per_lun = setup_cmd_per_lun; in sun3_scsi_probe()
|
| H A D | atari_scsi.c | 716 .cmd_per_lun = 2, 752 atari_scsi_template.cmd_per_lun = setup_cmd_per_lun; in atari_scsi_probe()
|
| H A D | vmw_pvscsi.c | 126 module_param_named(cmd_per_lun, pvscsi_cmd_per_lun, int, PVSCSI_RW); 127 MODULE_PARM_DESC(cmd_per_lun, "Maximum commands per lun - (default=" 1020 pvscsi_template.cmd_per_lun); in pvscsi_info() 1445 pvscsi_template.cmd_per_lun = in pvscsi_probe()
|
| H A D | a3000.c | 177 .cmd_per_lun = CMD_PER_LUN,
|
| H A D | a2091.c | 162 .cmd_per_lun = CMD_PER_LUN,
|
| H A D | sgiwd93.c | 210 .cmd_per_lun = 8,
|
| H A D | gvp11.c | 186 .cmd_per_lun = CMD_PER_LUN,
|
| /OK3568_Linux_fs/kernel/include/scsi/ |
| H A D | scsi_host.h | 401 short cmd_per_lun; member 603 short cmd_per_lun; member
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/ |
| H A D | virtio_scsi.h | 109 __u32 cmd_per_lun; member
|
| /OK3568_Linux_fs/kernel/include/uapi/linux/ |
| H A D | virtio_scsi.h | 109 __virtio32 cmd_per_lun; member
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/ |
| H A D | virtio_scsi.h | 109 __u32 cmd_per_lun; member
|
| /OK3568_Linux_fs/kernel/drivers/scsi/megaraid/ |
| H A D | mega_common.h | 188 uint16_t cmd_per_lun; member
|
| /OK3568_Linux_fs/kernel/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 | 294 .cmd_per_lun = 2,
|
| /OK3568_Linux_fs/kernel/drivers/staging/unisys/include/ |
| H A D | iochannel.h | 181 u32 cmd_per_lun; member
|
| /OK3568_Linux_fs/kernel/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
|
| /OK3568_Linux_fs/kernel/drivers/infiniband/ulp/iser/ |
| H A D | iscsi_iser.c | 622 shost->cmd_per_lun = qdepth; in iscsi_iser_session_create() 971 .cmd_per_lun = ISER_DEF_CMD_PER_LUN,
|
| /OK3568_Linux_fs/kernel/drivers/staging/unisys/visorhba/ |
| H A D | visorhba_main.c | 1068 scsihost->cmd_per_lun = (unsigned int)max.cmd_per_lun; in visorhba_probe()
|