Home
last modified time | relevance | path

Searched refs:ct7_entry_t (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/dev/isp/
H A Disp_library.h144 void isp_put_ctio7(ispsoftc_t *, ct7_entry_t *, ct7_entry_t *);
145 void isp_get_ctio7(ispsoftc_t *, ct7_entry_t *, ct7_entry_t *);
H A Disp_target.c59 static void isp_handle_ctio7(ispsoftc_t *, ct7_entry_t *);
113 ct7_entry_t *ct7iop; in isp_target_notify()
168 isp_get_ctio7(isp, ct7iop, (ct7_entry_t *) local); in isp_target_notify()
169 isp_handle_ctio7(isp, (ct7_entry_t *) local); in isp_target_notify()
244 ct7_entry_t _ctio7, *cto = &_ctio7; in isp_endcmd()
577 isp_handle_ctio7(ispsoftc_t *isp, ct7_entry_t *ct) in isp_handle_ctio7()
H A Disp_library.c94 dsp64 = &((ct7_entry_t *)fqe)->rsp.m0.ds; in isp_send_cmd()
144 if (((ct7_entry_t *)fqe)->ct_flags & CT7_FLAG_MODE2) { in isp_send_cmd()
145 ((ct7_entry_t *)fqe)->ct_seg_count = 1; in isp_send_cmd()
147 ((ct7_entry_t *)fqe)->ct_seg_count = nsegs; in isp_send_cmd()
480 ct7_entry_t ctio; in isp_clear_commands()
483 ISP_MEMZERO(&ctio, sizeof(ct7_entry_t)); in isp_clear_commands()
1669 isp_put_ctio7(ispsoftc_t *isp, ct7_entry_t *src, ct7_entry_t *dst) in isp_put_ctio7()
1719 isp_get_ctio7(ispsoftc_t *isp, ct7_entry_t *src, ct7_entry_t *dst) in isp_get_ctio7()
2044 isp_put_ctio7(isp, (ct7_entry_t *)src, (ct7_entry_t *)dst); in isp_put_entry()
H A Dispmbox.h1471 } ct7_entry_t; typedef