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

/illumos-gate/usr/src/uts/common/sys/fibre-channel/ulp/
H A Dfcp.h62 cntl_qtype : 3; /* tagged queueing type */ member in struct:fcp_cntl
79 uchar_t cntl_qtype : 3, /* tagged queueing type */ member in struct:fcp_cntl
102 * fcp SCSI control tagged queueing types - cntl_qtype
/illumos-gate/usr/src/uts/common/sys/fc4/
H A Dfcp.h58 cntl_qtype : 3; /* tagged queueing type */ member in struct:fcp_cntl
72 * FCP SCSI Control Tagged Queueing types - cntl_qtype
/illumos-gate/usr/src/uts/common/avs/ns/
H A Dcontract.h441 cntl_qtype : 3; member in struct:fcp_cntl
/illumos-gate/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) {
454 } else if (fcp->fcp_cntl.cntl_qtype == FCP_QTYPE_ORDERED) {
457 /* else if (fcp->fcp_cntl.cntl_qtype == FCP_QTYPE_SIMPLE) */
690 * Cannot copy fcp->fcp_cntl.cntl_qtype directly,
693 switch (fcp->fcp_cntl.cntl_qtype) {
816 * Cannot copy fcp->fcp_cntl.cntl_qtype directly,
819 switch (fcp->fcp_cntl.cntl_qtype) {
H A Dql_isr.c1457 if (sp->fcp->fcp_cntl.cntl_qtype == FCP_QTYPE_UNTAGGED) {
2197 if (sp->fcp->fcp_cntl.cntl_qtype == FCP_QTYPE_HEAD_OF_Q) {
2200 } else if (sp->fcp->fcp_cntl.cntl_qtype == FCP_QTYPE_ORDERED) {
2203 } else if (sp->fcp->fcp_cntl.cntl_qtype == FCP_QTYPE_SIMPLE) {
H A Dql_api.c7739 if (sp->fcp->fcp_cntl.cntl_qtype ==
7826 if (sp->fcp->fcp_cntl.cntl_qtype ==
/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;
/illumos-gate/usr/src/uts/sun/io/scsi/adapters/
H A Dsf.c1675 fcmd->fcp_cntl.cntl_qtype = FCP_QTYPE_SIMPLE;
3543 reportlun->fcp_cntl.cntl_qtype = FCP_QTYPE_SIMPLE;
3894 inq->fcp_cntl.cntl_qtype = FCP_QTYPE_SIMPLE;
5298 fcmd->fcp_cntl.cntl_qtype = FCP_QTYPE_HEAD_OF_Q;
5300 fcmd->fcp_cntl.cntl_qtype = FCP_QTYPE_ORDERED;
/illumos-gate/usr/src/uts/common/io/fibre-channel/ulp/
H A Dfcp.c2630 fcmd->fcp_cntl.cntl_qtype = FCP_QTYPE_SIMPLE;
6591 fcmd->fcp_cntl.cntl_qtype = FCP_QTYPE_UNTAGGED;
14191 fcmd->fcp_cntl.cntl_qtype = FCP_QTYPE_HEAD_OF_Q;
14193 fcmd->fcp_cntl.cntl_qtype = FCP_QTYPE_ORDERED;
14195 fcmd->fcp_cntl.cntl_qtype = FCP_QTYPE_SIMPLE;
14197 fcmd->fcp_cntl.cntl_qtype = FCP_QTYPE_UNTAGGED;
16261 fcmd->fcp_cntl.cntl_qtype = FCP_QTYPE_HEAD_OF_Q;
16263 fcmd->fcp_cntl.cntl_qtype = FCP_QTYPE_ORDERED;
16265 fcmd->fcp_cntl.cntl_qtype = FCP_QTYPE_SIMPLE;
16267 fcmd->fcp_cntl.cntl_qtype
[all...]

Completed in 131 milliseconds