Home
last modified time | relevance | path

Searched refs:cmd_per_lun (Results 1 – 25 of 99) sorted by relevance

1234

/openbmc/linux/drivers/scsi/
H A Dhosts.c235 shost->cmd_per_lun = min_t(int, shost->cmd_per_lun, in scsi_add_host_with_dma()
442 shost->cmd_per_lun = sht->cmd_per_lun; in scsi_host_alloc()
H A Dvirtio_scsi.c694 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()
H A Dmac_scsi.c436 .cmd_per_lun = 2,
467 mac_scsi_template.cmd_per_lun = setup_cmd_per_lun; in mac_scsi_probe()
H A Ddmx3191d.c53 .cmd_per_lun = 2,
H A Dmvme147.c84 .cmd_per_lun = CMD_PER_LUN,
H A Dsun3_scsi.c506 .cmd_per_lun = 2,
526 sun3_scsi_template.cmd_per_lun = setup_cmd_per_lun; in sun3_scsi_probe()
H A Datari_scsi.c712 .cmd_per_lun = 2,
748 atari_scsi_template.cmd_per_lun = setup_cmd_per_lun; in atari_scsi_probe()
H A Dvmw_pvscsi.c124 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()
H A Da2091.c195 .cmd_per_lun = CMD_PER_LUN,
H A Da3000.c212 .cmd_per_lun = CMD_PER_LUN,
H A Dsgiwd93.c217 .cmd_per_lun = 8,
H A Dgvp11.c232 .cmd_per_lun = CMD_PER_LUN,
/openbmc/linux/drivers/scsi/esas2r/
H A Desas2r_main.c249 .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()
/openbmc/qemu/include/hw/virtio/
H A Dvirtio-scsi.h57 uint32_t cmd_per_lun; member
/openbmc/linux/include/scsi/
H A Dscsi_host.h430 short cmd_per_lun; member
611 short cmd_per_lun; member
/openbmc/linux/include/uapi/linux/
H A Dvirtio_scsi.h109 __virtio32 cmd_per_lun; member
/openbmc/qemu/include/standard-headers/linux/
H A Dvirtio_scsi.h109 __virtio32 cmd_per_lun; member
/openbmc/linux/drivers/scsi/megaraid/
H A Dmega_common.h188 uint16_t cmd_per_lun; member
/openbmc/linux/drivers/scsi/arm/
H A Doak.c113 .cmd_per_lun = 2,
H A Dcumana_1.c224 .cmd_per_lun = 2,
/openbmc/qemu/pc-bios/s390-ccw/
H A Dvirtio.h209 uint32_t cmd_per_lun; member
/openbmc/linux/Documentation/scsi/
H A Dsym53c8xx_2.rst500 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
/openbmc/linux/drivers/infiniband/ulp/iser/
H A Discsi_iser.c619 shost->cmd_per_lun = qdepth; in iscsi_iser_session_create()
965 .cmd_per_lun = ISER_DEF_CMD_PER_LUN,
/openbmc/qemu/hw/scsi/
H A Dvhost-scsi.c358 DEFINE_PROP_UINT32("cmd_per_lun", VirtIOSCSICommon, conf.cmd_per_lun, 128),
/openbmc/linux/drivers/target/loopback/
H A Dtcm_loop.c55 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()

1234