Home
last modified time | relevance | path

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.h93 #define MCAST_ALLOC_SIZE 256 macro
H A De1000g_main.c2731 new_len = (Adapter->mcast_alloc_count + MCAST_ALLOC_SIZE) * in multicst_add()
2746 Adapter->mcast_alloc_count += MCAST_ALLOC_SIZE; in multicst_add()
2795 MCAST_ALLOC_SIZE) { in multicst_remove()
2798 new_len = (Adapter->mcast_alloc_count - MCAST_ALLOC_SIZE) * in multicst_remove()
2806 Adapter->mcast_alloc_count -= MCAST_ALLOC_SIZE; in multicst_remove()