Searched refs:MCAST_ALLOC_SIZE (Results 1 – 2 of 2) sorted by relevance
93 #define MCAST_ALLOC_SIZE 256 macro
2731 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()