Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/include/fsl-mc/
H A Dfsl_qbman_portal.h63 int qbman_swp_pull(struct qbman_swp *, struct qbman_pull_desc *);
/OK3568_Linux_fs/kernel/drivers/soc/fsl/dpio/
H A Ddpio-service.c372 err = qbman_swp_pull(d->swp, &pd); in dpaa2_io_service_pull_fq()
404 err = qbman_swp_pull(d->swp, &pd); in dpaa2_io_service_pull_channel()
H A Dqbman-portal.h632 static inline int qbman_swp_pull(struct qbman_swp *s, in qbman_swp_pull() function
/OK3568_Linux_fs/u-boot/drivers/net/fsl-mc/dpio/
H A Dqbman_portal.c326 int qbman_swp_pull(struct qbman_swp *s, struct qbman_pull_desc *d) in qbman_swp_pull() function
/OK3568_Linux_fs/u-boot/drivers/net/ldpaa_eth/
H A Dldpaa_eth.c271 err = qbman_swp_pull(swp, &pulldesc); in ldpaa_eth_pull_dequeue_rx()