Home
last modified time | relevance | path

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

/trueos/sys/dev/isp/
HDisp_library.h187 void isp_put_ctio2(ispsoftc_t *, ct2_entry_t *, ct2_entry_t *);
190 void isp_get_ctio2(ispsoftc_t *, ct2_entry_t *, ct2_entry_t *);
HDisp_target.c65 static void isp_handle_ctio2(ispsoftc_t *, ct2_entry_t *);
126 ct2_entry_t *ct2iop; in isp_target_notify()
231 isp_get_ctio2(isp, ct2iop, (ct2_entry_t *) local); in isp_target_notify()
233 isp_handle_ctio2(isp, (ct2_entry_t *) local); in isp_target_notify()
554 isp_put_ctio2(isp, (ct2_entry_t *) ap, (ct2_entry_t *) outp); in isp_target_put_entry()
636 ct2_entry_t _ctio2; in isp_endcmd()
698 ct2_entry_t *cto = &un._ctio2; in isp_endcmd()
837 ct2_entry_t *ct = (ct2_entry_t *) storage; in isp_target_async()
1555 isp_handle_ctio2(ispsoftc_t *isp, ct2_entry_t *ct) in isp_handle_ctio2()
HDisp_library.c736 ct2_entry_t *ctio = (ct2_entry_t *) local; in isp_clear_commands()
2177 dsp = ((ct2_entry_t *)fqe)->rsp.m0.u.ct_dataseg; in isp_send_tgt_cmd()
2181 dsp64 = ((ct2_entry_t *)fqe)->rsp.m0.u.ct_dataseg64; in isp_send_tgt_cmd()
2269 if (((ct2_entry_t *)fqe)->ct_flags & CT2_FLAG_MODE2) { in isp_send_tgt_cmd()
2270 ((ct2_entry_t *)fqe)->ct_seg_count = 1; in isp_send_tgt_cmd()
2272 ((ct2_entry_t *)fqe)->ct_seg_count = nsegs; in isp_send_tgt_cmd()
2992 isp_put_ctio2(ispsoftc_t *isp, ct2_entry_t *src, ct2_entry_t *dst) in isp_put_ctio2()
3162 isp_get_ctio2(ispsoftc_t *isp, ct2_entry_t *src, ct2_entry_t *dst) in isp_get_ctio2()
HDisp_freebsd.c1872 ct2_entry_t *cto = (ct2_entry_t *) local; in isp_target_start_ctio()
2085 ct2_entry_t *cto = (ct2_entry_t *) local; in isp_target_start_ctio()
2885 handle = ((ct2_entry_t *)arg)->ct_syshandle; in isp_handle_platform_ctio()
2912 atp = isp_find_atpd(isp, tptr, ((ct2_entry_t *)arg)->ct_rxid); in isp_handle_platform_ctio()
2950 ct2_entry_t *ct = arg; in isp_handle_platform_ctio()
HDispmbox.h2291 } ct2_entry_t; typedef