Searched refs:pmtu_pl (Results 1 – 1 of 1) sorted by relevance
409 char pmtu_pl[MLXSW_REG_PMTU_LEN]; in mlxsw_sp_port_max_mtu_get() local412 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() local430 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()