Searched refs:ppcnt_pl (Results 1 - 4 of 4) sorted by relevance

/linux-master/drivers/net/ethernet/mellanox/mlxsw/
H A Dspectrum_ethtool.c764 char ppcnt_pl[MLXSW_REG_PPCNT_LEN]; local
771 mlxsw_sp_port_get_stats_raw(dev, grp, prio, ppcnt_pl);
773 data[data_index + i] = hw_stats[i].getter(ppcnt_pl);
1083 char ppcnt_pl[MLXSW_REG_PPCNT_LEN]; local
1086 0, ppcnt_pl))
1090 mlxsw_reg_ppcnt_a_symbol_error_during_carrier_get(ppcnt_pl);
1097 char ppcnt_pl[MLXSW_REG_PPCNT_LEN]; local
1100 0, ppcnt_pl))
1104 mlxsw_reg_ppcnt_a_frames_transmitted_ok_get(ppcnt_pl);
1106 mlxsw_reg_ppcnt_a_frames_received_ok_get(ppcnt_pl);
1135 char ppcnt_pl[MLXSW_REG_PPCNT_LEN]; local
1168 char ppcnt_pl[MLXSW_REG_PPCNT_LEN]; local
[all...]
H A Dspectrum_dcb.c482 char ppcnt_pl[MLXSW_REG_PPCNT_LEN]; local
485 mlxsw_reg_ppcnt_pack(ppcnt_pl, mlxsw_sp_port->local_port,
487 err = mlxsw_reg_query(mlxsw_sp->core, MLXSW_REG(ppcnt), ppcnt_pl);
491 my_pfc->requests[prio] = mlxsw_reg_ppcnt_tx_pause_get(ppcnt_pl);
492 my_pfc->indications[prio] = mlxsw_reg_ppcnt_rx_pause_get(ppcnt_pl);
H A Dspectrum.c890 int prio, char *ppcnt_pl)
895 mlxsw_reg_ppcnt_pack(ppcnt_pl, mlxsw_sp_port->local_port, grp, prio);
896 return mlxsw_reg_query(mlxsw_sp->core, MLXSW_REG(ppcnt), ppcnt_pl);
902 char ppcnt_pl[MLXSW_REG_PPCNT_LEN]; local
906 0, ppcnt_pl);
911 mlxsw_reg_ppcnt_a_frames_transmitted_ok_get(ppcnt_pl);
913 mlxsw_reg_ppcnt_a_frames_received_ok_get(ppcnt_pl);
915 mlxsw_reg_ppcnt_a_octets_transmitted_ok_get(ppcnt_pl);
917 mlxsw_reg_ppcnt_a_octets_received_ok_get(ppcnt_pl);
919 mlxsw_reg_ppcnt_a_multicast_frames_received_ok_get(ppcnt_pl);
889 mlxsw_sp_port_get_stats_raw(struct net_device *dev, int grp, int prio, char *ppcnt_pl) argument
942 char ppcnt_pl[MLXSW_REG_PPCNT_LEN]; local
[all...]
H A Dspectrum.h514 int prio, char *ppcnt_pl);

Completed in 190 milliseconds