plib_pl           155 drivers/net/ethernet/mellanox/mlxsw/switchib.c 	char plib_pl[MLXSW_REG_PLIB_LEN] = {0};
plib_pl           158 drivers/net/ethernet/mellanox/mlxsw/switchib.c 	mlxsw_reg_plib_local_port_set(plib_pl, mlxsw_sib_port->local_port);
plib_pl           159 drivers/net/ethernet/mellanox/mlxsw/switchib.c 	mlxsw_reg_plib_ib_port_set(plib_pl, port);
plib_pl           160 drivers/net/ethernet/mellanox/mlxsw/switchib.c 	err = mlxsw_reg_write(mlxsw_sib->core, MLXSW_REG(plib), plib_pl);
plib_pl           225 drivers/net/ethernet/mellanox/mlxsw/switchx2.c 	char plib_pl[MLXSW_REG_PLIB_LEN] = {0};
plib_pl           228 drivers/net/ethernet/mellanox/mlxsw/switchx2.c 	mlxsw_reg_plib_local_port_set(plib_pl, mlxsw_sx_port->local_port);
plib_pl           229 drivers/net/ethernet/mellanox/mlxsw/switchx2.c 	mlxsw_reg_plib_ib_port_set(plib_pl, ib_port);
plib_pl           230 drivers/net/ethernet/mellanox/mlxsw/switchx2.c 	err = mlxsw_reg_write(mlxsw_sx->core, MLXSW_REG(plib), plib_pl);