Searched refs:mc_count (Results 1 – 5 of 5) 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()
81 u16 mc_count; member446 if (vf->mc_count != 0 && in igb_iov_configure_vmolr()725 for (j = 0; j < vf->mc_count; j++) { in igb_iov_rebuild_mta()1044 vf->mc_count = 0; in igb_iov_reset_vf_state()1177 rebuild_mta = vf->mc_count != 0; in igb_iov_reset_event_common()1352 if (vf->mc_count == count && in igb_iov_set_multicast()1357 vf->mc_count = count; in igb_iov_set_multicast()
332 u_int mc_count; member
1030 for (i=0; i < softc->mc_count; i++) { in enic_del_mcast()1034 softc->mc_count = 0; in enic_del_mcast()1043 for (i=0; i < softc->mc_count; i++) { in enic_add_mcast()1074 softc->mc_count = count; in enic_multi_set()
12027 int mc_count; in bxe_init_mcast_macs_list() local12034 mc_count = if_llmaddr_count(ifp); in bxe_init_mcast_macs_list()12036 if (!mc_count) { in bxe_init_mcast_macs_list()12040 mc_mac = malloc(sizeof(*mc_mac) * mc_count, M_DEVBUF, in bxe_init_mcast_macs_list()12046 bzero(mc_mac, (sizeof(*mc_mac) * mc_count)); in bxe_init_mcast_macs_list()12049 for (int i = 0; i < mc_count; i ++) { in bxe_init_mcast_macs_list()12055 mc_count); in bxe_init_mcast_macs_list()12058 p->mcast_list_len = mc_count; in bxe_init_mcast_macs_list()