Home
last modified time | relevance | path

Searched refs:SCMD_TAGGED (Results 1 – 8 of 8) sorted by relevance

/linux-4.4.14/include/scsi/
Dscsi_cmnd.h57 #define SCMD_TAGGED (1 << 0) macro
/linux-4.4.14/drivers/scsi/
Dscsi_lib.c1842 cmd->flags |= SCMD_TAGGED; in scsi_request_fn()
1844 cmd->flags &= ~SCMD_TAGGED; in scsi_request_fn()
2003 cmd->flags |= SCMD_TAGGED; in scsi_queue_rq()
2005 cmd->flags &= ~SCMD_TAGGED; in scsi_queue_rq()
D53c700.c1774 || !(SCp->flags & SCMD_TAGGED))) { in NCR_700_queuecommand_lck()
1802 if ((SCp->flags & SCMD_TAGGED) in NCR_700_queuecommand_lck()
1816 if (!(SCp->flags & SCMD_TAGGED) in NCR_700_queuecommand_lck()
Dscsi_transport_spi.c1223 if (cmd->flags & SCMD_TAGGED) { in spi_populate_tag_msg()
Dpmcraid.c3487 if (scsi_cmd->flags & SCMD_TAGGED) in pmcraid_queuecommand_lck()
Dipr.c6384 if (scsi_cmd->flags & SCMD_TAGGED) in ipr_queuecommand()
/linux-4.4.14/drivers/scsi/aic7xxx/
Daic7xxx_osm.c1446 if (!(cmd->flags & SCMD_TAGGED) in ahc_linux_run_command()
/linux-4.4.14/drivers/scsi/ibmvscsi/
Dibmvfc.c1645 if (cmnd->flags & SCMD_TAGGED) { in ibmvfc_queuecommand_lck()