Searched refs:sc_ld_details (Results 1 - 3 of 3) sorted by relevance

/openbsd-current/sys/dev/ic/
H A Dmfivar.h161 struct mfi_ld_details *sc_ld_details; /* array to all logical disks */ member in struct:mfi_softc
163 int sc_ld_sz; /* sizeof sc_ld_details */
H A Dmfi.c1615 if (sc->sc_ld_details)
1616 free(sc->sc_ld_details, M_DEVBUF, 0);
1622 sc->sc_ld_details = ld_det;
1631 &sc->sc_ld_details[i], &mbox))
1634 d += sc->sc_ld_details[i].mld_cfg.mlc_parm.mpa_no_drv_per_span *
1635 sc->sc_ld_details[i].mld_cfg.mlc_parm.mpa_span_depth;
1729 switch (sc->sc_ld_details[i].mld_progress.mlp_in_prog) {
1732 per = (int)sc->sc_ld_details[i].mld_progress.mlp_cc.mp_progress;
1735 sc->sc_ld_details[i].mld_progress.mlp_cc.mp_elapsed_seconds;
1740 per = (int)sc->sc_ld_details[
[all...]
/openbsd-current/sys/dev/pci/
H A Dmfii.c320 struct mfi_ld_details *sc_ld_details; /* array to all logical disks */ member in struct:mfii_softc
322 int sc_ld_sz; /* sizeof sc_ld_details */
2951 if (sc->sc_ld_details)
2952 free(sc->sc_ld_details, M_DEVBUF, 0);
2958 sc->sc_ld_details = ld_det;
2966 if (mfii_mgmt(sc, MR_DCMD_LD_GET_INFO, &mbox, &sc->sc_ld_details[i], size,
2970 d += sc->sc_ld_details[i].mld_cfg.mlc_parm.mpa_no_drv_per_span *
2971 sc->sc_ld_details[i].mld_cfg.mlc_parm.mpa_span_depth;
3071 switch (sc->sc_ld_details[i].mld_progress.mlp_in_prog) {
3074 per = (int)sc->sc_ld_details[
[all...]

Completed in 168 milliseconds