Searched refs:rqs_entry_type (Results 1 – 8 of 8) sorted by relevance
| /mirbsd/src/sys/dev/ic/ |
| D | isp_target.c | 312 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()
|
| D | isp_inline.h | 353 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 …]
|
| D | isp.c | 3183 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 …]
|
| D | ispmbox.h | 283 u_int8_t rqs_entry_type; member
|
| D | isp_openbsd.c | 548 mp->req_header.rqs_entry_type = RQSTYPE_MARKER; in isp_wdog()
|
| /mirbsd/src/sys/arch/sparc/dev/ |
| D | isp_sbus.c | 51 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/ |
| D | isp_pci.c | 1150 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/ |
| D | isp_sbus.c | 569 crq->req_header.rqs_entry_type = RQSTYPE_DATASEG; in isp_sbus_dmasetup()
|