Home
last modified time | relevance | path

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

/dragonfly/sys/sys/
H A Dchio.h96 u_int16_t ce_fdstunit; /* logical unit of first destination */ member
/dragonfly/bin/chio/
H A Dchio.c294 find_element(*argv, &cmd.ce_fdsttype, &cmd.ce_fdstunit); in do_exchange()
297 cmd.ce_fdstunit = parse_element_unit(*argv); in do_exchange()
/dragonfly/sys/bus/cam/scsi/
H A Dscsi_ch.c863 (ce->ce_fdstunit > (softc->sc_counts[ce->ce_fdsttype] - 1)) || in chexchange()
880 dst1 = softc->sc_firsts[ce->ce_fdsttype] + ce->ce_fdstunit; in chexchange()