Home
last modified time | relevance | path

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

/titanic_41/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
/titanic_41/usr/src/uts/common/sys/fc4/
H A Dfcp.h58 cntl_qtype : 3; /* tagged queueing type */ member
/titanic_41/usr/src/uts/common/avs/ns/
H A Dcontract.h441 cntl_qtype : 3; member
/titanic_41/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_iocb.c451 if (fcp->fcp_cntl.cntl_qtype == FCP_QTYPE_HEAD_OF_Q) { in ql_command_iocb()
454 } else if (fcp->fcp_cntl.cntl_qtype == FCP_QTYPE_ORDERED) { in ql_command_iocb()
693 switch (fcp->fcp_cntl.cntl_qtype) { in ql_command_24xx_iocb()
819 switch (fcp->fcp_cntl.cntl_qtype) { in ql_cmd_24xx_type_6_iocb()
H A Dql_isr.c1457 if (sp->fcp->fcp_cntl.cntl_qtype == FCP_QTYPE_UNTAGGED) { in ql_fast_fcp_post()
2197 if (sp->fcp->fcp_cntl.cntl_qtype == FCP_QTYPE_HEAD_OF_Q) { in ql_status_error()
2200 } else if (sp->fcp->fcp_cntl.cntl_qtype == FCP_QTYPE_ORDERED) { in ql_status_error()
2203 } else if (sp->fcp->fcp_cntl.cntl_qtype == FCP_QTYPE_SIMPLE) { in ql_status_error()
H A Dql_api.c7739 if (sp->fcp->fcp_cntl.cntl_qtype == in ql_next()
7826 if (sp->fcp->fcp_cntl.cntl_qtype == in ql_done()
/titanic_41/usr/src/uts/common/io/fibre-channel/ulp/
H A Dfcp.c2630 fcmd->fcp_cntl.cntl_qtype = FCP_QTYPE_SIMPLE; in fcp_send_scsi_ioctl()
6591 fcmd->fcp_cntl.cntl_qtype = FCP_QTYPE_UNTAGGED; in fcp_send_scsi()
14205 fcmd->fcp_cntl.cntl_qtype = FCP_QTYPE_HEAD_OF_Q; in fcp_prepare_pkt()
14207 fcmd->fcp_cntl.cntl_qtype = FCP_QTYPE_ORDERED; in fcp_prepare_pkt()
14209 fcmd->fcp_cntl.cntl_qtype = FCP_QTYPE_SIMPLE; in fcp_prepare_pkt()
14211 fcmd->fcp_cntl.cntl_qtype = FCP_QTYPE_UNTAGGED; in fcp_prepare_pkt()
16269 fcmd->fcp_cntl.cntl_qtype = FCP_QTYPE_HEAD_OF_Q; in fcp_pseudo_start()
16271 fcmd->fcp_cntl.cntl_qtype = FCP_QTYPE_ORDERED; in fcp_pseudo_start()
16273 fcmd->fcp_cntl.cntl_qtype = FCP_QTYPE_SIMPLE; in fcp_pseudo_start()
16275 fcmd->fcp_cntl.cntl_qtype = FCP_QTYPE_UNTAGGED; in fcp_pseudo_start()
/titanic_41/usr/src/uts/sun/io/scsi/adapters/
H A Dsf.c1677 fcmd->fcp_cntl.cntl_qtype = FCP_QTYPE_SIMPLE; in sf_scsi_init_pkt()
3545 reportlun->fcp_cntl.cntl_qtype = FCP_QTYPE_SIMPLE; in sf_do_reportlun()
3896 inq->fcp_cntl.cntl_qtype = FCP_QTYPE_SIMPLE; in sf_do_inquiry()
5300 fcmd->fcp_cntl.cntl_qtype = FCP_QTYPE_HEAD_OF_Q; in sf_prepare_pkt()
5302 fcmd->fcp_cntl.cntl_qtype = FCP_QTYPE_ORDERED; in sf_prepare_pkt()
/titanic_41/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()