Home
last modified time | relevance | path

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

/linux-4.1.27/include/scsi/fc/
Dfc_fcp.h101 #define FCP_CFL_RDDATA 0x02 /* read data */ macro
/linux-4.1.27/drivers/target/tcm_fc/
Dtfc_cmd.c539 switch (fcp->fc_flags & (FCP_CFL_RDDATA | FCP_CFL_WRDATA)) { in ft_send_work()
543 case FCP_CFL_RDDATA: in ft_send_work()
549 case FCP_CFL_WRDATA | FCP_CFL_RDDATA: in ft_send_work()
/linux-4.1.27/drivers/s390/scsi/
Dzfcp_fc.h225 fcp->fc_flags |= FCP_CFL_RDDATA; in zfcp_fc_scsi_to_fcp()
/linux-4.1.27/drivers/scsi/csiostor/
Dcsio_scsi.c182 fcp_cmnd->fc_flags = FCP_CFL_RDDATA; in csio_scsi_fcp_cmnd()