Home
last modified time | relevance | path

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

/freebsd-head/sys/dev/qlnx/qlnxe/
HDeth_common.h83 #define ETH_MULTICAST_MAC_BINS_IN_REGS (ETH_MULTICAST_MAC_BINS / 32) macro
HDecore_l2.c724 for (i = 0; i < ETH_MULTICAST_MAC_BINS_IN_REGS; i++) { in ecore_sp_update_mcast_bin()
1620 u32 bins[ETH_MULTICAST_MAC_BINS_IN_REGS]; in ecore_sp_eth_filter_mcast()
1657 OSAL_MEMSET(bins, 0, sizeof(u32) * ETH_MULTICAST_MAC_BINS_IN_REGS); in ecore_sp_eth_filter_mcast()
1670 for (i = 0; i < ETH_MULTICAST_MAC_BINS_IN_REGS; i++) { in ecore_sp_eth_filter_mcast()
HDecore_vf.c1331 sizeof(u32) * ETH_MULTICAST_MAC_BINS_IN_REGS); in ecore_vf_pf_vport_update()
HDecore_hsi_eth.h1746 __le32 bins[ETH_MULTICAST_MAC_BINS_IN_REGS] /* multicast bins */;
HDecore_sriov.c3033 sizeof(u32) * ETH_MULTICAST_MAC_BINS_IN_REGS); in ecore_iov_vp_update_mcast_bin_param()