Home
last modified time | relevance | path

Searched refs:qman_fq_enqueue (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/dev/dpaa/
H A Dqman.h277 int qman_fq_enqueue(struct qman_fq *fq, struct dpaa_fd *frame);
H A Dqman.c616 qman_fq_enqueue(struct qman_fq *fq, struct dpaa_fd *frame) in qman_fq_enqueue() function
H A Ddpaa_eth.c712 if (qman_fq_enqueue(sc->sc_tx_fq, &fd) != 0) { in dpaa_eth_if_start_locked()