Home
last modified time | relevance | path

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

/freebsd/sys/dev/qlnx/qlnxe/
H A Decore_sriov.c501 vf->vf_mbx.req_virt = p_req_virt_addr + idx; in ecore_iov_setup_vfdb()
502 vf->vf_mbx.req_phys = req_p + idx * sizeof(union vfpf_tlvs); in ecore_iov_setup_vfdb()
503 vf->vf_mbx.reply_virt = p_reply_virt_addr + idx; in ecore_iov_setup_vfdb()
504 vf->vf_mbx.reply_phys = rply_p + idx * sizeof(union pfvf_tlvs); in ecore_iov_setup_vfdb()
507 vf->vf_mbx.sw_mbx.request_size = sizeof(union vfpf_tlvs); in ecore_iov_setup_vfdb()
508 vf->vf_mbx.sw_mbx.mbx_state = VF_PF_WAIT_FOR_START_REQUEST; in ecore_iov_setup_vfdb()
792 vf->vf_mbx.sw_mbx.mbx_state = VF_PF_WAIT_FOR_START_REQUEST; in ecore_iov_set_vf_ctx()
1423 struct ecore_iov_vf_mbx *mbx = &p_vf->vf_mbx; in ecore_iov_send_response()
1540 struct ecore_iov_vf_mbx *mbx = &vf_info->vf_mbx; in ecore_iov_prepare_resp()
1750 struct ecore_iov_vf_mbx *mbx = &vf->vf_mbx; in ecore_iov_vf_mbx_acquire()
[all …]
H A Decore_sriov.h131 struct ecore_iov_vf_mbx vf_mbx; member