Home
last modified time | relevance | path

Searched refs:vf_iov_info (Results 1 – 4 of 4) sorted by relevance

/freebsd-10-stable/sys/dev/qlnx/qlnxe/
Decore_vf.c56 struct ecore_vf_iov *p_iov = p_hwfn->vf_iov_info; in ecore_vf_pf_prep()
91 union pfvf_tlvs *resp = p_hwfn->vf_iov_info->pf2vf_reply; in ecore_vf_pf_req_end()
97 OSAL_MUTEX_RELEASE(&(p_hwfn->vf_iov_info->mutex)); in ecore_vf_pf_req_end()
112 union vfpf_tlvs *p_req = p_hwfn->vf_iov_info->vf2pf_request; in ecore_send_msg2pf()
127 if (!p_hwfn->vf_iov_info->b_hw_channel) { in ecore_send_msg2pf()
131 p_hwfn->vf_iov_info->pf2vf_reply, in ecore_send_msg2pf()
147 U64_HI(p_hwfn->vf_iov_info->vf2pf_request_phys), in ecore_send_msg2pf()
148 U64_LO(p_hwfn->vf_iov_info->vf2pf_request_phys), in ecore_send_msg2pf()
155 U64_LO(p_hwfn->vf_iov_info->vf2pf_request_phys)); in ecore_send_msg2pf()
159 U64_HI(p_hwfn->vf_iov_info->vf2pf_request_phys)); in ecore_send_msg2pf()
[all …]
Decore_l2.c1763 struct ecore_vf_iov *p_iov = p_hwfn->vf_iov_info; in __ecore_get_vport_pstats_addrlen()
1814 struct ecore_vf_iov *p_iov = p_hwfn->vf_iov_info; in __ecore_get_vport_tstats()
1840 struct ecore_vf_iov *p_iov = p_hwfn->vf_iov_info; in __ecore_get_vport_ustats_addrlen()
1886 struct ecore_vf_iov *p_iov = p_hwfn->vf_iov_info; in __ecore_get_vport_mstats_addrlen()
Decore.h734 struct ecore_vf_iov *vf_iov_info; member
Decore_mcp.c2279 if (p_hwfn->vf_iov_info) { in ecore_mcp_get_mfw_ver()
2282 p_resp = &p_hwfn->vf_iov_info->acquire_resp; in ecore_mcp_get_mfw_ver()