approx_mcast     6228 drivers/net/ethernet/qlogic/qed/qed_hsi.h 	struct vport_update_ramrod_mcast approx_mcast;
approx_mcast      664 drivers/net/ethernet/qlogic/qed/qed_l2.c 	memset(&p_ramrod->approx_mcast.bins, 0,
approx_mcast      665 drivers/net/ethernet/qlogic/qed/qed_l2.c 	       sizeof(p_ramrod->approx_mcast.bins));
approx_mcast      674 drivers/net/ethernet/qlogic/qed/qed_l2.c 		p_ramrod->approx_mcast.bins[i] = cpu_to_le32(p_bins[i]);
approx_mcast     1523 drivers/net/ethernet/qlogic/qed/qed_l2.c 	memset(&p_ramrod->approx_mcast.bins, 0,
approx_mcast     1524 drivers/net/ethernet/qlogic/qed/qed_l2.c 	       sizeof(p_ramrod->approx_mcast.bins));
approx_mcast     1542 drivers/net/ethernet/qlogic/qed/qed_l2.c 			p_ramrod_bins = &p_ramrod->approx_mcast;