Searched refs:rqs_entry_type (Results 1 - 6 of 6) sorted by relevance

/freebsd-9.3-release/sys/dev/isp/
H A Disp_target.c504 el.le_header.rqs_entry_type = cmd;
529 uint8_t etype = ((isphdr_t *) ap)->rqs_entry_type;
581 atun._atio2.at_header.rqs_entry_type = RQSTYPE_ATIO2;
597 atun._atio.at_header.rqs_entry_type = RQSTYPE_ATIO;
662 cto->ct_header.rqs_entry_type = RQSTYPE_CTIO7;
709 cto->ct_header.rqs_entry_type = RQSTYPE_CTIO2;
751 cto->ct_header.rqs_entry_type = RQSTYPE_CTIO;
831 ct->ct_header.rqs_entry_type = RQSTYPE_CTIO7;
838 ct->ct_header.rqs_entry_type = RQSTYPE_CTIO2;
844 ct->ct_header.rqs_entry_type
[all...]
H A Disp_library.c76 type = ((isphdr_t *)fqe)->rqs_entry_type;
155 crq->req_header.rqs_entry_type = RQSTYPE_A64_CONT;
161 crq->req_header.rqs_entry_type = RQSTYPE_DATASEG;
634 vp->vp_mod_hdr.rqs_entry_type = RQSTYPE_VP_MODIFY;
728 ctio->ct_header.rqs_entry_type = RQSTYPE_CTIO7;
733 ctio->ct_header.rqs_entry_type = RQSTYPE_CTIO2;
738 ctio->ct_header.rqs_entry_type = RQSTYPE_CTIO;
802 ISP_IOXPUT_8(isp, hpsrc->rqs_entry_type, &hpdst->rqs_entry_count);
803 ISP_IOXPUT_8(isp, hpsrc->rqs_entry_count, &hpdst->rqs_entry_type);
807 ISP_IOXPUT_8(isp, hpsrc->rqs_entry_type,
[all...]
H A Disp_pci.c1802 if (rq->req_header.rqs_entry_type == RQSTYPE_CTIO2) {
1803 rq->req_header.rqs_entry_type = RQSTYPE_CTIO3;
1877 if (rq->req_header.rqs_entry_type == RQSTYPE_T2RQS) {
1878 rq->req_header.rqs_entry_type = RQSTYPE_T3RQS;
1879 } else if (rq->req_header.rqs_entry_type == RQSTYPE_REQUEST) {
1880 rq->req_header.rqs_entry_type = RQSTYPE_A64;
H A Disp_freebsd.c608 tmf->tmf_header.rqs_entry_type = RQSTYPE_TSK_MGMT;
1722 cto->ct_header.rqs_entry_type = RQSTYPE_CTIO7;
1870 cto->ct_header.rqs_entry_type = RQSTYPE_CTIO3;
1872 cto->ct_header.rqs_entry_type = RQSTYPE_CTIO2;
2018 cto->ct_header.rqs_entry_type = RQSTYPE_CTIO;
2158 at->at_header.rqs_entry_type = RQSTYPE_ATIO2;
2172 at->at_header.rqs_entry_type = RQSTYPE_ATIO;
3298 if (IS_24XX(isp) && mp->nt_lreserved && ((isphdr_t *)mp->nt_lreserved)->rqs_entry_type == RQSTYPE_ATIO) {
3312 cto->ct_header.rqs_entry_type = RQSTYPE_CTIO7;
3328 if (IS_24XX(isp) && mp->nt_lreserved && ((isphdr_t *)mp->nt_lreserved)->rqs_entry_type
[all...]
H A Disp.c2289 plp->plogx_header.rqs_entry_type = RQSTYPE_LOGIN;
3419 pt->ctp_header.rqs_entry_type = RQSTYPE_CT_PASSTHRU;
4178 pt->ctp_header.rqs_entry_type = RQSTYPE_CT_PASSTHRU;
4424 m->mrk_header.rqs_entry_type = RQSTYPE_MARKER;
4430 m->mrk_header.rqs_entry_type = RQSTYPE_MARKER;
4450 reqp->req_header.rqs_entry_type = RQSTYPE_T7RQS;
4452 reqp->req_header.rqs_entry_type = RQSTYPE_T2RQS;
4455 reqp->req_header.rqs_entry_type = RQSTYPE_CMDONLY;
4457 reqp->req_header.rqs_entry_type = RQSTYPE_REQUEST;
4700 tmf->tmf_header.rqs_entry_type
[all...]
H A Dispmbox.h317 uint8_t rqs_entry_type; member in struct:__anon8075

Completed in 181 milliseconds