Searched refs:ch_get_params (Results 1 – 1 of 1) sorted by relevance
161 static int ch_get_params(struct ch_softc *, int);236 if (ch_get_params(sc, XS_CTL_DISCOVERY|XS_CTL_IGNORE_MEDIA_CHANGE)) in chattach()305 if ((error = ch_get_params(sc, 0)) != 0) in chopen()1160 ch_get_params(struct ch_softc *sc, int scsiflags) in ch_get_params() function