Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/ic/
H A Disp_target.c516 el.le_header.rqs_entry_type = cmd; in isp_lun_cmd()
541 uint8_t etype = ((isphdr_t *) ap)->rqs_entry_type; in isp_target_put_entry()
593 atun._atio2.at_header.rqs_entry_type = RQSTYPE_ATIO2; in isp_target_put_atio()
609 atun._atio.at_header.rqs_entry_type = RQSTYPE_ATIO; in isp_target_put_atio()
674 cto->ct_header.rqs_entry_type = RQSTYPE_CTIO7; in isp_endcmd()
721 cto->ct_header.rqs_entry_type = RQSTYPE_CTIO2; in isp_endcmd()
763 cto->ct_header.rqs_entry_type = RQSTYPE_CTIO; in isp_endcmd()
843 ct->ct_header.rqs_entry_type = RQSTYPE_CTIO7; in isp_target_async()
850 ct->ct_header.rqs_entry_type = RQSTYPE_CTIO2; in isp_target_async()
856 ct->ct_header.rqs_entry_type in isp_target_async()
[all...]
H A Disp_library.c76 type = ((isphdr_t *)fqe)->rqs_entry_type; in isp_send_cmd()
155 crq->req_header.rqs_entry_type = RQSTYPE_A64_CONT; in isp_send_cmd()
161 crq->req_header.rqs_entry_type = RQSTYPE_DATASEG; in isp_send_cmd()
574 vp->vp_mod_hdr.rqs_entry_type = RQSTYPE_VP_MODIFY; in isp_fc_change_role()
668 ctio->ct_header.rqs_entry_type = RQSTYPE_CTIO7; in isp_clear_commands()
673 ctio->ct_header.rqs_entry_type = RQSTYPE_CTIO2; in isp_clear_commands()
678 ctio->ct_header.rqs_entry_type = RQSTYPE_CTIO; in isp_clear_commands()
742 ISP_IOXPUT_8(isp, hpsrc->rqs_entry_type, &hpdst->rqs_entry_count); in isp_put_hdr()
743 ISP_IOXPUT_8(isp, hpsrc->rqs_entry_count, &hpdst->rqs_entry_type); in isp_put_hdr()
747 ISP_IOXPUT_8(isp, hpsrc->rqs_entry_type, &hpdst->rqs_entry_type); in isp_put_hdr()
[all …]
H A Disp.c2106 plp->plogx_header.rqs_entry_type = RQSTYPE_LOGIN; in isp_plogx()
3269 pt->ctp_header.rqs_entry_type = RQSTYPE_CT_PASSTHRU; in isp_gid_ft_ct_passthru()
4050 pt->ctp_header.rqs_entry_type = RQSTYPE_CT_PASSTHRU; in isp_register_fc4_type_24xx()
4295 m->mrk_header.rqs_entry_type = RQSTYPE_MARKER; in isp_start()
4301 m->mrk_header.rqs_entry_type = RQSTYPE_MARKER; in isp_start()
4313 reqp->req_header.rqs_entry_type = RQSTYPE_T7RQS; in isp_start()
4315 reqp->req_header.rqs_entry_type = RQSTYPE_T2RQS; in isp_start()
4318 reqp->req_header.rqs_entry_type = RQSTYPE_CMDONLY; in isp_start()
4320 reqp->req_header.rqs_entry_type = RQSTYPE_REQUEST; in isp_start()
4536 tmf->tmf_header.rqs_entry_type = RQSTYPE_TSK_MGMT; in isp_control()
[all …]
H A Disp_netbsd.c896 mp->mrk_header.rqs_entry_type = RQSTYPE_MARKER; in isp_dog()
H A Dispmbox.h318 uint8_t rqs_entry_type; member
/netbsd-src/sys/dev/pci/
H A Disp_pci.c1347 if (rq->req_header.rqs_entry_type == RQSTYPE_T2RQS) { in isp_pci_dmasetup()
1348 rq->req_header.rqs_entry_type = RQSTYPE_T3RQS; in isp_pci_dmasetup()
1349 } else if (rq->req_header.rqs_entry_type == RQSTYPE_REQUEST) { in isp_pci_dmasetup()
1350 rq->req_header.rqs_entry_type = RQSTYPE_A64; in isp_pci_dmasetup()