Searched refs:ss_mctab (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/sun4u/starfire/io/
H A Didn_dlpi.c1051 if (stp->ss_mctab) {
1052 kmem_free(stp->ss_mctab, IDNMCALLOC);
1053 stp->ss_mctab = NULL;
1365 if (stp->ss_mctab == NULL)
1366 stp->ss_mctab = kmem_alloc(IDNMCALLOC, KM_SLEEP);
1375 if (ether_cmp(&stp->ss_mctab[i], addrp) == 0) {
1376 stp->ss_mctab[stp->ss_mccount++] = *addrp;
1382 stp->ss_mctab[stp->ss_mccount++] = *addrp;
1427 if (ether_cmp(addrp, &stp->ss_mctab[i]) == 0) {
1428 bcopy(&stp->ss_mctab[
[all...]
H A Didn.c1539 stp->ss_mctab = NULL;
/illumos-gate/usr/src/uts/sun4u/starfire/sys/
H A Didn.h3137 * ss_mctab Table of multicast addrs.
3152 struct ether_addr *ss_mctab; member in struct:idnstr

Completed in 88 milliseconds