Home
last modified time | relevance | path

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

/drivers/net/ethernet/mellanox/mlxsw/
Dspectrum_nve.c177 int mlxsw_sp_nve_learned_ip_resolve(struct mlxsw_sp *mlxsw_sp, u32 uip, in mlxsw_sp_nve_learned_ip_resolve() argument
183 addr->addr4 = cpu_to_be32(uip); in mlxsw_sp_nve_learned_ip_resolve()
Dspectrum_switchdev.c1302 u32 uip; in mlxsw_sp_port_fdb_tunnel_uc_op() local
1307 uip = be32_to_cpu(addr->addr4); in mlxsw_sp_port_fdb_tunnel_uc_op()
1323 MLXSW_REG_SFD_REC_ACTION_NOP, uip, in mlxsw_sp_port_fdb_tunnel_uc_op()
2721 u32 uip; in mlxsw_sp_fdb_notify_mac_uc_tunnel_process() local
2725 &uip, &sfn_proto); in mlxsw_sp_fdb_notify_mac_uc_tunnel_process()
2731 err = mlxsw_sp_nve_learned_ip_resolve(mlxsw_sp, uip, in mlxsw_sp_fdb_notify_mac_uc_tunnel_process()
Dspectrum.h1296 int mlxsw_sp_nve_learned_ip_resolve(struct mlxsw_sp *mlxsw_sp, u32 uip,
Dreg.h571 enum mlxsw_reg_sfd_rec_action action, u32 uip, in mlxsw_reg_sfd_uc_tunnel_pack() argument
578 mlxsw_reg_sfd_uc_tunnel_uip_msb_set(payload, rec_index, uip >> 24); in mlxsw_reg_sfd_uc_tunnel_pack()
579 mlxsw_reg_sfd_uc_tunnel_uip_lsb_set(payload, rec_index, uip); in mlxsw_reg_sfd_uc_tunnel_pack()