Home
last modified time | relevance | path

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

/dragonfly/sys/dev/disk/isp/
H A Dispmbox.h321 } isphdr_t; typedef
379 isphdr_t req_header;
394 isphdr_t mrk_header;
405 isphdr_t mrk_header;
425 isphdr_t req_header;
440 isphdr_t req_header;
455 isphdr_t req_header;
471 isphdr_t req_header;
506 isphdr_t req_header;
704 isphdr_t ms_header;
[all …]
H A Disp_library.h92 void isp_put_hdr(ispsoftc_t *, isphdr_t *, isphdr_t *);
93 void isp_get_hdr(ispsoftc_t *, isphdr_t *, isphdr_t *);
94 int isp_get_response_type(ispsoftc_t *, isphdr_t *);
H A Disp_target.c126 isphdr_t *hp; in isp_target_notify()
158 type = isp_get_response_type(isp, (isphdr_t *)vptr); in isp_target_notify()
500 uint8_t etype = ((isphdr_t *) ap)->rqs_entry_type; in isp_target_put_entry()
1030 if (IS_24XX(isp) && arg != NULL && (((isphdr_t *)arg)->rqs_entry_type == RQSTYPE_ATIO)) { in isp_notify_ack()
1074 ISP_MEMCPY(storage, arg, sizeof (isphdr_t)); in isp_notify_ack()
1109 ISP_MEMCPY(storage, arg, sizeof (isphdr_t)); in isp_notify_ack()
H A Disp_library.c59 type = ((isphdr_t *)fqe)->rqs_entry_type; in isp_send_cmd()
170 ((isphdr_t *)fqe)->rqs_entry_count = nqe; in isp_send_cmd()
717 isp_put_hdr(ispsoftc_t *isp, isphdr_t *hpsrc, isphdr_t *hpdst) in isp_put_hdr()
733 isp_get_hdr(ispsoftc_t *isp, isphdr_t *hpsrc, isphdr_t *hpdst) in isp_get_hdr()
749 isp_get_response_type(ispsoftc_t *isp, isphdr_t *hp) in isp_get_response_type()
2008 type = ((isphdr_t *)fqe)->rqs_entry_type; in isp_send_tgt_cmd()
2203 ((isphdr_t *)fqe)->rqs_entry_count = nqe; in isp_send_tgt_cmd()
H A Disp.c89 static int isp_handle_other_response(ispsoftc_t *, int, isphdr_t *, uint32_t *);
4941 isphdr_t *hp; in isp_intr()
4948 isp_get_hdr(isp, addr, (isphdr_t *)qe); in isp_intr()
4949 hp = (isphdr_t *)qe; in isp_intr()
5044 isphdr_t *hp; in isp_intr()
5052 hp = (isphdr_t *) ISP_QUEUE_ENTRY(isp->isp_result, optr); in isp_intr()
5964 isp_handle_other_response(ispsoftc_t *isp, int type, isphdr_t *hp, uint32_t *optrp) in isp_handle_other_response()
H A Disp_freebsd.c2747 …if (IS_24XX(isp) && mp->nt_lreserved && ((isphdr_t *)mp->nt_lreserved)->rqs_entry_type == RQSTYPE_… in isp_handle_platform_target_notify_ack()
2777 …if (IS_24XX(isp) && mp->nt_lreserved && ((isphdr_t *)mp->nt_lreserved)->rqs_entry_type == RQSTYPE_… in isp_handle_platform_target_notify_ack()
2935 if (((isphdr_t *)notify->nt_lreserved)->rqs_entry_type == RQSTYPE_ABTS_RCVD) { in isp_handle_platform_target_tmf()
5336 isphdr_t *hp; in isp_async()
5339 hp = __va_arg(ap, isphdr_t *); in isp_async()