/linux-6.6.21/drivers/scsi/ |
D | hosts.c | 235 shost->cmd_per_lun = min_t(int, shost->cmd_per_lun, in scsi_add_host_with_dma() 441 shost->cmd_per_lun = sht->cmd_per_lun; in scsi_host_alloc()
|
D | virtio_scsi.c | 694 int max_depth = shost->cmd_per_lun; in virtscsi_change_queue_depth() 855 u32 cmd_per_lun; in virtscsi_probe() local 888 cmd_per_lun = virtscsi_config_get(vdev, cmd_per_lun) ?: 1; in virtscsi_probe() 889 shost->cmd_per_lun = min_t(u32, cmd_per_lun, shost->can_queue); in virtscsi_probe()
|
D | dmx3191d.c | 53 .cmd_per_lun = 2,
|
D | mvme147.c | 84 .cmd_per_lun = CMD_PER_LUN,
|
D | mac_scsi.c | 436 .cmd_per_lun = 2, 467 mac_scsi_template.cmd_per_lun = setup_cmd_per_lun; in mac_scsi_probe()
|
D | atari_scsi.c | 712 .cmd_per_lun = 2, 748 atari_scsi_template.cmd_per_lun = setup_cmd_per_lun; in atari_scsi_probe()
|
D | sun3_scsi.c | 506 .cmd_per_lun = 2, 526 sun3_scsi_template.cmd_per_lun = setup_cmd_per_lun; in sun3_scsi_probe()
|
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() 1435 pvscsi_template.cmd_per_lun = in pvscsi_probe()
|
D | a2091.c | 195 .cmd_per_lun = CMD_PER_LUN,
|
D | a3000.c | 212 .cmd_per_lun = CMD_PER_LUN,
|
D | sgiwd93.c | 217 .cmd_per_lun = 8,
|
D | gvp11.c | 232 .cmd_per_lun = CMD_PER_LUN,
|
D | iscsi_tcp.c | 941 shost->cmd_per_lun = qdepth; in iscsi_sw_tcp_session_create() 1080 .cmd_per_lun = ISCSI_DEF_CMD_PER_LUN,
|
/linux-6.6.21/drivers/scsi/esas2r/ |
D | esas2r_main.c | 249 .cmd_per_lun = 284 int cmd_per_lun = ESAS2R_DEFAULT_CMD_PER_LUN; variable 285 module_param(cmd_per_lun, int, 0); 286 MODULE_PARM_DESC(cmd_per_lun, 408 host->cmd_per_lun = cmd_per_lun; in esas2r_probe() 549 if (cmd_per_lun < 1) { in esas2r_init() 553 cmd_per_lun = 1; in esas2r_init() 554 } else if (cmd_per_lun > 2048) { in esas2r_init() 558 cmd_per_lun = 2048; in esas2r_init()
|
/linux-6.6.21/include/scsi/ |
D | scsi_host.h | 430 short cmd_per_lun; member 611 short cmd_per_lun; member
|
/linux-6.6.21/include/uapi/linux/ |
D | virtio_scsi.h | 109 __virtio32 cmd_per_lun; member
|
/linux-6.6.21/drivers/scsi/megaraid/ |
D | mega_common.h | 188 uint16_t cmd_per_lun; member
|
D | megaraid_mbox.c | 174 module_param_named(cmd_per_lun, megaraid_cmd_per_lun, int, 0); 175 MODULE_PARM_DESC(cmd_per_lun, 638 host->cmd_per_lun = adapter->cmd_per_lun; in megaraid_io_attach() 841 adapter->cmd_per_lun = megaraid_cmd_per_lun; in megaraid_init_mbox()
|
/linux-6.6.21/drivers/scsi/arm/ |
D | oak.c | 113 .cmd_per_lun = 2,
|
D | cumana_1.c | 224 .cmd_per_lun = 2,
|
D | powertec.c | 298 .cmd_per_lun = 2,
|
/linux-6.6.21/Documentation/scsi/ |
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-6.6.21/drivers/infiniband/ulp/iser/ |
D | iscsi_iser.c | 619 shost->cmd_per_lun = qdepth; in iscsi_iser_session_create() 965 .cmd_per_lun = ISER_DEF_CMD_PER_LUN,
|
/linux-6.6.21/drivers/target/loopback/ |
D | tcm_loop.c | 55 module_param_named(cmd_per_lun, tcm_loop_cmd_per_lun, uint, 0644); 341 sh->cmd_per_lun = tcm_loop_cmd_per_lun; in tcm_loop_driver_probe()
|
/linux-6.6.21/drivers/scsi/csiostor/ |
D | csio_init.c | 598 csio_fcoe_shost_template.cmd_per_lun = csio_lun_qdepth; in csio_shost_init() 599 csio_fcoe_shost_vport_template.cmd_per_lun = csio_lun_qdepth; in csio_shost_init()
|