OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:rqs_entry_type
(Results
1 - 6
of
6
) sorted by relevancy
/src/sys/dev/ic/
isp_target.c
516
el.le_header.
rqs_entry_type
= cmd;
541
uint8_t etype = ((isphdr_t *) ap)->
rqs_entry_type
;
593
atun._atio2.at_header.
rqs_entry_type
= RQSTYPE_ATIO2;
609
atun._atio.at_header.
rqs_entry_type
= RQSTYPE_ATIO;
674
cto->ct_header.
rqs_entry_type
= RQSTYPE_CTIO7;
721
cto->ct_header.
rqs_entry_type
= RQSTYPE_CTIO2;
763
cto->ct_header.
rqs_entry_type
= RQSTYPE_CTIO;
843
ct->ct_header.
rqs_entry_type
= RQSTYPE_CTIO7;
850
ct->ct_header.
rqs_entry_type
= RQSTYPE_CTIO2;
856
ct->ct_header.
rqs_entry_type
= RQSTYPE_CTIO
[
all
...]
isp_library.c
76
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;
574
vp->vp_mod_hdr.
rqs_entry_type
= RQSTYPE_VP_MODIFY;
668
ctio->ct_header.
rqs_entry_type
= RQSTYPE_CTIO7;
673
ctio->ct_header.
rqs_entry_type
= RQSTYPE_CTIO2;
678
ctio->ct_header.
rqs_entry_type
= RQSTYPE_CTIO;
742
ISP_IOXPUT_8(isp, hpsrc->
rqs_entry_type
, &hpdst->rqs_entry_count);
743
ISP_IOXPUT_8(isp, hpsrc->rqs_entry_count, &hpdst->
rqs_entry_type
);
747
ISP_IOXPUT_8(isp, hpsrc->
rqs_entry_type
, &hpdst->rqs_entry_type)
[
all
...]
isp.c
2106
plp->plogx_header.
rqs_entry_type
= RQSTYPE_LOGIN;
3269
pt->ctp_header.
rqs_entry_type
= RQSTYPE_CT_PASSTHRU;
4050
pt->ctp_header.
rqs_entry_type
= RQSTYPE_CT_PASSTHRU;
4295
m->mrk_header.
rqs_entry_type
= RQSTYPE_MARKER;
4301
m->mrk_header.
rqs_entry_type
= RQSTYPE_MARKER;
4313
reqp->req_header.
rqs_entry_type
= RQSTYPE_T7RQS;
4315
reqp->req_header.
rqs_entry_type
= RQSTYPE_T2RQS;
4318
reqp->req_header.
rqs_entry_type
= RQSTYPE_CMDONLY;
4320
reqp->req_header.
rqs_entry_type
= RQSTYPE_REQUEST;
4536
tmf->tmf_header.
rqs_entry_type
= RQSTYPE_TSK_MGMT
[
all
...]
isp_netbsd.c
896
mp->mrk_header.
rqs_entry_type
= RQSTYPE_MARKER;
ispmbox.h
318
uint8_t
rqs_entry_type
;
member in struct:__anon33fa061c0408
/src/sys/dev/pci/
isp_pci.c
1347
if (rq->req_header.
rqs_entry_type
== RQSTYPE_T2RQS) {
1348
rq->req_header.
rqs_entry_type
= RQSTYPE_T3RQS;
1349
} else if (rq->req_header.
rqs_entry_type
== RQSTYPE_REQUEST) {
1350
rq->req_header.
rqs_entry_type
= RQSTYPE_A64;
Completed in 21 milliseconds
Indexes created Thu Oct 02 14:10:14 GMT 2025