Home
last modified time | relevance | path

Searched refs:CF_WR (Results 1 – 3 of 3) sorted by relevance

/titanic_50/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_iocb.c721 pkt->control_flags = CF_WR; in ql_command_24xx_iocb()
852 pkt->control_flags = (uint8_t)(CF_DSD_PTR | CF_WR); in ql_cmd_24xx_type_6_iocb()
853 cdma->cmd.control_flags = CF_WR; in ql_cmd_24xx_type_6_iocb()
H A Dql_xioctl.c2169 CF_WR : CF_DATA_OUT | CF_STAG); in ql_scsi_passthru()
2437 if (scsi_req.direction & CF_WR) { in ql_scsi_passthru()
/titanic_50/usr/src/uts/common/sys/fibre-channel/fca/qlc/
H A Dql_iocb.h183 #define CF_WR BIT_0 macro