Home
last modified time | relevance | path

Searched refs:ctio_flags (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/scsi/qla2xxx/
H A Dqla_target.c3345 cmd->ctio_flags = le16_to_cpu(pkt->u.status0.flags); in qlt_xmit_response()
3440 cmd->ctio_flags = le16_to_cpu(pkt->u.status0.flags); in qlt_rdy_to_xfer()
4134 uint16_t ctio_flags; in qlt_do_ctio_completion() local
4146 ctio_flags = le16_to_cpu(ctio->flags); in qlt_do_ctio_completion()
4151 (ctio_flags & 0xe1ff) == (CTIO7_FLAGS_STATUS_MODE_1 | in qlt_do_ctio_completion()
4167 if ((ctio_flags & CTIO7_FLAGS_DATA_OUT) && cmd->sess) in qlt_do_ctio_completion()
4182 if (ctio_flags & OF_TERM_EXCH) { in qlt_do_ctio_completion()
4197 ((cmd->ctio_flags >> 9) & 0xf), in qlt_do_ctio_completion()
4198 cmd->ctio_flags); in qlt_do_ctio_completion()
H A Dqla_target.h929 uint16_t ctio_flags; member