Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/ethernet/mellanox/mlxsw/
H A Dspectrum_nve.c90 mc_entry->addr4 = addr->addr4; in mlxsw_sp_nve_mc_record_ipv4_entry_add()
390 if (!mc_entry->valid) in mlxsw_sp_nve_mc_record_refresh()
426 if (!mc_entry->valid) in mlxsw_sp_nve_mc_entry_find()
429 return mc_entry; in mlxsw_sp_nve_mc_entry_find()
443 if (WARN_ON(!mc_entry)) in mlxsw_sp_nve_mc_record_ip_add()
450 mc_entry->valid = true; in mlxsw_sp_nve_mc_record_ip_add()
471 mc_entry->valid = false; in mlxsw_sp_nve_mc_record_ip_add()
483 mc_entry->valid = false; in mlxsw_sp_nve_mc_record_entry_del()
547 if (*mc_entry) in mlxsw_sp_nve_mc_record_find()
586 &mc_entry); in mlxsw_sp_nve_mc_list_ip_del()
[all …]
/linux-6.15/drivers/net/ethernet/ibm/ehea/
H A Dehea_main.c237 struct ehea_mc_list *mc_entry; in ehea_update_bcmc_registrations() local
254 list_for_each_entry(mc_entry, &port->mc_list->list,list) in ehea_update_bcmc_registrations()
288 list_for_each_entry(mc_entry, in ehea_update_bcmc_registrations()
297 if (mc_entry->macaddr == 0) in ehea_update_bcmc_registrations()
299 arr[i++].macaddr = mc_entry->macaddr; in ehea_update_bcmc_registrations()
305 if (mc_entry->macaddr == 0) in ehea_update_bcmc_registrations()
307 arr[i++].macaddr = mc_entry->macaddr; in ehea_update_bcmc_registrations()
1846 struct ehea_mc_list *mc_entry = port->mc_list; in ehea_drop_multicast_list() local
1853 mc_entry = list_entry(pos, struct ehea_mc_list, list); in ehea_drop_multicast_list()
1855 hret = ehea_multicast_reg_helper(port, mc_entry->macaddr, in ehea_drop_multicast_list()
[all …]