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

/freebsd-12-stable/sys/dev/dpaa/
H A Dif_dtsec_im.c197 sc->sc_txph = FM_PORT_Config(&params);
198 if (sc->sc_txph == NULL) {
203 error = FM_PORT_Init(sc->sc_txph);
206 FM_PORT_Free(sc->sc_txph);
255 error = FM_PORT_ImTx(sc->sc_txph, buffer, length, TRUE, buffer);
H A Dif_dtsec.h88 t_Handle sc_txph; member in struct:dtsec_softc
H A Dif_dtsec.c315 if (sc->sc_txph) {
316 FM_PORT_Free(sc->sc_txph);
317 sc->sc_txph = NULL;
358 error = FM_PORT_Enable(sc->sc_txph);
385 error = FM_PORT_Disable(sc->sc_txph);
H A Dif_dtsec_rm.c225 sc->sc_txph = FM_PORT_Config(&params);
226 if (sc->sc_txph == NULL) {
231 error = FM_PORT_Init(sc->sc_txph);
234 FM_PORT_Free(sc->sc_txph);

Completed in 119 milliseconds