Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/mellanox/mlxsw/
H A Dspectrum_ethtool.c764 char ppcnt_pl[MLXSW_REG_PPCNT_LEN]; in __mlxsw_sp_port_get_stats() local
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()
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()
1106 mlxsw_reg_ppcnt_a_frames_received_ok_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()
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()
1168 char ppcnt_pl[MLXSW_REG_PPCNT_LEN]; in mlxsw_sp_get_rmon_stats() local
[all …]
H A Dspectrum_dcb.c482 char ppcnt_pl[MLXSW_REG_PPCNT_LEN]; in mlxsw_sp_port_pfc_cnt_get() local
485 mlxsw_reg_ppcnt_pack(ppcnt_pl, mlxsw_sp_port->local_port, in mlxsw_sp_port_pfc_cnt_get()
487 err = mlxsw_reg_query(mlxsw_sp->core, MLXSW_REG(ppcnt), ppcnt_pl); in mlxsw_sp_port_pfc_cnt_get()
491 my_pfc->requests[prio] = mlxsw_reg_ppcnt_tx_pause_get(ppcnt_pl); in mlxsw_sp_port_pfc_cnt_get()
492 my_pfc->indications[prio] = mlxsw_reg_ppcnt_rx_pause_get(ppcnt_pl); in mlxsw_sp_port_pfc_cnt_get()
H A Dspectrum.c888 int prio, char *ppcnt_pl) in mlxsw_sp_port_get_stats_raw() argument
900 char ppcnt_pl[MLXSW_REG_PPCNT_LEN]; in mlxsw_sp_port_get_hw_stats() local
904 0, ppcnt_pl); in mlxsw_sp_port_get_hw_stats()
922 mlxsw_reg_ppcnt_a_alignment_errors_get(ppcnt_pl); in mlxsw_sp_port_get_hw_stats()
940 char ppcnt_pl[MLXSW_REG_PPCNT_LEN]; in mlxsw_sp_port_get_hw_xstats() local
944 ppcnt_pl); in mlxsw_sp_port_get_hw_xstats()
951 i, ppcnt_pl); in mlxsw_sp_port_get_hw_xstats()
956 mlxsw_reg_ppcnt_wred_discard_get(ppcnt_pl); in mlxsw_sp_port_get_hw_xstats()
961 i, ppcnt_pl); in mlxsw_sp_port_get_hw_xstats()
966 mlxsw_reg_ppcnt_tc_transmit_queue_get(ppcnt_pl); in mlxsw_sp_port_get_hw_xstats()
[all …]
H A Dspectrum.h513 int prio, char *ppcnt_pl);