Searched refs:NIC_MAX_MCAST_LIST (Results 1 – 3 of 3) sorted by relevance
566 #define NIC_MAX_MCAST_LIST 32 macro
1898 char set_address[NIC_MAX_MCAST_LIST * ETH_ALEN]; in hostif_sme_multicast_set()1903 memset(set_address, 0, NIC_MAX_MCAST_LIST * ETH_ALEN); in hostif_sme_multicast_set()1911 if ((netdev_mc_count(dev) > NIC_MAX_MCAST_LIST) || in hostif_sme_multicast_set()
124 #define NIC_MAX_MCAST_LIST 128 macro468 u8 multicast_list[NIC_MAX_MCAST_LIST][ETH_ALEN];3731 (netdev_mc_count(netdev) > NIC_MAX_MCAST_LIST)) in et131x_multicast()3744 if (i == NIC_MAX_MCAST_LIST) in et131x_multicast()