Searched refs:mc_count (Results 1 – 4 of 4) sorted by relevance
516 int mc_count; in lio_set_mcast_list() local530 mc_count = if_foreach_llmaddr(ifp, lio_copy_maddr, &nctrl.udd[0]); in lio_set_mcast_list()537 nctrl.ncmd.s.param2 = mc_count; in lio_set_mcast_list()538 nctrl.ncmd.s.more = mc_count; in lio_set_mcast_list()
874 for (i=0; i < softc->mc_count; i++) { in enic_del_mcast()878 softc->mc_count = 0; in enic_del_mcast()887 for (i=0; i < softc->mc_count; i++) { in enic_add_mcast()918 softc->mc_count = count; in enic_multi_set()
304 u_int mc_count; member
12017 int mc_count; in bxe_init_mcast_macs_list() local12024 mc_count = if_llmaddr_count(ifp); in bxe_init_mcast_macs_list()12026 if (!mc_count) { in bxe_init_mcast_macs_list()12030 mc_mac = malloc(sizeof(*mc_mac) * mc_count, M_DEVBUF, in bxe_init_mcast_macs_list()12036 bzero(mc_mac, (sizeof(*mc_mac) * mc_count)); in bxe_init_mcast_macs_list()12039 for (int i = 0; i < mc_count; i ++) { in bxe_init_mcast_macs_list()12045 mc_count); in bxe_init_mcast_macs_list()12048 p->mcast_list_len = mc_count; in bxe_init_mcast_macs_list()