Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/mellanox/mlxsw/
A Dspectrum_nve.c90 mc_entry->addr4 = addr->addr4; in mlxsw_sp_nve_mc_record_ipv4_entry_add()
380 if (!mc_entry->valid) in mlxsw_sp_nve_mc_record_refresh()
416 if (!mc_entry->valid) in mlxsw_sp_nve_mc_entry_find()
419 return mc_entry; in mlxsw_sp_nve_mc_entry_find()
433 if (WARN_ON(!mc_entry)) in mlxsw_sp_nve_mc_record_ip_add()
440 mc_entry->valid = true; in mlxsw_sp_nve_mc_record_ip_add()
461 mc_entry->valid = false; in mlxsw_sp_nve_mc_record_ip_add()
473 mc_entry->valid = false; in mlxsw_sp_nve_mc_record_entry_del()
537 if (*mc_entry) in mlxsw_sp_nve_mc_record_find()
576 &mc_entry); in mlxsw_sp_nve_mc_list_ip_del()
[all …]
/linux/drivers/net/ethernet/ibm/ehea/
A Dehea_main.c234 struct ehea_mc_list *mc_entry; in ehea_update_bcmc_registrations() local
251 list_for_each_entry(mc_entry, &port->mc_list->list,list) in ehea_update_bcmc_registrations()
285 list_for_each_entry(mc_entry, in ehea_update_bcmc_registrations()
294 if (mc_entry->macaddr == 0) in ehea_update_bcmc_registrations()
296 arr[i++].macaddr = mc_entry->macaddr; in ehea_update_bcmc_registrations()
302 if (mc_entry->macaddr == 0) in ehea_update_bcmc_registrations()
304 arr[i++].macaddr = mc_entry->macaddr; in ehea_update_bcmc_registrations()
1843 struct ehea_mc_list *mc_entry = port->mc_list; in ehea_drop_multicast_list() local
1850 mc_entry = list_entry(pos, struct ehea_mc_list, list); in ehea_drop_multicast_list()
1852 hret = ehea_multicast_reg_helper(port, mc_entry->macaddr, in ehea_drop_multicast_list()
[all …]

Completed in 15 milliseconds