Lines Matching refs:mc_entry
237 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()
1863 kfree(mc_entry); in ehea_drop_multicast_list()