Home
last modified time | relevance | path

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

/Linux-v4.19/include/soc/fsl/
Ddpaa2-io.h103 int dpaa2_io_service_enqueue_qd(struct dpaa2_io *d, u32 qdid, u8 prio,
/Linux-v4.19/drivers/soc/fsl/dpio/
Ddpio-service.c355 int dpaa2_io_service_enqueue_qd(struct dpaa2_io *d, in dpaa2_io_service_enqueue_qd() function
371 EXPORT_SYMBOL_GPL(dpaa2_io_service_enqueue_qd);
/Linux-v4.19/Documentation/networking/dpaa2/
Ddpio-driver.rst125 dpaa2_io_service_enqueue_qd()
/Linux-v4.19/drivers/staging/fsl-dpaa2/ethernet/
Ddpaa2-eth.c624 err = dpaa2_io_service_enqueue_qd(fq->channel->dpio, in dpaa2_eth_tx()