Searched refs:approx_mcast (Results 1 – 2 of 2) sorted by relevance
341 memset(&p_ramrod->approx_mcast.bins, 0, in qed_sp_update_mcast_bin()342 sizeof(p_ramrod->approx_mcast.bins)); in qed_sp_update_mcast_bin()350 p_ramrod->approx_mcast.bins[i] = val; in qed_sp_update_mcast_bin()1142 memset(&p_ramrod->approx_mcast.bins, 0, in qed_sp_eth_filter_mcast()1143 sizeof(p_ramrod->approx_mcast.bins)); in qed_sp_eth_filter_mcast()1160 struct vport_update_ramrod_mcast *approx_mcast; in qed_sp_eth_filter_mcast() local1162 approx_mcast = &p_ramrod->approx_mcast; in qed_sp_eth_filter_mcast()1163 approx_mcast->bins[i] = cpu_to_le32(p_bins[i]); in qed_sp_eth_filter_mcast()
2884 struct vport_update_ramrod_mcast approx_mcast; member