Searched refs:mc_entry (Results 1 – 1 of 1) sorted by relevance
247 struct ehea_mc_list *mc_entry; in ehea_update_bcmc_registrations() local264 list_for_each_entry(mc_entry, &port->mc_list->list,list) in ehea_update_bcmc_registrations()298 list_for_each_entry(mc_entry, in ehea_update_bcmc_registrations()307 if (mc_entry->macaddr == 0) in ehea_update_bcmc_registrations()309 arr[i++].macaddr = mc_entry->macaddr; in ehea_update_bcmc_registrations()315 if (mc_entry->macaddr == 0) in ehea_update_bcmc_registrations()317 arr[i++].macaddr = mc_entry->macaddr; in ehea_update_bcmc_registrations()1861 struct ehea_mc_list *mc_entry = port->mc_list; in ehea_drop_multicast_list() local1868 mc_entry = list_entry(pos, struct ehea_mc_list, list); in ehea_drop_multicast_list()1870 hret = ehea_multicast_reg_helper(port, mc_entry->macaddr, in ehea_drop_multicast_list()[all …]