Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/
H A Decore_l2.c703 OSAL_MEMSET(&p_ramrod->approx_mcast.bins, 0, in ecore_sp_update_mcast_bin()
704 sizeof(p_ramrod->approx_mcast.bins)); in ecore_sp_update_mcast_bin()
713 p_ramrod->approx_mcast.bins[i] = OSAL_CPU_TO_LE32(p_bins[i]); in ecore_sp_update_mcast_bin()
1603 OSAL_MEMSET(&p_ramrod->approx_mcast.bins, in ecore_sp_eth_filter_mcast()
1604 0, sizeof(p_ramrod->approx_mcast.bins)); in ecore_sp_eth_filter_mcast()
1623 p_ramrod_bins = &p_ramrod->approx_mcast; in ecore_sp_eth_filter_mcast()
/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/
H A Decore_hsi_eth.h1250 struct vport_update_ramrod_mcast approx_mcast; member