Lines Matching refs:mc_entry
233 struct ehea_mc_list *mc_entry; in ehea_update_bcmc_registrations() local
250 list_for_each_entry(mc_entry, &port->mc_list->list,list) in ehea_update_bcmc_registrations()
284 list_for_each_entry(mc_entry, in ehea_update_bcmc_registrations()
293 if (mc_entry->macaddr == 0) in ehea_update_bcmc_registrations()
295 arr[i++].macaddr = mc_entry->macaddr; in ehea_update_bcmc_registrations()
301 if (mc_entry->macaddr == 0) in ehea_update_bcmc_registrations()
303 arr[i++].macaddr = mc_entry->macaddr; in ehea_update_bcmc_registrations()
1842 struct ehea_mc_list *mc_entry = port->mc_list; in ehea_drop_multicast_list() local
1849 mc_entry = list_entry(pos, struct ehea_mc_list, list); in ehea_drop_multicast_list()
1851 hret = ehea_multicast_reg_helper(port, mc_entry->macaddr, in ehea_drop_multicast_list()
1859 kfree(mc_entry); in ehea_drop_multicast_list()