Searched refs:ppcnt_pl (Results 1 – 4 of 4) sorted by relevance
| /linux-6.15/drivers/net/ethernet/mellanox/mlxsw/ |
| H A D | spectrum_ethtool.c | 764 char ppcnt_pl[MLXSW_REG_PPCNT_LEN]; in __mlxsw_sp_port_get_stats() local 1099 char ppcnt_pl[MLXSW_REG_PPCNT_LEN]; in mlxsw_sp_get_eth_phy_stats() local 1102 0, ppcnt_pl)) in mlxsw_sp_get_eth_phy_stats() 1113 char ppcnt_pl[MLXSW_REG_PPCNT_LEN]; in mlxsw_sp_get_eth_mac_stats() local 1116 0, ppcnt_pl)) in mlxsw_sp_get_eth_mac_stats() 1122 mlxsw_reg_ppcnt_a_frames_received_ok_get(ppcnt_pl); in mlxsw_sp_get_eth_mac_stats() 1126 mlxsw_reg_ppcnt_a_alignment_errors_get(ppcnt_pl); in mlxsw_sp_get_eth_mac_stats() 1151 char ppcnt_pl[MLXSW_REG_PPCNT_LEN]; in mlxsw_sp_get_eth_ctrl_stats() local 1154 0, ppcnt_pl)) in mlxsw_sp_get_eth_ctrl_stats() 1184 char ppcnt_pl[MLXSW_REG_PPCNT_LEN]; in mlxsw_sp_get_rmon_stats() local [all …]
|
| H A D | spectrum_dcb.c | 482 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 D | spectrum.c | 770 int prio, char *ppcnt_pl) in mlxsw_sp_port_get_stats_raw() argument 782 char ppcnt_pl[MLXSW_REG_PPCNT_LEN]; in mlxsw_sp_port_get_hw_stats() local 786 0, ppcnt_pl); in mlxsw_sp_port_get_hw_stats() 804 mlxsw_reg_ppcnt_a_alignment_errors_get(ppcnt_pl); in mlxsw_sp_port_get_hw_stats() 822 char ppcnt_pl[MLXSW_REG_PPCNT_LEN]; in mlxsw_sp_port_get_hw_xstats() local 826 ppcnt_pl); in mlxsw_sp_port_get_hw_xstats() 833 i, ppcnt_pl); in mlxsw_sp_port_get_hw_xstats() 838 mlxsw_reg_ppcnt_wred_discard_get(ppcnt_pl); in mlxsw_sp_port_get_hw_xstats() 843 i, ppcnt_pl); in mlxsw_sp_port_get_hw_xstats() 848 mlxsw_reg_ppcnt_tc_transmit_queue_get(ppcnt_pl); in mlxsw_sp_port_get_hw_xstats() [all …]
|
| H A D | spectrum.h | 510 int prio, char *ppcnt_pl);
|