Home
last modified time | relevance | path

Searched refs:qbman_pull_desc_set_fq (Results 1 – 6 of 6) sorted by relevance

/openbmc/u-boot/include/fsl-mc/
H A Dfsl_qbman_portal.h59 void qbman_pull_desc_set_fq(struct qbman_pull_desc *, uint32_t fqid);
/openbmc/linux/drivers/soc/fsl/dpio/
H A Dqbman-portal.h213 void qbman_pull_desc_set_fq(struct qbman_pull_desc *d, u32 fqid);
H A Ddpio-service.c404 qbman_pull_desc_set_fq(&pd, fqid); in dpaa2_io_service_pull_fq()
H A Dqbman-portal.c1054 void qbman_pull_desc_set_fq(struct qbman_pull_desc *d, u32 fqid) in qbman_pull_desc_set_fq() function
/openbmc/u-boot/drivers/net/fsl-mc/dpio/
H A Dqbman_portal.c316 void qbman_pull_desc_set_fq(struct qbman_pull_desc *d, uint32_t fqid) in qbman_pull_desc_set_fq() function
/openbmc/u-boot/drivers/net/ldpaa_eth/
H A Dldpaa_eth.c279 qbman_pull_desc_set_fq(&pulldesc, priv->rx_dflt_fqid); in ldpaa_eth_pull_dequeue_rx()