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

/freebsd-current/sys/dev/isp/
H A Disp_target.c262 cto->ct_header.rqs_entry_type = RQSTYPE_CTIO7;
429 if (((isphdr_t *)arg)->rqs_entry_type == RQSTYPE_ATIO)
435 na->na_header.rqs_entry_type = RQSTYPE_NOTIFY_ACK;
476 if (abts->abts_header.rqs_entry_type != RQSTYPE_ABTS_RCVD) {
477 isp_prt(isp, ISP_LOGERR, "%s: called for non-ABTS entry (0x%x)", __func__, abts->abts_header.rqs_entry_type);
482 rsp->abts_rsp_header.rqs_entry_type = RQSTYPE_ABTS_RSP;
H A Disp_library.c75 type = ((isphdr_t *)fqe)->rqs_entry_type;
115 crq.req_header.rqs_entry_type = RQSTYPE_A64_CONT;
486 ctio.ct_header.rqs_entry_type = RQSTYPE_CTIO7;
533 ISP_IOXPUT_8(isp, hpsrc->rqs_entry_type, &hpdst->rqs_entry_type);
542 ISP_IOXGET_8(isp, &hpsrc->rqs_entry_type, hpdst->rqs_entry_type);
552 ISP_IOXGET_8(isp, &hp->rqs_entry_type, type);
2036 uint8_t etype = ((isphdr_t *)src)->rqs_entry_type;
2078 etype = ((isphdr_t *)dst)->rqs_entry_type;
[all...]
H A Disp_freebsd.c531 tmf.tmf_header.rqs_entry_type = RQSTYPE_TSK_MGMT;
1068 cto->ct_header.rqs_entry_type = RQSTYPE_CTIO7;
1698 if (mp->nt_lreserved && ((isphdr_t *)mp->nt_lreserved)->rqs_entry_type == RQSTYPE_ATIO) {
1711 cto->ct_header.rqs_entry_type = RQSTYPE_CTIO7;
1736 if (mp->nt_lreserved && ((isphdr_t *)mp->nt_lreserved)->rqs_entry_type == RQSTYPE_ABTS_RCVD) {
1746 cto->ct_header.rqs_entry_type = RQSTYPE_CTIO7;
1883 if (((isphdr_t *)notify->nt_lreserved)->rqs_entry_type == RQSTYPE_ABTS_RCVD) {
2319 cto->ct_header.rqs_entry_type = RQSTYPE_CTIO7;
3138 switch (hp->rqs_entry_type) {
3147 __func__, hp->rqs_entry_type);
[all...]
H A Disp.c1243 vp.vp_mod_hdr.rqs_entry_type = RQSTYPE_VP_MODIFY;
1286 vp.vp_ctrl_hdr.rqs_entry_type = RQSTYPE_VP_CTRL;
1410 pl.plogx_header.rqs_entry_type = RQSTYPE_LOGIN;
2035 pt.ctp_header.rqs_entry_type = RQSTYPE_CT_PASSTHRU;
2903 m->mrk_header.rqs_entry_type = RQSTYPE_MARKER;
2922 reqp->req_header.rqs_entry_type = RQSTYPE_T7RQS;
3027 tmf->tmf_header.rqs_entry_type = RQSTYPE_TSK_MGMT;
3077 ab->abrt_header.rqs_entry_type = RQSTYPE_ABORT_IO;
3233 switch (((isphdr_t *)addr)->rqs_entry_type) {
3336 etype = sp->req_header.rqs_entry_type;
[all...]
H A Dispmbox.h347 uint8_t rqs_entry_type; member in struct:__anon33

Completed in 154 milliseconds