Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/mellanox/mlxsw/
H A Dspectrum.c409 char pmtu_pl[MLXSW_REG_PMTU_LEN]; in mlxsw_sp_port_max_mtu_get() local
412 mlxsw_reg_pmtu_pack(pmtu_pl, mlxsw_sp_port->local_port, 0); in mlxsw_sp_port_max_mtu_get()
413 err = mlxsw_reg_query(mlxsw_sp->core, MLXSW_REG(pmtu), pmtu_pl); in mlxsw_sp_port_max_mtu_get()
417 *p_max_mtu = mlxsw_reg_pmtu_max_mtu_get(pmtu_pl); in mlxsw_sp_port_max_mtu_get()
424 char pmtu_pl[MLXSW_REG_PMTU_LEN]; in mlxsw_sp_port_mtu_set() local
430 mlxsw_reg_pmtu_pack(pmtu_pl, mlxsw_sp_port->local_port, mtu); in mlxsw_sp_port_mtu_set()
431 return mlxsw_reg_write(mlxsw_sp->core, MLXSW_REG(pmtu), pmtu_pl); in mlxsw_sp_port_mtu_set()