Searched refs:MAX_MULTICAST_ADDR (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/sys/dev/ixl/
H A Dixl.h136 #define MAX_MULTICAST_ADDR 128 macro
H A Dif_ixl.c1446 mcnt = min(if_llmaddr_count(iflib_get_ifp(ctx)), MAX_MULTICAST_ADDR);
1447 if (__predict_false(mcnt == MAX_MULTICAST_ADDR)) {
1643 MAX_MULTICAST_ADDR)
H A Dif_iavf.c1246 MAX_MULTICAST_ADDR)) {
1355 MAX_MULTICAST_ADDR)
H A Dixl_pf_main.c541 if (__predict_false(mcnt >= MAX_MULTICAST_ADDR)) {

Completed in 74 milliseconds