Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/ic/
H A Disp_library.h191 void isp_put_ctio2(ispsoftc_t *, ct2_entry_t *, ct2_entry_t *);
194 void isp_get_ctio2(ispsoftc_t *, ct2_entry_t *, ct2_entry_t *);
H A Disp_target.c94 static void isp_handle_ctio2(ispsoftc_t *, ct2_entry_t *);
155 ct2_entry_t *ct2iop; in isp_target_notify()
260 isp_get_ctio2(isp, ct2iop, (ct2_entry_t *) local); in isp_target_notify()
262 isp_handle_ctio2(isp, (ct2_entry_t *) local); in isp_target_notify()
566 isp_put_ctio2(isp, (ct2_entry_t *) ap, (ct2_entry_t *) outp); in isp_target_put_entry()
648 ct2_entry_t _ctio2; in isp_endcmd()
710 ct2_entry_t *cto = &un._ctio2; in isp_endcmd()
849 ct2_entry_t *ct = (ct2_entry_t *) storag in isp_target_async()
[all...]
H A Disp_library.c670 ct2_entry_t *ctio = (ct2_entry_t *) local; in isp_clear_commands()
2049 ct2_entry_t *ct = fqe, *ct2 = (ct2_entry_t *) storage2; in isp_send_tgt_cmd()
2233 ((ct2_entry_t *)fqe)->ct_seg_count = nsegs; in isp_send_tgt_cmd()
2933 isp_put_ctio2(ispsoftc_t *isp, ct2_entry_t *src, ct2_entry_t *dst) in isp_put_ctio2()
3090 isp_get_ctio2(ispsoftc_t *isp, ct2_entry_t *src, ct2_entry_t *dst) in isp_get_ctio2()
H A Dispmbox.h2302 } ct2_entry_t; typedef