Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_iocb.c778 pkt->control_flags = CF_WR; in ql_command_24xx_iocb()
927 pkt->control_flags = (uint8_t)(CF_DSD_PTR | CF_WR); in ql_cmd_24xx_type_6_iocb()
928 cdma->cmd.control_flags = CF_WR; in ql_cmd_24xx_type_6_iocb()
H A Dql_xioctl.c2254 CF_WR : CF_DATA_OUT | CF_STAG); in ql_scsi_passthru()
2543 if (scsi_req.direction & CF_WR) { in ql_scsi_passthru()
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/qlc/
H A Dql_iocb.h186 #define CF_WR BIT_0 macro