Searched refs:pmlp_pl (Results 1 – 3 of 3) sorted by relevance
/Linux-v4.19/drivers/net/ethernet/mellanox/mlxsw/ |
D | switchib.c | 165 char pmlp_pl[MLXSW_REG_PMLP_LEN]; in mlxsw_sib_port_module_info_get() local 168 mlxsw_reg_pmlp_pack(pmlp_pl, local_port); in mlxsw_sib_port_module_info_get() 169 err = mlxsw_reg_query(mlxsw_sib->core, MLXSW_REG(pmlp), pmlp_pl); in mlxsw_sib_port_module_info_get() 172 *p_module = mlxsw_reg_pmlp_module_get(pmlp_pl, 0); in mlxsw_sib_port_module_info_get() 173 *p_width = mlxsw_reg_pmlp_width_get(pmlp_pl); in mlxsw_sib_port_module_info_get()
|
D | spectrum.c | 641 char pmlp_pl[MLXSW_REG_PMLP_LEN]; in mlxsw_sp_port_module_info_get() local 644 mlxsw_reg_pmlp_pack(pmlp_pl, local_port); in mlxsw_sp_port_module_info_get() 645 err = mlxsw_reg_query(mlxsw_sp->core, MLXSW_REG(pmlp), pmlp_pl); in mlxsw_sp_port_module_info_get() 648 *p_module = mlxsw_reg_pmlp_module_get(pmlp_pl, 0); in mlxsw_sp_port_module_info_get() 649 *p_width = mlxsw_reg_pmlp_width_get(pmlp_pl); in mlxsw_sp_port_module_info_get() 650 *p_lane = mlxsw_reg_pmlp_tx_lane_get(pmlp_pl, 0); in mlxsw_sp_port_module_info_get() 658 char pmlp_pl[MLXSW_REG_PMLP_LEN]; in mlxsw_sp_port_module_map() local 661 mlxsw_reg_pmlp_pack(pmlp_pl, mlxsw_sp_port->local_port); in mlxsw_sp_port_module_map() 662 mlxsw_reg_pmlp_width_set(pmlp_pl, width); in mlxsw_sp_port_module_map() 664 mlxsw_reg_pmlp_module_set(pmlp_pl, i, module); in mlxsw_sp_port_module_map() [all …]
|
D | switchx2.c | 258 char pmlp_pl[MLXSW_REG_PMLP_LEN]; in mlxsw_sx_port_module_info_get() local 261 mlxsw_reg_pmlp_pack(pmlp_pl, local_port); in mlxsw_sx_port_module_info_get() 262 err = mlxsw_reg_query(mlxsw_sx->core, MLXSW_REG(pmlp), pmlp_pl); in mlxsw_sx_port_module_info_get() 265 *p_module = mlxsw_reg_pmlp_module_get(pmlp_pl, 0); in mlxsw_sx_port_module_info_get() 266 *p_width = mlxsw_reg_pmlp_width_get(pmlp_pl); in mlxsw_sx_port_module_info_get()
|