Searched refs:dpaa2_io_query_bp_count (Results 1 - 7 of 7) sorted by relevance
/kernel/linux/linux-5.10/include/soc/fsl/ |
H A D | dpaa2-io.h | 130 int dpaa2_io_query_bp_count(struct dpaa2_io *d, u16 bpid,
|
/kernel/linux/linux-6.6/include/soc/fsl/ |
H A D | dpaa2-io.h | 132 int dpaa2_io_query_bp_count(struct dpaa2_io *d, u16 bpid,
|
/kernel/linux/linux-6.6/drivers/net/ethernet/freescale/dpaa2/ |
H A D | dpaa2-eth-debugfs.c | 146 err = dpaa2_io_query_bp_count(NULL, bp->bpid, &buf_cnt); in dpaa2_dbg_bp_show()
|
H A D | dpaa2-ethtool.c | 335 err = dpaa2_io_query_bp_count(NULL, priv->bp[j]->bpid, &buf_cnt); in dpaa2_eth_get_ethtool_stats()
|
/kernel/linux/linux-5.10/drivers/soc/fsl/dpio/ |
H A D | dpio-service.c | 753 * dpaa2_io_query_bp_count() - Query the number of buffers currently in a 761 int dpaa2_io_query_bp_count(struct dpaa2_io *d, u16 bpid, u32 *num) in dpaa2_io_query_bp_count() function 781 EXPORT_SYMBOL_GPL(dpaa2_io_query_bp_count); variable
|
/kernel/linux/linux-6.6/drivers/soc/fsl/dpio/ |
H A D | dpio-service.c | 791 * dpaa2_io_query_bp_count() - Query the number of buffers currently in a 799 int dpaa2_io_query_bp_count(struct dpaa2_io *d, u16 bpid, u32 *num) in dpaa2_io_query_bp_count() function 819 EXPORT_SYMBOL_GPL(dpaa2_io_query_bp_count); variable
|
/kernel/linux/linux-5.10/drivers/net/ethernet/freescale/dpaa2/ |
H A D | dpaa2-ethtool.c | 309 err = dpaa2_io_query_bp_count(NULL, priv->bpid, &buf_cnt); in dpaa2_eth_get_ethtool_stats()
|
Completed in 6 milliseconds