Searched refs:pmlp_pl (Results 1 – 2 of 2) sorted by relevance
260 char pmlp_pl[MLXSW_REG_PMLP_LEN]; in mlxsw_sx_port_module_check() local263 mlxsw_reg_pmlp_pack(pmlp_pl, mlxsw_sx_port->local_port); in mlxsw_sx_port_module_check()264 err = mlxsw_reg_query(mlxsw_sx->core, MLXSW_REG(pmlp), pmlp_pl); in mlxsw_sx_port_module_check()267 *p_usable = mlxsw_reg_pmlp_width_get(pmlp_pl) ? true : false; in mlxsw_sx_port_module_check()
337 char pmlp_pl[MLXSW_REG_PMLP_LEN]; in mlxsw_sp_port_module_check() local340 mlxsw_reg_pmlp_pack(pmlp_pl, mlxsw_sp_port->local_port); in mlxsw_sp_port_module_check()341 err = mlxsw_reg_query(mlxsw_sp->core, MLXSW_REG(pmlp), pmlp_pl); in mlxsw_sp_port_module_check()344 *p_usable = mlxsw_reg_pmlp_width_get(pmlp_pl) ? true : false; in mlxsw_sp_port_module_check()