MAX_NUM_MULTICAST_ADDRESSES
if (ixgbe->mcast_count >= MAX_NUM_MULTICAST_ADDRESSES) {
ASSERT(ixgbe->mcast_count <= MAX_NUM_MULTICAST_ADDRESSES);
struct ether_addr mcast_table[MAX_NUM_MULTICAST_ADDRESSES];