Home
last modified time | relevance | path

Searched refs:approx_mcast (Results 1 – 2 of 2) sorted by relevance

/f-stack/dpdk/drivers/net/qede/base/
H A Decore_l2.c686 OSAL_MEMSET(&p_ramrod->approx_mcast.bins, 0, in ecore_sp_update_mcast_bin()
687 sizeof(p_ramrod->approx_mcast.bins)); in ecore_sp_update_mcast_bin()
696 p_ramrod->approx_mcast.bins[i] = OSAL_CPU_TO_LE32(p_bins[i]); in ecore_sp_update_mcast_bin()
1615 OSAL_MEMSET(&p_ramrod->approx_mcast.bins, in ecore_sp_eth_filter_mcast()
1616 0, sizeof(p_ramrod->approx_mcast.bins)); in ecore_sp_eth_filter_mcast()
1633 p_ramrod_bins = &p_ramrod->approx_mcast; in ecore_sp_eth_filter_mcast()
H A Decore_hsi_eth.h1441 struct vport_update_ramrod_mcast approx_mcast; member