• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /freebsd-13-stable/sys/dev/qlnx/qlnxe/

Lines Matching refs:vf_mbx

503 		vf->vf_mbx.req_virt = p_req_virt_addr + idx;
504 vf->vf_mbx.req_phys = req_p + idx * sizeof(union vfpf_tlvs);
505 vf->vf_mbx.reply_virt = p_reply_virt_addr + idx;
506 vf->vf_mbx.reply_phys = rply_p + idx * sizeof(union pfvf_tlvs);
509 vf->vf_mbx.sw_mbx.request_size = sizeof(union vfpf_tlvs);
510 vf->vf_mbx.sw_mbx.mbx_state = VF_PF_WAIT_FOR_START_REQUEST;
794 vf->vf_mbx.sw_mbx.mbx_state = VF_PF_WAIT_FOR_START_REQUEST;
1425 struct ecore_iov_vf_mbx *mbx = &p_vf->vf_mbx;
1542 struct ecore_iov_vf_mbx *mbx = &vf_info->vf_mbx;
1752 struct ecore_iov_vf_mbx *mbx = &vf->vf_mbx;
2130 struct ecore_iov_vf_mbx *mbx = &vf->vf_mbx;
2273 struct ecore_iov_vf_mbx *mbx = &vf->vf_mbx;
2308 struct ecore_iov_vf_mbx *p_mbx = &p_vf->vf_mbx;
2347 struct ecore_iov_vf_mbx *mbx = &vf->vf_mbx;
2493 struct ecore_iov_vf_mbx *mbx = &p_vf->vf_mbx;
2582 struct ecore_iov_vf_mbx *mbx = &p_vf->vf_mbx;
2619 struct ecore_iov_vf_mbx *mbx = &vf->vf_mbx;
2767 struct ecore_iov_vf_mbx *mbx = &vf->vf_mbx;
2805 struct ecore_iov_vf_mbx *mbx = &vf->vf_mbx;
2845 struct ecore_iov_vf_mbx *mbx = &vf->vf_mbx;
3213 struct ecore_iov_vf_mbx *mbx = &vf->vf_mbx;
3442 struct ecore_iov_vf_mbx *mbx = &vf->vf_mbx;
3594 struct ecore_iov_vf_mbx *mbx = &p_vf->vf_mbx;
3664 struct ecore_iov_vf_mbx *mbx = &vf->vf_mbx;
3991 p_vf->vf_mbx.b_pending_msg = false;
4125 mbx = &p_vf->vf_mbx;
4280 if (p_vf->vf_mbx.b_pending_msg)
4313 p_vf->vf_mbx.pending_req = (((u64)vf_msg->hi) << 32) |
4316 p_vf->vf_mbx.b_pending_msg = true;
4412 vf_info->vf_mbx.pending_req,
4413 vf_info->vf_mbx.req_phys,
4684 *pp_req_virt_addr = vf_info->vf_mbx.req_virt;
4687 *p_req_virt_size = sizeof(*vf_info->vf_mbx.req_virt);
4702 *pp_reply_virt_addr = vf_info->vf_mbx.reply_virt;
4705 *p_reply_virt_size = sizeof(*vf_info->vf_mbx.reply_virt);
4719 return &vf_info->vf_mbx.sw_mbx;