Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/ethernet/mellanox/mlxsw/
Dswitchx2.c224 mlxsw_reg_pmtu_pack(pmtu_pl, mlxsw_sx_port->local_port, 0); in mlxsw_sx_port_mtu_set()
233 mlxsw_reg_pmtu_pack(pmtu_pl, mlxsw_sx_port->local_port, mtu); in mlxsw_sx_port_mtu_set()
Dspectrum.c262 mlxsw_reg_pmtu_pack(pmtu_pl, mlxsw_sp_port->local_port, 0); in mlxsw_sp_port_mtu_set()
271 mlxsw_reg_pmtu_pack(pmtu_pl, mlxsw_sp_port->local_port, mtu); in mlxsw_sp_port_mtu_set()
Dreg.h1303 static inline void mlxsw_reg_pmtu_pack(char *payload, u8 local_port, in mlxsw_reg_pmtu_pack() function