Searched refs:dpaa2_io_query_fq_count (Results 1 - 12 of 12) sorted by relevance
/kernel/linux/linux-5.10/drivers/crypto/caam/ |
H A 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()
|
/kernel/linux/linux-6.6/drivers/crypto/caam/ |
H A 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()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/freescale/dpaa2/ |
H A D | dpaa2-eth-debugfs.c | 72 err = dpaa2_io_query_fq_count(NULL, fq->fqid, &fcnt, &bcnt); in dpaa2_dbg_fqs_show()
|
H A D | dpaa2-ethtool.c | 288 err = dpaa2_io_query_fq_count(NULL, priv->fq[j].fqid, in dpaa2_eth_get_ethtool_stats()
|
H A D | dpaa2-eth.c | 1783 err = dpaa2_io_query_fq_count(NULL, fq->fqid, &fcnt, &bcnt); in dpaa2_eth_ingress_fq_count()
|
/kernel/linux/linux-5.10/include/soc/fsl/ |
H A D | dpaa2-io.h | 128 int dpaa2_io_query_fq_count(struct dpaa2_io *d, u32 fqid,
|
/kernel/linux/linux-6.6/include/soc/fsl/ |
H A D | dpaa2-io.h | 130 int dpaa2_io_query_fq_count(struct dpaa2_io *d, u32 fqid,
|
/kernel/linux/linux-6.6/drivers/net/ethernet/freescale/dpaa2/ |
H A D | dpaa2-eth-debugfs.c | 72 err = dpaa2_io_query_fq_count(NULL, fq->fqid, &fcnt, &bcnt); in dpaa2_dbg_fqs_show()
|
H A D | dpaa2-ethtool.c | 313 err = dpaa2_io_query_fq_count(NULL, priv->fq[j].fqid, in dpaa2_eth_get_ethtool_stats()
|
H A D | dpaa2-eth.c | 2237 err = dpaa2_io_query_fq_count(NULL, fq->fqid, &fcnt, &bcnt); in dpaa2_eth_ingress_fq_count()
|
/kernel/linux/linux-5.10/drivers/soc/fsl/dpio/ |
H A D | dpio-service.c | 716 * dpaa2_io_query_fq_count() - Get the frame and byte count for a given fq. 727 int dpaa2_io_query_fq_count(struct dpaa2_io *d, u32 fqid, in dpaa2_io_query_fq_count() function 750 EXPORT_SYMBOL_GPL(dpaa2_io_query_fq_count); variable
|
/kernel/linux/linux-6.6/drivers/soc/fsl/dpio/ |
H A D | dpio-service.c | 754 * dpaa2_io_query_fq_count() - Get the frame and byte count for a given fq. 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); variable
|
Completed in 30 milliseconds