Searched refs:MCAST_ALLOC_SIZE (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/e1000g/
H A De1000g_sw.h92 #define MCAST_ALLOC_SIZE 256 macro
H A De1000g_main.c2685 new_len = (Adapter->mcast_alloc_count + MCAST_ALLOC_SIZE) *
2700 Adapter->mcast_alloc_count += MCAST_ALLOC_SIZE;
2749 MCAST_ALLOC_SIZE) {
2752 new_len = (Adapter->mcast_alloc_count - MCAST_ALLOC_SIZE) *
2760 Adapter->mcast_alloc_count -= MCAST_ALLOC_SIZE;

Completed in 233 milliseconds