Home
last modified time | relevance | path

Searched refs:MCASTBUF_SIZE (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/intel/io/dnet/
H A Ddnet.h95 #define MCASTBUF_SIZE 512 /* multicast hash table size in bits */ macro
380 char multicast_cnt[MCASTBUF_SIZE];
/illumos-gate/usr/src/uts/common/io/dmfe/
H A Ddmfe.h49 #define MCASTBUF_SIZE 512 /* multicast hash table size in bits */ macro
H A Ddmfe_impl.h291 uint8_t mcast_refs[MCASTBUF_SIZE];
H A Ddmfe_main.c2701 bzero(dmfep->mcast_refs, MCASTBUF_SIZE); in dmfe_attach()