Searched refs:dpaa2_io_query_fq_count (Results 1 – 6 of 6) sorted by relevance
/linux-6.12.1/drivers/crypto/caam/ |
D | dpseci-debugfs.c | 23 err = dpaa2_io_query_fq_count(NULL, fqid, &fcnt, &bcnt); in dpseci_dbg_fqs_show() 37 err = dpaa2_io_query_fq_count(NULL, fqid, &fcnt, &bcnt); in dpseci_dbg_fqs_show()
|
/linux-6.12.1/include/soc/fsl/ |
D | dpaa2-io.h | 130 int dpaa2_io_query_fq_count(struct dpaa2_io *d, u32 fqid,
|
/linux-6.12.1/drivers/net/ethernet/freescale/dpaa2/ |
D | dpaa2-eth-debugfs.c | 72 err = dpaa2_io_query_fq_count(NULL, fq->fqid, &fcnt, &bcnt); in dpaa2_dbg_fqs_show()
|
D | dpaa2-ethtool.c | 313 err = dpaa2_io_query_fq_count(NULL, priv->fq[j].fqid, in dpaa2_eth_get_ethtool_stats()
|
D | dpaa2-eth.c | 2237 err = dpaa2_io_query_fq_count(NULL, fq->fqid, &fcnt, &bcnt); in dpaa2_eth_ingress_fq_count()
|
/linux-6.12.1/drivers/soc/fsl/dpio/ |
D | dpio-service.c | 765 int dpaa2_io_query_fq_count(struct dpaa2_io *d, u32 fqid, in dpaa2_io_query_fq_count() function 788 EXPORT_SYMBOL_GPL(dpaa2_io_query_fq_count);
|