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

/freebsd-11.0-release/sys/dev/sfxge/
H A Dsfxge_port.c392 boolean_t all_mulcst; local
397 all_mulcst = !!(ifp->if_flags & (IFF_PROMISC | IFF_ALLMULTI));
402 all_mulcst = B_TRUE;
405 (port->mcast_count > 0), all_mulcst, B_TRUE);
/freebsd-11.0-release/sys/dev/sfxge/common/
H A Defx_mac.c204 __in boolean_t all_mulcst,
225 epp->ep_all_mulcst = all_mulcst;
200 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 Def10_filter.c1241 __in boolean_t all_mulcst,
1346 if ((table->eft_using_all_mulcst != all_mulcst) &&
1359 if (all_mulcst == B_TRUE) {
1412 ((all_mulcst != B_FALSE) && (all_mulcst_rc != 0))) {
1236 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_filter.c248 __in boolean_t all_mulcst,
262 all_mulcst, brdcst,
243 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.h999 __in boolean_t all_mulcst,
H A Defx_impl.h245 __in boolean_t all_mulcst,
H A Defx.h483 __in boolean_t all_mulcst,

Completed in 174 milliseconds