Home
last modified time | relevance | path

Searched refs:tagged_supported (Results 1 - 25 of 60) sorted by relevance

123

/kernel/linux/linux-5.10/drivers/scsi/aacraid/
H A Dlinit.c432 if (sdev->tagged_supported in aac_slave_configure()
450 if (dev->tagged_supported in aac_slave_configure()
504 sdev->tagged_supported = 1; in aac_slave_configure()
529 if (sdev->tagged_supported && (sdev->type == TYPE_DISK) && in aac_change_queue_depth()
536 if (dev->tagged_supported && (dev->type == TYPE_DISK) && in aac_change_queue_depth()
/kernel/linux/linux-6.6/drivers/scsi/aacraid/
H A Dlinit.c430 if (sdev->tagged_supported in aac_slave_configure()
448 if (dev->tagged_supported in aac_slave_configure()
502 sdev->tagged_supported = 1; in aac_slave_configure()
527 if (sdev->tagged_supported && (sdev->type == TYPE_DISK) && in aac_change_queue_depth()
534 if (dev->tagged_supported && (dev->type == TYPE_DISK) && in aac_change_queue_depth()
/kernel/linux/linux-5.10/drivers/scsi/libsas/
H A Dsas_scsi_host.c851 if (scsi_dev->tagged_supported) { in sas_slave_configure()
871 if (!sdev->tagged_supported) in sas_change_queue_depth()
/kernel/linux/linux-5.10/include/scsi/
H A Dscsi_device.h167 unsigned tagged_supported:1; /* Supports SCSI-II tagged queuing */ member
/kernel/linux/linux-6.6/include/scsi/
H A Dscsi_device.h198 unsigned tagged_supported:1; /* Supports SCSI-II tagged queuing */ member
/kernel/linux/linux-6.6/drivers/scsi/libsas/
H A Dsas_scsi_host.c820 if (scsi_dev->tagged_supported) { in sas_slave_configure()
841 if (!sdev->tagged_supported) in sas_change_queue_depth()
/kernel/linux/linux-5.10/drivers/message/fusion/
H A Dmptscsih.c1371 SCpnt->device->tagged_supported) in mptscsih_qcmd()
2335 if (!sdev->tagged_supported) in mptscsih_change_queue_depth()
2388 ioc->name,sdev->tagged_supported, sdev->simple_tags)); in mptscsih_slave_configure()
H A Dmptspi.c170 if (!sdev->tagged_supported) in mptspi_setTargetNegoParms()
/kernel/linux/linux-6.6/drivers/message/fusion/
H A Dmptscsih.c1370 SCpnt->device->tagged_supported) in mptscsih_qcmd()
2334 if (!sdev->tagged_supported) in mptscsih_change_queue_depth()
2387 ioc->name,sdev->tagged_supported, sdev->simple_tags)); in mptscsih_slave_configure()
H A Dmptspi.c170 if (!sdev->tagged_supported) in mptspi_setTargetNegoParms()
/kernel/linux/linux-5.10/drivers/s390/scsi/
H A Dzfcp_scsi.c54 if (sdp->tagged_supported) in zfcp_scsi_slave_configure()
/kernel/linux/linux-5.10/drivers/scsi/
H A Da100u2w.c895 if (cmd->device->tagged_supported) { /* Tag Support */ in inia100_build_scb()
H A D53c700.c916 SCp->device->tagged_supported = 0; in process_message()
2044 if(SDp->tagged_supported) { in NCR_700_slave_configure()
H A Dvmw_pvscsi.c536 if (!sdev->tagged_supported) in pvscsi_change_queue_depth()
H A Dqlogicpti.c878 if (Cmnd->device->tagged_supported) { in cmd_frob()
H A Dscsi_scan.c875 sdev->tagged_supported = 1; in scsi_add_lun()
H A Dncr53c8xx.c5657 if (sdev->tagged_supported && lp->numtags > 1) { in ncr_setup_tags()
7587 if (sdev->tagged_supported && lp->jump_ccb == &lp->jump_ccb_0) { in ncr_setup_lcb()
7984 if (!device->tagged_supported)
/kernel/linux/linux-6.6/drivers/scsi/
H A Da100u2w.c895 if (cmd->device->tagged_supported) { /* Tag Support */ in inia100_build_scb()
H A D53c700.c915 SCp->device->tagged_supported = 0; in process_message()
2038 if(SDp->tagged_supported) { in NCR_700_slave_configure()
H A Dvmw_pvscsi.c534 if (!sdev->tagged_supported) in pvscsi_change_queue_depth()
H A Dscsi_scan.c970 sdev->tagged_supported = 1; in scsi_add_lun()
H A Dqlogicpti.c878 if (Cmnd->device->tagged_supported) { in cmd_frob()
H A Dncr53c8xx.c5491 if (sdev->tagged_supported && lp->numtags > 1) { in ncr_setup_tags()
7421 if (sdev->tagged_supported && lp->jump_ccb == &lp->jump_ccb_0) { in ncr_setup_lcb()
7818 if (!device->tagged_supported)
/kernel/linux/linux-6.6/drivers/s390/scsi/
H A Dzfcp_scsi.c54 if (sdp->tagged_supported) in zfcp_scsi_slave_configure()
/kernel/linux/linux-5.10/drivers/scsi/aic7xxx/
H A Daic7xxx_osm.c1388 if (tags != 0 && sdev->tagged_supported != 0) { in ahc_linux_device_queue_depth()

Completed in 64 milliseconds

123