Lines Matching refs:ppcnt_pl
764 char ppcnt_pl[MLXSW_REG_PPCNT_LEN]; in __mlxsw_sp_port_get_stats() local
771 mlxsw_sp_port_get_stats_raw(dev, grp, prio, ppcnt_pl); in __mlxsw_sp_port_get_stats()
773 data[data_index + i] = hw_stats[i].getter(ppcnt_pl); in __mlxsw_sp_port_get_stats()
1083 char ppcnt_pl[MLXSW_REG_PPCNT_LEN]; in mlxsw_sp_get_eth_phy_stats() local
1086 0, ppcnt_pl)) in mlxsw_sp_get_eth_phy_stats()
1090 mlxsw_reg_ppcnt_a_symbol_error_during_carrier_get(ppcnt_pl); in mlxsw_sp_get_eth_phy_stats()
1097 char ppcnt_pl[MLXSW_REG_PPCNT_LEN]; in mlxsw_sp_get_eth_mac_stats() local
1100 0, ppcnt_pl)) in mlxsw_sp_get_eth_mac_stats()
1104 mlxsw_reg_ppcnt_a_frames_transmitted_ok_get(ppcnt_pl); in mlxsw_sp_get_eth_mac_stats()
1106 mlxsw_reg_ppcnt_a_frames_received_ok_get(ppcnt_pl); in mlxsw_sp_get_eth_mac_stats()
1108 mlxsw_reg_ppcnt_a_frame_check_sequence_errors_get(ppcnt_pl); in mlxsw_sp_get_eth_mac_stats()
1110 mlxsw_reg_ppcnt_a_alignment_errors_get(ppcnt_pl); in mlxsw_sp_get_eth_mac_stats()
1112 mlxsw_reg_ppcnt_a_octets_transmitted_ok_get(ppcnt_pl); in mlxsw_sp_get_eth_mac_stats()
1114 mlxsw_reg_ppcnt_a_octets_received_ok_get(ppcnt_pl); in mlxsw_sp_get_eth_mac_stats()
1116 mlxsw_reg_ppcnt_a_multicast_frames_xmitted_ok_get(ppcnt_pl); in mlxsw_sp_get_eth_mac_stats()
1118 mlxsw_reg_ppcnt_a_broadcast_frames_xmitted_ok_get(ppcnt_pl); in mlxsw_sp_get_eth_mac_stats()
1120 mlxsw_reg_ppcnt_a_multicast_frames_received_ok_get(ppcnt_pl); in mlxsw_sp_get_eth_mac_stats()
1122 mlxsw_reg_ppcnt_a_broadcast_frames_received_ok_get(ppcnt_pl); in mlxsw_sp_get_eth_mac_stats()
1124 mlxsw_reg_ppcnt_a_in_range_length_errors_get(ppcnt_pl); in mlxsw_sp_get_eth_mac_stats()
1126 mlxsw_reg_ppcnt_a_out_of_range_length_field_get(ppcnt_pl); in mlxsw_sp_get_eth_mac_stats()
1128 mlxsw_reg_ppcnt_a_frame_too_long_errors_get(ppcnt_pl); in mlxsw_sp_get_eth_mac_stats()
1135 char ppcnt_pl[MLXSW_REG_PPCNT_LEN]; in mlxsw_sp_get_eth_ctrl_stats() local
1138 0, ppcnt_pl)) in mlxsw_sp_get_eth_ctrl_stats()
1142 mlxsw_reg_ppcnt_a_mac_control_frames_transmitted_get(ppcnt_pl); in mlxsw_sp_get_eth_ctrl_stats()
1144 mlxsw_reg_ppcnt_a_mac_control_frames_received_get(ppcnt_pl); in mlxsw_sp_get_eth_ctrl_stats()
1146 mlxsw_reg_ppcnt_a_unsupported_opcodes_received_get(ppcnt_pl); in mlxsw_sp_get_eth_ctrl_stats()
1168 char ppcnt_pl[MLXSW_REG_PPCNT_LEN]; in mlxsw_sp_get_rmon_stats() local
1171 0, ppcnt_pl)) in mlxsw_sp_get_rmon_stats()
1175 mlxsw_reg_ppcnt_ether_stats_undersize_pkts_get(ppcnt_pl); in mlxsw_sp_get_rmon_stats()
1177 mlxsw_reg_ppcnt_ether_stats_oversize_pkts_get(ppcnt_pl); in mlxsw_sp_get_rmon_stats()
1179 mlxsw_reg_ppcnt_ether_stats_fragments_get(ppcnt_pl); in mlxsw_sp_get_rmon_stats()
1181 rmon->hist[0] = mlxsw_reg_ppcnt_ether_stats_pkts64octets_get(ppcnt_pl); in mlxsw_sp_get_rmon_stats()
1183 mlxsw_reg_ppcnt_ether_stats_pkts65to127octets_get(ppcnt_pl); in mlxsw_sp_get_rmon_stats()
1185 mlxsw_reg_ppcnt_ether_stats_pkts128to255octets_get(ppcnt_pl); in mlxsw_sp_get_rmon_stats()
1187 mlxsw_reg_ppcnt_ether_stats_pkts256to511octets_get(ppcnt_pl); in mlxsw_sp_get_rmon_stats()
1189 mlxsw_reg_ppcnt_ether_stats_pkts512to1023octets_get(ppcnt_pl); in mlxsw_sp_get_rmon_stats()
1191 mlxsw_reg_ppcnt_ether_stats_pkts1024to1518octets_get(ppcnt_pl); in mlxsw_sp_get_rmon_stats()
1193 mlxsw_reg_ppcnt_ether_stats_pkts1519to2047octets_get(ppcnt_pl); in mlxsw_sp_get_rmon_stats()
1195 mlxsw_reg_ppcnt_ether_stats_pkts2048to4095octets_get(ppcnt_pl); in mlxsw_sp_get_rmon_stats()
1197 mlxsw_reg_ppcnt_ether_stats_pkts4096to8191octets_get(ppcnt_pl); in mlxsw_sp_get_rmon_stats()
1199 mlxsw_reg_ppcnt_ether_stats_pkts8192to10239octets_get(ppcnt_pl); in mlxsw_sp_get_rmon_stats()