Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/fibre-channel/ulp/
H A Dfcp.h62 cntl_qtype : 3; /* tagged queueing type */ member
79 uchar_t cntl_qtype : 3, /* tagged queueing type */ member
/illumos-gate/usr/src/uts/common/sys/fc4/
H A Dfcp.h56 cntl_qtype : 3; /* tagged queueing type */ member
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_iocb.c483 if (fcp->fcp_cntl.cntl_qtype == FCP_QTYPE_HEAD_OF_Q) { in ql_command_iocb()
486 } else if (fcp->fcp_cntl.cntl_qtype == FCP_QTYPE_ORDERED) { in ql_command_iocb()
750 switch (fcp->fcp_cntl.cntl_qtype) { in ql_command_24xx_iocb()
894 switch (fcp->fcp_cntl.cntl_qtype) { in ql_cmd_24xx_type_6_iocb()
H A Dql_isr.c1516 if (sp->fcp->fcp_cntl.cntl_qtype == FCP_QTYPE_UNTAGGED) { in ql_fast_fcp_post()
2322 if (sp->fcp->fcp_cntl.cntl_qtype == FCP_QTYPE_HEAD_OF_Q) { in ql_status_error()
2325 } else if (sp->fcp->fcp_cntl.cntl_qtype == FCP_QTYPE_ORDERED) { in ql_status_error()
2328 } else if (sp->fcp->fcp_cntl.cntl_qtype == FCP_QTYPE_SIMPLE) { in ql_status_error()
H A Dql_api.c8160 if (sp->fcp->fcp_cntl.cntl_qtype == in ql_next()
8256 if (sp->fcp->fcp_cntl.cntl_qtype == in ql_done()
9515 if (sp->fcp->fcp_cntl.cntl_qtype == in ql_requeue_pending_cmds()
/illumos-gate/usr/src/uts/common/io/fibre-channel/ulp/
H A Dfcp.c2634 fcmd->fcp_cntl.cntl_qtype = FCP_QTYPE_SIMPLE; in fcp_send_scsi_ioctl()
6596 fcmd->fcp_cntl.cntl_qtype = FCP_QTYPE_UNTAGGED; in fcp_send_scsi()
14192 fcmd->fcp_cntl.cntl_qtype = FCP_QTYPE_HEAD_OF_Q; in fcp_prepare_pkt()
14194 fcmd->fcp_cntl.cntl_qtype = FCP_QTYPE_ORDERED; in fcp_prepare_pkt()
14196 fcmd->fcp_cntl.cntl_qtype = FCP_QTYPE_SIMPLE; in fcp_prepare_pkt()
14198 fcmd->fcp_cntl.cntl_qtype = FCP_QTYPE_UNTAGGED; in fcp_prepare_pkt()
16262 fcmd->fcp_cntl.cntl_qtype = FCP_QTYPE_HEAD_OF_Q; in fcp_pseudo_start()
16264 fcmd->fcp_cntl.cntl_qtype = FCP_QTYPE_ORDERED; in fcp_pseudo_start()
16266 fcmd->fcp_cntl.cntl_qtype = FCP_QTYPE_SIMPLE; in fcp_pseudo_start()
16268 fcmd->fcp_cntl.cntl_qtype = FCP_QTYPE_UNTAGGED; in fcp_pseudo_start()
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/fcoei/
H A Dfcoei_lv.c1089 frm->frm_payload[offset] = fcp_cmd_iu->fcp_cntl.cntl_qtype & 0x07; in fcoei_initiate_fcp_cmd()