Home
last modified time | relevance | path

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

/freebsd/sys/dev/qlnx/qlnxe/
H A Decore_mcp_api.h592 struct ecore_mcp_link_state *ecore_mcp_get_link_state(struct ecore_hwfn
H A Decore_sriov.c1213 OSAL_MEMCPY(&link_state, ecore_mcp_get_link_state(p_hwfn), in ecore_iov_init_hw_for_vf()
1262 OSAL_MEMCPY(&link, ecore_mcp_get_link_state(p_hwfn), sizeof(link)); in ecore_iov_release_hw_for_vf()
H A Dqlnx_os.c5478 memcpy(&link_state, ecore_mcp_get_link_state(hwfn), in qlnx_fill_link()
8329 memcpy(&link, ecore_mcp_get_link_state(p_hwfn), sizeof(link)); in qlnx_inform_vf_link_state()
H A Decore_mcp.c2738 *ecore_mcp_get_link_state(struct ecore_hwfn *p_hwfn) in ecore_mcp_get_link_state() function