Home
last modified time | relevance | path

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

/dports/misc/rump/buildrump.sh-b914579/src/sys/dev/ic/
H A Disp_library.h189 void isp_put_ctio(ispsoftc_t *, ct_entry_t *, ct_entry_t *);
190 void isp_get_ctio(ispsoftc_t *, ct_entry_t *, ct_entry_t *);
H A Disp_target.c93 static void isp_handle_ctio(ispsoftc_t *, ct_entry_t *);
154 ct_entry_t *ctiop; in isp_target_notify()
242 isp_get_ctio(isp, ctiop, (ct_entry_t *) local); in isp_target_notify()
243 isp_handle_ctio(isp, (ct_entry_t *) local); in isp_target_notify()
560 isp_put_ctio(isp, (ct_entry_t *) ap, (ct_entry_t *) outp); in isp_target_put_entry()
647 ct_entry_t _ctio; in isp_endcmd()
753 ct_entry_t *cto = &un._ctio; in isp_endcmd()
855 ct_entry_t *ct = (ct_entry_t *) storage; in isp_target_async()
1410 isp_handle_ctio(ispsoftc_t *isp, ct_entry_t *ct) in isp_handle_ctio()
H A Disp_library.c670 ct_entry_t *ctio = (ct_entry_t *) local; in isp_clear_commands()
2038 dsp = ((ct_entry_t *)fqe)->ct_dataseg; in isp_send_tgt_cmd()
2223 ((ct_entry_t *)fqe)->ct_seg_count = nsegs; in isp_send_tgt_cmd()
2853 isp_put_ctio(ispsoftc_t *isp, ct_entry_t *src, ct_entry_t *dst) in isp_put_ctio()
2891 isp_get_ctio(ispsoftc_t *isp, ct_entry_t *src, ct_entry_t *dst) in isp_get_ctio()
H A Dispmbox.h2169 } ct_entry_t; typedef