Searched refs:vf_mbx (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/sys/dev/qlnx/qlnxe/
H A Decore_sriov.c503 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;
[all...]
H A Decore_sriov.h133 struct ecore_iov_vf_mbx vf_mbx; member in struct:ecore_vf_info

Completed in 68 milliseconds