Searched refs:ct7_entry_t (Results 1 - 5 of 5) sorted by relevance

/freebsd-10-stable/sys/dev/isp/
H A Disp_library.h179 void isp_put_ctio7(ispsoftc_t *, ct7_entry_t *, ct7_entry_t *);
182 void isp_get_ctio7(ispsoftc_t *, ct7_entry_t *, ct7_entry_t *);
H A Disp_target.c64 static void isp_handle_ctio7(ispsoftc_t *, ct7_entry_t *);
123 ct7_entry_t *ct7iop;
212 isp_get_ctio7(isp, ct7iop, (ct7_entry_t *) local);
213 isp_handle_ctio7(isp, (ct7_entry_t *) local);
342 isp_put_ctio7(isp, (ct7_entry_t *)ap, (ct7_entry_t *)outp);
409 ct7_entry_t _ctio7;
418 ct7_entry_t *cto = &un._ctio7;
580 ct7_entry_t *ct = (ct7_entry_t *) storag
[all...]
H A Disp_freebsd.c1229 ct7_entry_t *cto = (ct7_entry_t *) local;
1246 * no data to transfer, and any sense data can fit into a ct7_entry_t.
1249 * the sense data won't fit into a ct7_entry_t.
1540 ct7_entry_t *cto = (ct7_entry_t *) local;
2083 atp = isp_find_atpd(isp, bus, ((ct7_entry_t *)arg)->ct_rxid);
2105 ct7_entry_t *ct = arg;
2219 ct7_entry_t local, *cto = &local;
2264 ct7_entry_t *ct
[all...]
H A Disp_library.c147 dsp64 = &((ct7_entry_t *)fqe)->rsp.m0.ds;
274 if (((ct7_entry_t *)fqe)->ct_flags & CT7_FLAG_MODE2) {
275 ((ct7_entry_t *)fqe)->ct_seg_count = 1;
277 ((ct7_entry_t *)fqe)->ct_seg_count = nsegs;
638 ct7_entry_t *ctio = (ct7_entry_t *) local;
2711 isp_put_ctio7(ispsoftc_t *isp, ct7_entry_t *src, ct7_entry_t *dst)
2885 isp_get_ctio7(ispsoftc_t *isp, ct7_entry_t *src, ct7_entry_t *ds
[all...]
H A Dispmbox.h2535 } ct7_entry_t; typedef in typeref:struct:__anon1346

Completed in 220 milliseconds