Home
last modified time | relevance | path

Searched refs:ce_fdsttype (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/sys/
H A Dchio.h94 u_int16_t ce_fdsttype; /* element type of first destination */ member
/freebsd/bin/chio/
H A Dchio.c290 cmd.ce_fdsttype = parse_element_type(*argv); in do_exchange()
294 if (CHET_VT == cmd.ce_fdsttype) { in do_exchange()
295 find_element(*argv, &cmd.ce_fdsttype, &cmd.ce_fdstunit); in do_exchange()
/freebsd/sys/cam/scsi/
H A Dscsi_ch.c924 if ((ce->ce_srctype > CHET_DT) || (ce->ce_fdsttype > CHET_DT) || in chexchange()
928 (ce->ce_fdstunit > (softc->sc_counts[ce->ce_fdsttype] - 1)) || in chexchange()
936 (1 << ce->ce_fdsttype)) == 0) || in chexchange()
937 ((softc->sc_exchangemask[ce->ce_fdsttype] & in chexchange()
945 dst1 = softc->sc_firsts[ce->ce_fdsttype] + ce->ce_fdstunit; in chexchange()