Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/ethernet/xilinx/
H A Dll_temac.h297 #define MULTICAST_CAM_TABLE_NUM 4 macro
H A Dll_temac_main.c468 (netdev_mc_count(ndev) > MULTICAST_CAM_TABLE_NUM)) { in temac_set_multicast_list()
480 if (WARN_ON(i >= MULTICAST_CAM_TABLE_NUM)) in temac_set_multicast_list()
497 while (i < MULTICAST_CAM_TABLE_NUM) { in temac_set_multicast_list()
/kernel/linux/linux-6.6/drivers/net/ethernet/xilinx/
H A Dll_temac.h307 #define MULTICAST_CAM_TABLE_NUM 4 macro
H A Dll_temac_main.c466 (netdev_mc_count(ndev) > MULTICAST_CAM_TABLE_NUM)) { in temac_set_multicast_list()
478 if (WARN_ON(i >= MULTICAST_CAM_TABLE_NUM)) in temac_set_multicast_list()
495 while (i < MULTICAST_CAM_TABLE_NUM) { in temac_set_multicast_list()

Completed in 7 milliseconds