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

/freebsd-11-stable/sys/dev/mly/
H A Dmly.c717 if (sc->mly_controllerparam != NULL)
718 free(sc->mly_controllerparam, M_DEVBUF);
762 * Fill in the mly_controllerinfo and mly_controllerparam fields in the softc.
786 if (sc->mly_controllerparam != NULL)
787 free(sc->mly_controllerparam, M_DEVBUF);
791 sc->mly_controllerparam = NULL;
793 if ((error = mly_ioctl(sc, &mci, (void **)&sc->mly_controllerparam, sizeof(*sc->mly_controllerparam),
1416 if (target == sc->mly_controllerparam->initiator_id)
2085 if (sc->mly_controllerparam
[all...]
H A Dmlyvar.h199 struct mly_param_controller *mly_controllerparam; member in struct:mly_softc

Completed in 155 milliseconds