vf_mbx            455 drivers/net/ethernet/qlogic/qed/qed_sriov.c 		vf->vf_mbx.req_virt = p_req_virt_addr + idx;
vf_mbx            456 drivers/net/ethernet/qlogic/qed/qed_sriov.c 		vf->vf_mbx.req_phys = req_p + idx * sizeof(union vfpf_tlvs);
vf_mbx            457 drivers/net/ethernet/qlogic/qed/qed_sriov.c 		vf->vf_mbx.reply_virt = p_reply_virt_addr + idx;
vf_mbx            458 drivers/net/ethernet/qlogic/qed/qed_sriov.c 		vf->vf_mbx.reply_phys = rply_p + idx * sizeof(union pfvf_tlvs);
vf_mbx           1218 drivers/net/ethernet/qlogic/qed/qed_sriov.c 	struct qed_iov_vf_mbx *mbx = &p_vf->vf_mbx;
vf_mbx           1325 drivers/net/ethernet/qlogic/qed/qed_sriov.c 	struct qed_iov_vf_mbx *mbx = &vf_info->vf_mbx;
vf_mbx           1557 drivers/net/ethernet/qlogic/qed/qed_sriov.c 	struct qed_iov_vf_mbx *mbx = &vf->vf_mbx;
vf_mbx           1912 drivers/net/ethernet/qlogic/qed/qed_sriov.c 	struct qed_iov_vf_mbx *mbx = &vf->vf_mbx;
vf_mbx           2035 drivers/net/ethernet/qlogic/qed/qed_sriov.c 	struct qed_iov_vf_mbx *mbx = &vf->vf_mbx;
vf_mbx           2071 drivers/net/ethernet/qlogic/qed/qed_sriov.c 	struct qed_iov_vf_mbx *p_mbx = &p_vf->vf_mbx;
vf_mbx           2110 drivers/net/ethernet/qlogic/qed/qed_sriov.c 	struct qed_iov_vf_mbx *mbx = &vf->vf_mbx;
vf_mbx           2321 drivers/net/ethernet/qlogic/qed/qed_sriov.c 	struct qed_iov_vf_mbx *mbx = &p_vf->vf_mbx;
vf_mbx           2405 drivers/net/ethernet/qlogic/qed/qed_sriov.c 	struct qed_iov_vf_mbx *mbx = &p_vf->vf_mbx;
vf_mbx           2443 drivers/net/ethernet/qlogic/qed/qed_sriov.c 	struct qed_iov_vf_mbx *mbx = &vf->vf_mbx;
vf_mbx           2586 drivers/net/ethernet/qlogic/qed/qed_sriov.c 	struct qed_iov_vf_mbx *mbx = &vf->vf_mbx;
vf_mbx           2624 drivers/net/ethernet/qlogic/qed/qed_sriov.c 	struct qed_iov_vf_mbx *mbx = &vf->vf_mbx;
vf_mbx           2663 drivers/net/ethernet/qlogic/qed/qed_sriov.c 	struct qed_iov_vf_mbx *mbx = &vf->vf_mbx;
vf_mbx           3036 drivers/net/ethernet/qlogic/qed/qed_sriov.c 	struct qed_iov_vf_mbx *mbx = &vf->vf_mbx;
vf_mbx           3279 drivers/net/ethernet/qlogic/qed/qed_sriov.c 	struct qed_iov_vf_mbx *mbx = &vf->vf_mbx;
vf_mbx           3428 drivers/net/ethernet/qlogic/qed/qed_sriov.c 	struct qed_iov_vf_mbx *mbx = &p_vf->vf_mbx;
vf_mbx           3497 drivers/net/ethernet/qlogic/qed/qed_sriov.c 	struct qed_iov_vf_mbx *mbx = &vf->vf_mbx;
vf_mbx           3726 drivers/net/ethernet/qlogic/qed/qed_sriov.c 		p_vf->vf_mbx.b_pending_msg = false;
vf_mbx           3833 drivers/net/ethernet/qlogic/qed/qed_sriov.c 	struct qed_iov_vf_mbx *mbx = &p_vf->vf_mbx;
vf_mbx           3871 drivers/net/ethernet/qlogic/qed/qed_sriov.c 	mbx = &p_vf->vf_mbx;
vf_mbx           3996 drivers/net/ethernet/qlogic/qed/qed_sriov.c 		if (p_vf->vf_mbx.b_pending_msg)
vf_mbx           4029 drivers/net/ethernet/qlogic/qed/qed_sriov.c 	p_vf->vf_mbx.pending_req = (((u64)vf_msg->hi) << 32) | vf_msg->lo;
vf_mbx           4032 drivers/net/ethernet/qlogic/qed/qed_sriov.c 	p_vf->vf_mbx.b_pending_msg = true;
vf_mbx           4111 drivers/net/ethernet/qlogic/qed/qed_sriov.c 			       vf_info->vf_mbx.pending_req,
vf_mbx           4112 drivers/net/ethernet/qlogic/qed/qed_sriov.c 			       vf_info->vf_mbx.req_phys,
vf_mbx            193 drivers/net/ethernet/qlogic/qed/qed_sriov.h 	struct qed_iov_vf_mbx vf_mbx;