Searched refs:bins (Results 1 – 7 of 7) sorted by relevance
| /dpdk/drivers/net/qede/base/ |
| H A D | ecore_l2.c | 686 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() 694 u32 *p_bins = p_params->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() 1578 u32 bins[ETH_MULTICAST_MAC_BINS_IN_REGS]; in ecore_sp_eth_filter_mcast() local 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() 1617 OSAL_MEMSET(bins, 0, sizeof(u32) * ETH_MULTICAST_MAC_BINS_IN_REGS); in ecore_sp_eth_filter_mcast() 1626 bins[bit / 32] |= 1 << (bit % 32); in ecore_sp_eth_filter_mcast() 1634 p_ramrod_bins->bins[i] = OSAL_CPU_TO_LE32(bins[i]); in ecore_sp_eth_filter_mcast()
|
| H A D | ecore_l2_api.h | 345 u32 bins[8]; member
|
| H A D | ecore_vfpf_if.h | 409 u64 bins[4]; member
|
| H A D | ecore_vf.c | 1332 OSAL_MEMCPY(p_mcast_tlv->bins, p_params->bins, in ecore_vf_pf_vport_update() 1530 sp_params.bins[bit / 32] |= 1 << (bit % 32); in ecore_vf_pf_filter_mcast()
|
| H A D | ecore_hsi_eth.h | 1427 __le32 bins[ETH_MULTICAST_MAC_BINS_IN_REGS] /* multicast bins */; member
|
| H A D | ecore_sriov.c | 3106 OSAL_MEMCPY(p_data->bins, p_mcast_tlv->bins, in ecore_iov_vp_update_mcast_bin_param()
|
| /dpdk/doc/guides/prog_guide/ |
| H A D | efd_lib.rst | 410 bin id. A chunk contains 64 different groups and 256 bins (i.e. for any
|