Home
last modified time | relevance | path

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

/dragonfly/sys/sys/
H A Dchio.h95 u_int16_t ce_fdsttype; /* element type of first destination */ member
/dragonfly/sys/bus/cam/scsi/
H A Dscsi_ch.c859 if ((ce->ce_srctype > CHET_DT) || (ce->ce_fdsttype > CHET_DT) || in chexchange()
863 (ce->ce_fdstunit > (softc->sc_counts[ce->ce_fdsttype] - 1)) || in chexchange()
871 (1 << ce->ce_fdsttype)) == 0) || in chexchange()
872 ((softc->sc_exchangemask[ce->ce_fdsttype] & in chexchange()
880 dst1 = softc->sc_firsts[ce->ce_fdsttype] + ce->ce_fdstunit; in chexchange()
/dragonfly/bin/chio/
H A Dchio.c289 cmd.ce_fdsttype = parse_element_type(*argv); in do_exchange()
293 if (CHET_VT == cmd.ce_fdsttype) { in do_exchange()
294 find_element(*argv, &cmd.ce_fdsttype, &cmd.ce_fdstunit); in do_exchange()