Home
last modified time | relevance | path

Searched refs:approx_mcast (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/drivers/net/ethernet/qlogic/qed/
Dqed_l2.c341 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() local
1162 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()
Dqed_hsi.h2884 struct vport_update_ramrod_mcast approx_mcast; member