Searched refs:dpsw_if_get_counter (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/drivers/staging/fsl-dpaa2/ethsw/ |
H A D | ethsw-ethtool.c | 168 err = dpsw_if_get_counter(port_priv->ethsw_data->mc_io, 0, in dpaa2_switch_ethtool_get_stats() 174 netdev_err(netdev, "dpsw_if_get_counter[%s] err %d\n", in dpaa2_switch_ethtool_get_stats()
|
H A D | ethsw.c | 368 err = dpsw_if_get_counter(port_priv->ethsw_data->mc_io, 0, in dpaa2_switch_port_get_stats() 375 err = dpsw_if_get_counter(port_priv->ethsw_data->mc_io, 0, in dpaa2_switch_port_get_stats() 382 err = dpsw_if_get_counter(port_priv->ethsw_data->mc_io, 0, in dpaa2_switch_port_get_stats() 389 err = dpsw_if_get_counter(port_priv->ethsw_data->mc_io, 0, in dpaa2_switch_port_get_stats() 396 err = dpsw_if_get_counter(port_priv->ethsw_data->mc_io, 0, in dpaa2_switch_port_get_stats() 404 err = dpsw_if_get_counter(port_priv->ethsw_data->mc_io, 0, in dpaa2_switch_port_get_stats() 413 err = dpsw_if_get_counter(port_priv->ethsw_data->mc_io, 0, in dpaa2_switch_port_get_stats() 424 netdev_err(netdev, "dpsw_if_get_counter err %d\n", err); in dpaa2_switch_port_get_stats()
|
H A D | dpsw.h | 356 int dpsw_if_get_counter(struct fsl_mc_io *mc_io,
|
H A D | dpsw.c | 609 * dpsw_if_get_counter() - Get specific counter of particular interface 619 int dpsw_if_get_counter(struct fsl_mc_io *mc_io, in dpsw_if_get_counter() function
|
/kernel/linux/linux-6.6/drivers/net/ethernet/freescale/dpaa2/ |
H A D | dpaa2-switch-ethtool.c | 196 err = dpsw_if_get_counter(port_priv->ethsw_data->mc_io, 0, in dpaa2_switch_ethtool_get_stats() 202 netdev_err(netdev, "dpsw_if_get_counter[%s] err %d\n", in dpaa2_switch_ethtool_get_stats()
|
H A D | dpaa2-switch.c | 499 err = dpsw_if_get_counter(port_priv->ethsw_data->mc_io, 0, in dpaa2_switch_port_get_stats() 506 err = dpsw_if_get_counter(port_priv->ethsw_data->mc_io, 0, in dpaa2_switch_port_get_stats() 513 err = dpsw_if_get_counter(port_priv->ethsw_data->mc_io, 0, in dpaa2_switch_port_get_stats() 520 err = dpsw_if_get_counter(port_priv->ethsw_data->mc_io, 0, in dpaa2_switch_port_get_stats() 527 err = dpsw_if_get_counter(port_priv->ethsw_data->mc_io, 0, in dpaa2_switch_port_get_stats() 535 err = dpsw_if_get_counter(port_priv->ethsw_data->mc_io, 0, in dpaa2_switch_port_get_stats() 544 err = dpsw_if_get_counter(port_priv->ethsw_data->mc_io, 0, in dpaa2_switch_port_get_stats() 555 netdev_err(netdev, "dpsw_if_get_counter err %d\n", err); in dpaa2_switch_port_get_stats()
|
H A D | dpsw.h | 387 int dpsw_if_get_counter(struct fsl_mc_io *mc_io, u32 cmd_flags, u16 token,
|
H A D | dpsw.c | 505 * dpsw_if_get_counter() - Get specific counter of particular interface 515 int dpsw_if_get_counter(struct fsl_mc_io *mc_io, u32 cmd_flags, u16 token, in dpsw_if_get_counter() function
|
Completed in 13 milliseconds