Home
last modified time | relevance | path

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

/freebsd/sys/dev/qlnx/qlnxe/
H A Decore_l2_api.h169 u32 bins[ETH_MULTICAST_MAC_BINS_IN_REGS];
386 u32 bins[ETH_MULTICAST_MAC_BINS_IN_REGS];
H A Deth_common.h83 #define ETH_MULTICAST_MAC_BINS_IN_REGS (ETH_MULTICAST_MAC_BINS / 32) macro
H A Dqlnx_def.h444 uint32_t ecore_mcast_bins[ETH_MULTICAST_MAC_BINS_IN_REGS];
H A Decore_l2.c724 for (i = 0; i < ETH_MULTICAST_MAC_BINS_IN_REGS; i++) { in ecore_sp_update_mcast_bin()
1662 _Static_assert(nitems(p_filter_cmd->bins) == ETH_MULTICAST_MAC_BINS_IN_REGS, "Size mismatch"); in ecore_sp_eth_filter_mcast()
1664 for (i = 0; i < ETH_MULTICAST_MAC_BINS_IN_REGS; i++) { in ecore_sp_eth_filter_mcast()
H A Decore_hsi_eth.h1746 __le32 bins[ETH_MULTICAST_MAC_BINS_IN_REGS] /* multicast bins */;
H A Decore_vf.c1331 sizeof(u32) * ETH_MULTICAST_MAC_BINS_IN_REGS); in ecore_vf_pf_vport_update()
H A Decore_sriov.c3033 sizeof(u32) * ETH_MULTICAST_MAC_BINS_IN_REGS); in ecore_iov_vp_update_mcast_bin_param()