Home
last modified time | relevance | path

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

/freebsd/sys/dev/isp/
H A Dispmbox.h351 } isphdr_t; typedef
386 isphdr_t mrk_header;
407 isphdr_t req_header;
428 isphdr_t tmf_header;
453 isphdr_t abrt_header;
472 isphdr_t req_header;
480 isphdr_t req_header;
488 isphdr_t req_header;
518 isphdr_t ctp_header;
805 isphdr_t vp_ctrl_hdr;
[all …]
H A Disp_library.h101 void isp_put_hdr(ispsoftc_t *, isphdr_t *, isphdr_t *);
102 void isp_get_hdr(ispsoftc_t *, isphdr_t *, isphdr_t *);
103 int isp_get_response_type(ispsoftc_t *, isphdr_t *);
H A Disp_target.c116 isphdr_t *hp; in isp_target_notify()
131 type = isp_get_response_type(isp, (isphdr_t *)vptr); in isp_target_notify()
429 if (((isphdr_t *)arg)->rqs_entry_type == RQSTYPE_ATIO) in isp_notify_ack()
H A Disp_library.c75 type = ((isphdr_t *)fqe)->rqs_entry_type; in isp_send_cmd()
136 ((isphdr_t *)fqe)->rqs_entry_count = nqe; in isp_send_cmd()
531 isp_put_hdr(ispsoftc_t *isp, isphdr_t *hpsrc, isphdr_t *hpdst) in isp_put_hdr()
540 isp_get_hdr(ispsoftc_t *isp, isphdr_t *hpsrc, isphdr_t *hpdst) in isp_get_hdr()
549 isp_get_response_type(ispsoftc_t *isp, isphdr_t *hp) in isp_get_response_type()
2036 uint8_t etype = ((isphdr_t *)src)->rqs_entry_type; in isp_put_entry()
2077 isp_get_hdr(isp, src, (isphdr_t *)dst); in isp_get_entry()
2078 etype = ((isphdr_t *)dst)->rqs_entry_type; in isp_get_entry()
H A Disp.c97 static int isp_handle_control(ispsoftc_t *, isphdr_t *);
98 static void isp_handle_rpt_id_acq(ispsoftc_t *, isphdr_t *);
3245 switch (((isphdr_t *)addr)->rqs_entry_type) { in isp_intr_atioq()
3293 isphdr_t *hp; in isp_intr_respq()
3316 hp = (isphdr_t *) ISP_QUEUE_ENTRY(isp->isp_result, cptr); in isp_intr_respq()
3397 hp = (isphdr_t *)ISP_QUEUE_ENTRY(isp->isp_result, sptr); in isp_intr_respq()
3783 isp_handle_control(ispsoftc_t *isp, isphdr_t *hp) in isp_handle_control()
3816 isp_handle_rpt_id_acq(ispsoftc_t *isp, isphdr_t *hp) in isp_handle_rpt_id_acq()