Home
last modified time | relevance | path

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

/freebsd/sys/dev/isp/
H A Disp_target.c262 cto->ct_header.rqs_entry_type = RQSTYPE_CTIO7; in isp_endcmd()
429 if (((isphdr_t *)arg)->rqs_entry_type == RQSTYPE_ATIO) in isp_notify_ack()
435 na->na_header.rqs_entry_type = RQSTYPE_NOTIFY_ACK; in isp_notify_ack()
476 if (abts->abts_header.rqs_entry_type != RQSTYPE_ABTS_RCVD) { in isp_acknak_abts()
477 …p, ISP_LOGERR, "%s: called for non-ABTS entry (0x%x)", __func__, abts->abts_header.rqs_entry_type); in isp_acknak_abts()
482 rsp->abts_rsp_header.rqs_entry_type = RQSTYPE_ABTS_RSP; in isp_acknak_abts()
H A Disp_library.c75 type = ((isphdr_t *)fqe)->rqs_entry_type; in isp_send_cmd()
115 crq.req_header.rqs_entry_type = RQSTYPE_A64_CONT; in isp_send_cmd()
486 ctio.ct_header.rqs_entry_type = RQSTYPE_CTIO7; in isp_clear_commands()
533 ISP_IOXPUT_8(isp, hpsrc->rqs_entry_type, &hpdst->rqs_entry_type); in isp_put_hdr()
542 ISP_IOXGET_8(isp, &hpsrc->rqs_entry_type, hpdst->rqs_entry_type); in isp_get_hdr()
552 ISP_IOXGET_8(isp, &hp->rqs_entry_type, type); in isp_get_response_type()
2036 uint8_t etype = ((isphdr_t *)src)->rqs_entry_type; in isp_put_entry()
2078 etype = ((isphdr_t *)dst)->rqs_entry_type; in isp_get_entry()
H A Disp_freebsd.c531 tmf.tmf_header.rqs_entry_type = RQSTYPE_TSK_MGMT; in ispioctl()
1068 cto->ct_header.rqs_entry_type = RQSTYPE_CTIO7; in isp_target_start_ctio()
1698 if (mp->nt_lreserved && ((isphdr_t *)mp->nt_lreserved)->rqs_entry_type == RQSTYPE_ATIO) { in isp_handle_platform_target_notify_ack()
1711 cto->ct_header.rqs_entry_type = RQSTYPE_CTIO7; in isp_handle_platform_target_notify_ack()
1736 if (mp->nt_lreserved && ((isphdr_t *)mp->nt_lreserved)->rqs_entry_type == RQSTYPE_ABTS_RCVD) { in isp_handle_platform_target_notify_ack()
1746 cto->ct_header.rqs_entry_type = RQSTYPE_CTIO7; in isp_handle_platform_target_notify_ack()
1883 if (((isphdr_t *)notify->nt_lreserved)->rqs_entry_type == RQSTYPE_ABTS_RCVD) { in isp_handle_platform_target_tmf()
2319 cto->ct_header.rqs_entry_type = RQSTYPE_CTIO7; in isp_abort_atio()
3138 switch (hp->rqs_entry_type) { in isp_async()
3147 __func__, hp->rqs_entry_type); in isp_async()
H A Disp.c1246 vp.vp_mod_hdr.rqs_entry_type = RQSTYPE_VP_MODIFY; in isp_fc_enable_vp()
1289 vp.vp_ctrl_hdr.rqs_entry_type = RQSTYPE_VP_CTRL; in isp_fc_disable_vp()
1413 pl.plogx_header.rqs_entry_type = RQSTYPE_LOGIN; in isp_plogx()
2046 pt.ctp_header.rqs_entry_type = RQSTYPE_CT_PASSTHRU; in isp_ct_passthru()
2914 m->mrk_header.rqs_entry_type = RQSTYPE_MARKER; in isp_start()
2933 reqp->req_header.rqs_entry_type = RQSTYPE_T7RQS; in isp_start()
3038 tmf->tmf_header.rqs_entry_type = RQSTYPE_TSK_MGMT; in isp_control()
3088 ab->abrt_header.rqs_entry_type = RQSTYPE_ABORT_IO; in isp_control()
3245 switch (((isphdr_t *)addr)->rqs_entry_type) { in isp_intr_atioq()
3348 etype = sp->req_header.rqs_entry_type; in isp_intr_respq()
[all...]
H A Dispmbox.h347 uint8_t rqs_entry_type; member