Searched refs:mc_filter (Results 1 – 1 of 1) sorted by relevance
| /f-stack/dpdk/drivers/net/bnx2x/ |
| H A D | ecore_sp.c | 2936 uint32_t * mc_filter) in ecore_mcast_hdl_add_e1h() argument 2944 ECORE_57711_SET_MC_FILTER(mc_filter, bit); in ecore_mcast_hdl_add_e1h() 2960 uint32_t * mc_filter) in ecore_mcast_hdl_restore_e1h() argument 2966 ECORE_57711_SET_MC_FILTER(mc_filter, bit); in ecore_mcast_hdl_restore_e1h() 2987 uint32_t mc_filter[ECORE_MC_HASH_SIZE] = { 0 }; in ecore_mcast_setup_e1h() local 2994 ecore_mcast_hdl_add_e1h(sc, o, p, mc_filter); in ecore_mcast_setup_e1h() 3006 ecore_mcast_hdl_restore_e1h(sc, o, mc_filter); in ecore_mcast_setup_e1h() 3016 REG_WR(sc, ECORE_MC_HASH_OFFSET(sc, i), mc_filter[i]); in ecore_mcast_setup_e1h()
|