Home
last modified time | relevance | path

Searched refs:ETH_MULTICAST_MAC_BINS_IN_REGS (Results 1 – 5 of 5) sorted by relevance

/f-stack/dpdk/drivers/net/qede/base/
H A Deth_common.h97 #define ETH_MULTICAST_MAC_BINS_IN_REGS (ETH_MULTICAST_MAC_BINS / 32) macro
H A Decore_l2.c693 for (i = 0; i < ETH_MULTICAST_MAC_BINS_IN_REGS; i++) { in ecore_sp_update_mcast_bin()
1578 u32 bins[ETH_MULTICAST_MAC_BINS_IN_REGS]; in ecore_sp_eth_filter_mcast()
1617 OSAL_MEMSET(bins, 0, sizeof(u32) * ETH_MULTICAST_MAC_BINS_IN_REGS); in ecore_sp_eth_filter_mcast()
1630 for (i = 0; i < ETH_MULTICAST_MAC_BINS_IN_REGS; i++) { in ecore_sp_eth_filter_mcast()
H A Decore_hsi_eth.h1427 __le32 bins[ETH_MULTICAST_MAC_BINS_IN_REGS] /* multicast bins */;
H A Decore_vf.c1336 sizeof(u32) * ETH_MULTICAST_MAC_BINS_IN_REGS); in ecore_vf_pf_vport_update()
H A Decore_sriov.c3107 sizeof(u32) * ETH_MULTICAST_MAC_BINS_IN_REGS); in ecore_iov_vp_update_mcast_bin_param()