Searched refs:sc_cfg_hdr (Results 1 - 2 of 2) sorted by relevance

/openbsd-current/sys/dev/ic/
H A Dmpivar.h165 struct mpi_cfg_hdr sc_cfg_hdr; member in struct:mpi_softc
H A Dmpi.c332 2, 0, &sc->sc_cfg_hdr) != 0) {
337 sc->sc_vol_page = mallocarray(sc->sc_cfg_hdr.page_length,
344 if (mpi_cfg_page(sc, 0, &sc->sc_cfg_hdr, 1,
346 sc->sc_cfg_hdr.page_length * 4) != 0) {
3091 if (mpi_req_cfg_page(sc, 0, 0, &sc->sc_cfg_hdr, 1, sc->sc_vol_page,
3092 sc->sc_cfg_hdr.page_length * 4) != 0) {
3196 if (mpi_cfg_page(sc, 0, &sc->sc_cfg_hdr, 1, sc->sc_vol_page,
3197 sc->sc_cfg_hdr.page_length * 4) != 0) {

Completed in 146 milliseconds