Home
last modified time | relevance | path

Searched refs:FCP_RSP_LEN_VAL (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/drivers/s390/scsi/
H A Dzfcp_fc.h284 if (unlikely(rsp_flags & FCP_RSP_LEN_VAL)) { in zfcp_fc_eval_fcp_rsp()
296 if (rsp_flags & FCP_RSP_LEN_VAL) in zfcp_fc_eval_fcp_rsp()
H A Dzfcp_dbf.c716 if (fcp_rsp->resp.fr_flags & FCP_RSP_LEN_VAL) { in zfcp_dbf_scsi_common()
/openbmc/linux/include/scsi/fc/
H A Dfc_fcp.h170 #define FCP_RSP_LEN_VAL 0x01 /* RSP_LEN field is valid */ macro
/openbmc/linux/drivers/target/tcm_fc/
H A Dtfc_cmd.c290 fcp->resp.fr_flags |= FCP_RSP_LEN_VAL; in ft_send_resp_status()
/openbmc/linux/drivers/scsi/libfc/
H A Dfc_fcp.c876 if (flags & (FCP_RSP_LEN_VAL | FCP_SNS_LEN_VAL)) { in fc_fcp_resp()
880 if (flags & FCP_RSP_LEN_VAL) { in fc_fcp_resp()
/openbmc/linux/drivers/scsi/csiostor/
H A Dcsio_scsi.c1591 if (flags & FCP_RSP_LEN_VAL) { in csio_scsi_err_handler()
2050 if (flags & FCP_RSP_LEN_VAL) in csio_tm_cbfn()