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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Dewrk3.c285 void __iomem *mctbl; /* Pointer to the multicast table */ member in struct:ewrk3_private
1144 lp->mctbl = NULL;
1146 lp->mctbl = lp->shmem + PAGE0_HTE;
1175 short __iomem *p = lp->mctbl;
1210 memset_io(lp->mctbl, 0, HASH_TABLE_LEN >> 3);
1211 writeb(0x80, lp->mctbl + (HASH_TABLE_LEN >> 4) - 1);
1233 writeb(readb(lp->mctbl + byte) | bit, lp->mctbl + byte);

Completed in 45 milliseconds