Home
last modified time | relevance | path

Searched refs:sc_tx_conf_fqr (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/dev/dpaa/
H A Dif_dtsec_rm.c423 qlen = qman_fqr_get_counter(sc->sc_tx_conf_fqr, 0, in dtsec_rm_fqr_tx_confirm_callback()
483 if (sc->sc_tx_conf_fqr) in dtsec_rm_fqr_tx_free()
484 qman_fqr_free(sc->sc_tx_conf_fqr); in dtsec_rm_fqr_tx_free()
515 sc->sc_tx_conf_fqr = fqr; in dtsec_rm_fqr_tx_init()
H A Dif_dtsec.h108 t_Handle sc_tx_conf_fqr; member