Lines Matching refs:mac

1648 			     const char *mac, u16 fid, __be32 addr, bool adding)  in mlxsw_sp_port_fdb_tun_uc_op4()  argument
1662 mlxsw_sp_sfd_rec_policy(dynamic), mac, in mlxsw_sp_port_fdb_tun_uc_op4()
1678 const char *mac, u16 fid, in mlxsw_sp_port_fdb_tun_uc_op6_sfd_write() argument
1690 mlxsw_reg_sfd_uc_tunnel_pack6(sfd_pl, 0, mac, fid, in mlxsw_sp_port_fdb_tun_uc_op6_sfd_write()
1706 const char *mac, u16 fid, in mlxsw_sp_port_fdb_tun_uc_op6_add() argument
1716 err = mlxsw_sp_port_fdb_tun_uc_op6_sfd_write(mlxsw_sp, mac, fid, in mlxsw_sp_port_fdb_tun_uc_op6_add()
1721 err = mlxsw_sp_nve_ipv6_addr_map_replace(mlxsw_sp, mac, fid, addr); in mlxsw_sp_port_fdb_tun_uc_op6_add()
1731 mlxsw_sp_port_fdb_tun_uc_op6_sfd_write(mlxsw_sp, mac, fid, kvdl_index, in mlxsw_sp_port_fdb_tun_uc_op6_add()
1739 const char *mac, u16 fid, in mlxsw_sp_port_fdb_tun_uc_op6_del() argument
1742 mlxsw_sp_nve_ipv6_addr_map_del(mlxsw_sp, mac, fid); in mlxsw_sp_port_fdb_tun_uc_op6_del()
1743 mlxsw_sp_port_fdb_tun_uc_op6_sfd_write(mlxsw_sp, mac, fid, 0, false); in mlxsw_sp_port_fdb_tun_uc_op6_del()
1748 mlxsw_sp_port_fdb_tun_uc_op6(struct mlxsw_sp *mlxsw_sp, const char *mac, in mlxsw_sp_port_fdb_tun_uc_op6() argument
1752 return mlxsw_sp_port_fdb_tun_uc_op6_add(mlxsw_sp, mac, fid, in mlxsw_sp_port_fdb_tun_uc_op6()
1755 mlxsw_sp_port_fdb_tun_uc_op6_del(mlxsw_sp, mac, fid, addr); in mlxsw_sp_port_fdb_tun_uc_op6()
1760 const char *mac, u16 fid, in mlxsw_sp_port_fdb_tunnel_uc_op() argument
1767 return mlxsw_sp_port_fdb_tun_uc_op4(mlxsw_sp, dynamic, mac, fid, in mlxsw_sp_port_fdb_tunnel_uc_op()
1770 return mlxsw_sp_port_fdb_tun_uc_op6(mlxsw_sp, mac, fid, in mlxsw_sp_port_fdb_tunnel_uc_op()
1779 const char *mac, u16 fid, u16 vid, in __mlxsw_sp_port_fdb_uc_op() argument
1793 mlxsw_reg_sfd_uc_pack(sfd_pl, 0, policy, mac, fid, vid, action, in __mlxsw_sp_port_fdb_uc_op()
1809 const char *mac, u16 fid, u16 vid, in mlxsw_sp_port_fdb_uc_op() argument
1812 return __mlxsw_sp_port_fdb_uc_op(mlxsw_sp, local_port, mac, fid, vid, in mlxsw_sp_port_fdb_uc_op()
1817 int mlxsw_sp_rif_fdb_op(struct mlxsw_sp *mlxsw_sp, const char *mac, u16 fid, in mlxsw_sp_rif_fdb_op() argument
1820 return __mlxsw_sp_port_fdb_uc_op(mlxsw_sp, 0, mac, fid, 0, adding, in mlxsw_sp_rif_fdb_op()
1826 const char *mac, u16 fid, u16 lag_vid, in mlxsw_sp_port_fdb_uc_lag_op() argument
1839 mac, fid, MLXSW_REG_SFD_REC_ACTION_NOP, in mlxsw_sp_port_fdb_uc_lag_op()
2998 const char *mac, in mlxsw_sp_fdb_vxlan_call_notifiers() argument
3013 ether_addr_copy(info.eth_addr, mac); in mlxsw_sp_fdb_vxlan_call_notifiers()
3020 const char *mac, in mlxsw_sp_fdb_nve_call_notifiers() argument
3027 mlxsw_sp_fdb_vxlan_call_notifiers(dev, mac, proto, addr, vni, in mlxsw_sp_fdb_nve_call_notifiers()
3033 const char *mac, u16 vid, in mlxsw_sp_fdb_call_notifiers() argument
3038 info.addr = mac; in mlxsw_sp_fdb_call_notifiers()
3055 char mac[ETH_ALEN]; in mlxsw_sp_fdb_notify_mac_process() local
3059 mlxsw_reg_sfn_mac_unpack(sfn_pl, rec_index, mac, &fid, &local_port); in mlxsw_sp_fdb_notify_mac_process()
3086 mlxsw_sp_fdb_call_notifiers(SWITCHDEV_FDB_ADD_TO_BRIDGE, mac, in mlxsw_sp_fdb_notify_mac_process()
3092 err = mlxsw_sp_port_fdb_uc_op(mlxsw_sp, local_port, mac, fid, evid, in mlxsw_sp_fdb_notify_mac_process()
3102 mlxsw_sp_fdb_call_notifiers(type, mac, vid, bridge_port->dev, adding, in mlxsw_sp_fdb_notify_mac_process()
3122 char mac[ETH_ALEN]; in mlxsw_sp_fdb_notify_mac_lag_process() local
3129 mlxsw_reg_sfn_mac_lag_unpack(sfn_pl, rec_index, mac, &fid, &lag_id); in mlxsw_sp_fdb_notify_mac_lag_process()
3153 mlxsw_sp_fdb_call_notifiers(SWITCHDEV_FDB_ADD_TO_BRIDGE, mac, in mlxsw_sp_fdb_notify_mac_lag_process()
3159 err = mlxsw_sp_port_fdb_uc_lag_op(mlxsw_sp, lag_id, mac, fid, lag_vid, in mlxsw_sp_fdb_notify_mac_lag_process()
3169 mlxsw_sp_fdb_call_notifiers(type, mac, vid, bridge_port->dev, adding, in mlxsw_sp_fdb_notify_mac_lag_process()
3241 char mac[ETH_ALEN]; in mlxsw_sp_fdb_notify_mac_uc_tunnel_process() local
3247 mlxsw_reg_sfn_uc_tunnel_unpack(sfn_pl, rec_index, mac, &fid_index, in mlxsw_sp_fdb_notify_mac_uc_tunnel_process()
3265 err = mlxsw_sp_port_fdb_tunnel_uc_op(mlxsw_sp, mac, fid_index, in mlxsw_sp_fdb_notify_mac_uc_tunnel_process()
3271 mlxsw_sp_fdb_nve_call_notifiers(nve_dev, mac, in mlxsw_sp_fdb_notify_mac_uc_tunnel_process()
3277 mlxsw_sp_fdb_call_notifiers(type, mac, vid, nve_dev, adding, false); in mlxsw_sp_fdb_notify_mac_uc_tunnel_process()
3291 mlxsw_sp_port_fdb_tunnel_uc_op(mlxsw_sp, mac, fid_index, in mlxsw_sp_fdb_notify_mac_uc_tunnel_process()