Home
last modified time | relevance | path

Searched refs:qman_enqueue (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/soc/fsl/qbman/
H A Dqman_test_stash.c285 if (qman_enqueue(&handler->tx, &dqrr->fd)) { in normal_dqrr()
302 if (qman_enqueue(&handler->tx, &dqrr->fd)) { in special_dqrr()
541 err = qman_enqueue(&special_handler->tx, &fd); in send_first_frame()
H A Dqman_test_api.c112 if (qman_enqueue(fq, &fd)) { in do_enqueues()
H A Dqman.c2335 int qman_enqueue(struct qman_fq *fq, const struct qm_fd *fd) in qman_enqueue() function
2375 EXPORT_SYMBOL(qman_enqueue);
/linux/drivers/crypto/caam/
H A Dqi.c126 ret = qman_enqueue(req->drv_ctx->req_fq, &fd); in caam_qi_enqueue()
/linux/drivers/net/ethernet/freescale/dpaa/
H A Ddpaa_eth.c2120 err = qman_enqueue(egress_fq, fd); in dpaa_xmit()