Home
last modified time | relevance | path

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

/mirbsd/src/sys/dev/ic/
Disp_target.c312 el.le_header.rqs_entry_type = cmd; in isp_lun_cmd()
340 u_int8_t etype = ((isphdr_t *) ap)->rqs_entry_type; in isp_target_put_entry()
382 atun._atio2.at_header.rqs_entry_type = RQSTYPE_ATIO2; in isp_target_put_atio()
394 atun._atio.at_header.rqs_entry_type = RQSTYPE_ATIO; in isp_target_put_atio()
442 cto->ct_header.rqs_entry_type = RQSTYPE_CTIO2; in isp_endcmd()
472 cto->ct_header.rqs_entry_type = RQSTYPE_CTIO; in isp_endcmd()
682 na->na_header.rqs_entry_type = RQSTYPE_NOTIFY_ACK; in isp_notify_ack()
700 na->na_header.rqs_entry_type = RQSTYPE_NOTIFY_ACK; in isp_notify_ack()
Disp_inline.h353 ISP_IOXPUT_8(isp, hpsrc->rqs_entry_type, in isp_copy_out_hdr()
356 &hpdst->rqs_entry_type); in isp_copy_out_hdr()
362 ISP_IOXPUT_8(isp, hpsrc->rqs_entry_type, in isp_copy_out_hdr()
363 &hpdst->rqs_entry_type); in isp_copy_out_hdr()
377 ISP_IOXGET_8(isp, &hpsrc->rqs_entry_type, in isp_copy_in_hdr()
380 hpdst->rqs_entry_type); in isp_copy_in_hdr()
386 ISP_IOXGET_8(isp, &hpsrc->rqs_entry_type, in isp_copy_in_hdr()
387 hpdst->rqs_entry_type); in isp_copy_in_hdr()
404 ISP_IOXGET_8(isp, &hp->rqs_entry_type, type); in isp_get_response_type()
1133 if (ctsrc->ct_header.rqs_entry_type == RQSTYPE_CTIO2) { in isp_put_ctio2()
[all …]
Disp.c3183 reqp->req_header.rqs_entry_type = RQSTYPE_MARKER; in isp_start()
3201 reqp->req_header.rqs_entry_type = RQSTYPE_T2RQS; in isp_start()
3204 reqp->req_header.rqs_entry_type = RQSTYPE_CMDONLY; in isp_start()
3206 reqp->req_header.rqs_entry_type = RQSTYPE_REQUEST; in isp_start()
3685 if (sp->req_header.rqs_entry_type != RQSTYPE_REQUEST) { in isp_intr()
3687 sp->req_header.rqs_entry_type, oop, optr, in isp_intr()
3735 sp->req_handle, sp->req_header.rqs_entry_type, in isp_intr()
3748 if (sp->req_header.rqs_entry_type != RQSTYPE_RESPONSE) { in isp_intr()
3752 sp->req_header.rqs_entry_type); in isp_intr()
3782 switch (sp->req_header.rqs_entry_type) { in isp_intr()
[all …]
Dispmbox.h283 u_int8_t rqs_entry_type; member
Disp_openbsd.c548 mp->req_header.rqs_entry_type = RQSTYPE_MARKER; in isp_wdog()
/mirbsd/src/sys/arch/sparc/dev/
Disp_sbus.c51 ISP_SWAP8((hdrp)->rqs_entry_count, (hdrp)->rqs_entry_type); \
445 crq->req_header.rqs_entry_type = RQSTYPE_DATASEG; in isp_sbus_dmasetup()
/mirbsd/src/sys/dev/pci/
Disp_pci.c1150 crq->req_header.rqs_entry_type = RQSTYPE_DATASEG; in isp_pci_dmasetup()
1173 switch (rq->req_header.rqs_entry_type) { in isp_pci_dmasetup()
/mirbsd/src/sys/dev/sbus/
Disp_sbus.c569 crq->req_header.rqs_entry_type = RQSTYPE_DATASEG; in isp_sbus_dmasetup()