Searched refs:pmtu_pl (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/net/ethernet/mellanox/mlxsw/
H A Dspectrum.c411 char pmtu_pl[MLXSW_REG_PMTU_LEN]; local
414 mlxsw_reg_pmtu_pack(pmtu_pl, mlxsw_sp_port->local_port, 0);
415 err = mlxsw_reg_query(mlxsw_sp->core, MLXSW_REG(pmtu), pmtu_pl);
419 *p_max_mtu = mlxsw_reg_pmtu_max_mtu_get(pmtu_pl);
426 char pmtu_pl[MLXSW_REG_PMTU_LEN]; local
432 mlxsw_reg_pmtu_pack(pmtu_pl, mlxsw_sp_port->local_port, mtu);
433 return mlxsw_reg_write(mlxsw_sp->core, MLXSW_REG(pmtu), pmtu_pl);

Completed in 270 milliseconds