Home
last modified time | relevance | path

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

/freebsd-13-stable/sys/dev/dpaa/
HDif_dtsec_im.c195 sc->sc_txph = FM_PORT_Config(&params); in dtsec_im_fm_port_tx_init()
196 if (sc->sc_txph == NULL) { in dtsec_im_fm_port_tx_init()
201 error = FM_PORT_Init(sc->sc_txph); in dtsec_im_fm_port_tx_init()
204 FM_PORT_Free(sc->sc_txph); in dtsec_im_fm_port_tx_init()
253 error = FM_PORT_ImTx(sc->sc_txph, buffer, length, TRUE, buffer); in dtsec_im_if_start_locked()
HDif_dtsec.c313 if (sc->sc_txph) { in dtsec_fm_port_free_both()
314 FM_PORT_Free(sc->sc_txph); in dtsec_fm_port_free_both()
315 sc->sc_txph = NULL; in dtsec_fm_port_free_both()
356 error = FM_PORT_Enable(sc->sc_txph); in dtsec_if_enable_locked()
383 error = FM_PORT_Disable(sc->sc_txph); in dtsec_if_disable_locked()
HDif_dtsec_rm.c223 sc->sc_txph = FM_PORT_Config(&params); in dtsec_rm_fm_port_tx_init()
224 if (sc->sc_txph == NULL) { in dtsec_rm_fm_port_tx_init()
229 error = FM_PORT_Init(sc->sc_txph); in dtsec_rm_fm_port_tx_init()
232 FM_PORT_Free(sc->sc_txph); in dtsec_rm_fm_port_tx_init()
HDif_dtsec.h86 t_Handle sc_txph; member