Home
last modified time | relevance | path

Searched refs:FCP_CFL_WRDATA (Results 1 – 7 of 7) sorted by relevance

/openbmc/linux/include/scsi/fc/
H A Dfc_fcp.h90 #define FCP_CFL_WRDATA 0x01 /* write 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()
515 case FCP_CFL_WRDATA: 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.h240 fcp->fc_flags |= FCP_CFL_WRDATA; in zfcp_fc_scsi_to_fcp()
/openbmc/linux/drivers/scsi/elx/efct/
H A Defct_unsol.c199 if (cmnd->fc_flags & FCP_CFL_WRDATA) in efct_get_flags_fcp_cmd()
/openbmc/linux/drivers/scsi/fcoe/
H A Dfcoe.c907 if ((fcp->fc_flags & FCP_CFL_WRDATA) && in fcoe_oem_match()
/openbmc/linux/drivers/scsi/csiostor/
H A Dcsio_scsi.c180 fcp_cmnd->fc_flags = FCP_CFL_WRDATA; in csio_scsi_fcp_cmnd()
/openbmc/linux/drivers/scsi/qedf/
H A Dqedf_io.c571 fcp_cmnd->fc_flags |= FCP_CFL_WRDATA; in qedf_build_fcp_cmnd()