Lines Matching refs:mc_entry
247 struct ehea_mc_list *mc_entry; in ehea_update_bcmc_registrations() local
264 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()
1874 struct ehea_mc_list *mc_entry = port->mc_list; in ehea_drop_multicast_list() local
1881 mc_entry = list_entry(pos, struct ehea_mc_list, list); in ehea_drop_multicast_list()
1883 hret = ehea_multicast_reg_helper(port, mc_entry->macaddr, in ehea_drop_multicast_list()
1891 kfree(mc_entry); in ehea_drop_multicast_list()