Home
last modified time | relevance | path

Searched refs:fc_tm_flags (Results 1 – 9 of 9) sorted by relevance

/openbmc/linux/include/scsi/fc/
H A Dfc_fcp.h41 __u8 fc_tm_flags; /* task management flags */ member
53 __u8 fc_tm_flags; /* task management flags */ member
/openbmc/linux/drivers/target/tcm_fc/
H A Dtfc_cmd.c338 switch (fcp->fc_tm_flags) { in ft_send_tm()
359 pr_debug("invalid FCP tm_flags %x\n", fcp->fc_tm_flags); in ft_send_tm()
503 if (fcp->fc_tm_flags) { in ft_send_work()
/openbmc/linux/drivers/s390/scsi/
H A Dzfcp_fc.h263 fcp->fc_tm_flags = tm_flags; in zfcp_fc_fcp_tm()
/openbmc/linux/drivers/scsi/elx/efct/
H A Defct_unsol.c381 if (cmnd->fc_tm_flags) { in efct_dispatch_fcp_cmd()
382 efct_dispatch_unsol_tmf(io, cmnd->fc_tm_flags, lun); in efct_dispatch_fcp_cmd()
/openbmc/linux/drivers/scsi/csiostor/
H A Dcsio_scsi.h192 uint8_t fc_tm_flags; /* task management flags */ member
H A Dcsio_scsi.c169 if (likely(csio_priv(scmnd)->fc_tm_flags == 0)) { in csio_scsi_fcp_cmnd()
171 fcp_cmnd->fc_tm_flags = 0; in csio_scsi_fcp_cmnd()
188 fcp_cmnd->fc_tm_flags = csio_priv(scmnd)->fc_tm_flags; in csio_scsi_fcp_cmnd()
1858 csio_priv(cmnd)->fc_tm_flags = 0; in csio_queuecommand()
2130 csio_priv(cmnd)->fc_tm_flags = FCP_TMF_LUN_RESET; in csio_eh_lun_reset_handler()
/openbmc/linux/drivers/scsi/libfc/
H A Dfc_fcp.c1314 fsp->cdb_cmd.fc_tm_flags = FCP_TMF_LUN_RESET; in fc_lun_reset()
1426 if (fsp->cdb_cmd.fc_tm_flags) in fc_fcp_timeout()
/openbmc/linux/drivers/scsi/bnx2fc/
H A Dbnx2fc_io.c1752 fcp_cmnd->fc_tm_flags = io_req->mp_req.tm_flags; in bnx2fc_build_fcp_cmnd()
/openbmc/linux/drivers/scsi/qedf/
H A Dqedf_io.c562 fcp_cmnd->fc_tm_flags = io_req->tm_flags; in qedf_build_fcp_cmnd()