Home
last modified time | relevance | path

Searched refs:VNET_NUM_MCAST (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/sun4v/sys/
H A Dvnet_mailbox.h107 #define VNET_NUM_MCAST 7 /* max # of multicast addresses in the msg */ macro
116 struct ether_addr mca[VNET_NUM_MCAST]; /* mcast addrs */
/illumos-gate/usr/src/uts/sun4v/io/
H A Dvnet_gen.c3470 n = ((mccount >= VNET_NUM_MCAST) ? VNET_NUM_MCAST : mccount); in vgen_send_mcast_info()