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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/et131x/
H A Det131x_defs.h66 #define NIC_MAX_MCAST_LIST 128 macro
H A Det131x_adapter.h201 u8 MCList[NIC_MAX_MCAST_LIST][ETH_ALEN];
H A Det131x_netdev.c429 if (netdev_mc_count(netdev) > NIC_MAX_MCAST_LIST)
441 if (i == NIC_MAX_MCAST_LIST)

Completed in 104 milliseconds