Home
last modified time | relevance | path

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

/openbmc/linux/include/scsi/fc/
H A Dfc_fcp.h89 #define FCP_CFL_RDDATA 0x02 /* read data */ macro
/openbmc/linux/drivers/target/tcm_fc/
H A Dtfc_cmd.c508 switch (fcp->fc_flags & (FCP_CFL_RDDATA | FCP_CFL_WRDATA)) { in ft_send_work()
512 case FCP_CFL_RDDATA: in ft_send_work()
518 case FCP_CFL_WRDATA | FCP_CFL_RDDATA: in ft_send_work()
/openbmc/linux/drivers/s390/scsi/
H A Dzfcp_fc.h238 fcp->fc_flags |= FCP_CFL_RDDATA; in zfcp_fc_scsi_to_fcp()
/openbmc/linux/drivers/scsi/elx/efct/
H A Defct_unsol.c201 if (cmnd->fc_flags & FCP_CFL_RDDATA) in efct_get_flags_fcp_cmd()
/openbmc/linux/drivers/scsi/qedf/
H A Dqedf_io.c568 fcp_cmnd->fc_flags |= FCP_CFL_RDDATA; in qedf_build_fcp_cmnd()
573 fcp_cmnd->fc_flags |= FCP_CFL_RDDATA; in qedf_build_fcp_cmnd()
/openbmc/linux/drivers/scsi/csiostor/
H A Dcsio_scsi.c182 fcp_cmnd->fc_flags = FCP_CFL_RDDATA; in csio_scsi_fcp_cmnd()