Searched refs:sc_rxph (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/sys/dev/dpaa/
H A Dif_dtsec_im.c151 sc->sc_rxph = FM_PORT_Config(&params);
152 if (sc->sc_rxph == NULL) {
157 error = FM_PORT_Init(sc->sc_rxph);
160 FM_PORT_Free(sc->sc_rxph);
H A Dif_dtsec.h85 t_Handle sc_rxph; member in struct:dtsec_softc
H A Dif_dtsec.c315 if (sc->sc_rxph) {
316 FM_PORT_Free(sc->sc_rxph);
317 sc->sc_rxph = NULL;
343 error = FM_PORT_Enable(sc->sc_rxph);
370 error = FM_PORT_Disable(sc->sc_rxph);
H A Dif_dtsec_rm.c178 sc->sc_rxph = FM_PORT_Config(&params);
179 if (sc->sc_rxph == NULL) {
184 error = FM_PORT_Init(sc->sc_rxph);
187 FM_PORT_Free(sc->sc_rxph);

Completed in 64 milliseconds