Searched refs:all_mulcst (Results 1 - 7 of 7) sorted by relevance

/freebsd-13-stable/sys/dev/sfxge/
H A Dsfxge_port.c405 boolean_t all_mulcst; local
410 all_mulcst = !!(ifp->if_flags & (IFF_PROMISC | IFF_ALLMULTI));
415 all_mulcst = B_TRUE;
418 (port->mcast_count > 0), all_mulcst, B_TRUE);
/freebsd-13-stable/sys/dev/sfxge/common/
H A Def10_filter.c1429 * all_unicst or all_mulcst have not been set. (These catch-all filters
1539 __in boolean_t all_mulcst,
1654 if ((table->eft_using_all_mulcst != all_mulcst) &&
1667 if (all_mulcst == B_TRUE) {
1718 mulcst || all_mulcst || brdcst,
1727 ((all_mulcst != B_FALSE) && (all_mulcst_rc != 0))) {
1534 ef10_filter_reconfigure( __in efx_nic_t *enp, __in_ecount(6) uint8_t const *mac_addr, __in boolean_t all_unicst, __in boolean_t mulcst, __in boolean_t all_mulcst, __in boolean_t brdcst, __in_ecount(6*count) uint8_t const *addrs, __in uint32_t count) argument
H A Defx_mac.c210 __in boolean_t all_mulcst,
231 epp->ep_all_mulcst = all_mulcst;
206 efx_mac_filter_set( __in efx_nic_t *enp, __in boolean_t all_unicst, __in boolean_t mulcst, __in boolean_t all_mulcst, __in boolean_t brdcst) argument
H A Defx_filter.c290 __in boolean_t all_mulcst,
304 all_mulcst, brdcst,
285 efx_filter_reconfigure( __in efx_nic_t *enp, __in_ecount(6) uint8_t const *mac_addr, __in boolean_t all_unicst, __in boolean_t mulcst, __in boolean_t all_mulcst, __in boolean_t brdcst, __in_ecount(6*count) uint8_t const *addrs, __in uint32_t count) argument
H A Def10_impl.h1138 __in boolean_t all_mulcst,
H A Defx_impl.h290 __in boolean_t all_mulcst,
H A Defx.h563 __in boolean_t all_mulcst,

Completed in 138 milliseconds