Home
last modified time | relevance | path

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

/freebsd/sys/sys/
H A Dchio.h96 u_int16_t ce_sdsttype; /* element type of second destination */ member
/freebsd/bin/chio/
H A Dchio.c308 cmd.ce_sdsttype = cmd.ce_srctype; in do_exchange()
314 cmd.ce_sdsttype = parse_element_type(*argv); in do_exchange()
317 if (CHET_VT == cmd.ce_sdsttype) in do_exchange()
/freebsd/sys/cam/scsi/
H A Dscsi_ch.c925 (ce->ce_sdsttype > CHET_DT)) in chexchange()
929 (ce->ce_sdstunit > (softc->sc_counts[ce->ce_sdsttype] - 1))) in chexchange()
938 (1 << ce->ce_sdsttype)) == 0)) in chexchange()
946 dst2 = softc->sc_firsts[ce->ce_sdsttype] + ce->ce_sdstunit; in chexchange()