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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Ddefxx.h638 #define PI_CMD_ADDR_FILTER_K_SIZE 62 macro
643 PI_LAN_ADDR entry[PI_CMD_ADDR_FILTER_K_SIZE];
665 PI_LAN_ADDR entry[PI_CMD_ADDR_FILTER_K_SIZE];
1741 u8 mc_table[PI_CMD_ADDR_FILTER_K_SIZE*FDDI_K_ALEN];
H A Ddefxx.c2210 if (netdev_mc_count(dev) > (PI_CMD_ADDR_FILTER_K_SIZE - bp->uc_count))
2310 if ((bp->uc_count + bp->mc_count) > PI_CMD_ADDR_FILTER_K_SIZE)
2400 if (i < PI_CMD_ADDR_FILTER_K_SIZE)
2411 if ((i + bp->uc_count) < PI_CMD_ADDR_FILTER_K_SIZE)

Completed in 40 milliseconds