Searched refs:ce_fdsttype (Results 1 - 3 of 3) sorted by path

/freebsd-9.3-release/bin/chio/
H A Dchio.c298 cmd.ce_fdsttype = parse_element_type(*argv);
302 if (CHET_VT == cmd.ce_fdsttype) {
303 find_element(*argv, &cmd.ce_fdsttype, &cmd.ce_fdstunit);
/freebsd-9.3-release/sys/cam/scsi/
H A Dscsi_ch.c951 if ((ce->ce_srctype > CHET_DT) || (ce->ce_fdsttype > CHET_DT) ||
955 (ce->ce_fdstunit > (softc->sc_counts[ce->ce_fdsttype] - 1)) ||
963 (1 << ce->ce_fdsttype)) == 0) ||
964 ((softc->sc_exchangemask[ce->ce_fdsttype] &
972 dst1 = softc->sc_firsts[ce->ce_fdsttype] + ce->ce_fdstunit;
/freebsd-9.3-release/sys/sys/
H A Dchio.h92 u_int16_t ce_fdsttype; /* element type of first destination */ member in struct:changer_exchange

Completed in 173 milliseconds