Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/qede/
H A Dqede_main.c518 struct ecore_mcp_link_capabilities link_caps; in qed_fill_link() local
528 rte_memcpy(&link_caps, ecore_mcp_get_link_capabilities(hwfn), in qed_fill_link()
529 sizeof(link_caps)); in qed_fill_link()
534 ecore_vf_get_link_caps(hwfn, &link_caps); in qed_fill_link()
565 if (link_caps.default_eee == ECORE_MCP_EEE_UNSUPPORTED) { in qed_fill_link()
570 if_link->sup_caps = link_caps.eee_speed_caps; in qed_fill_link()
/f-stack/dpdk/drivers/net/qede/base/
H A Decore_sriov.c1119 struct ecore_mcp_link_capabilities link_caps; in ecore_iov_init_hw_for_vf() local
1232 OSAL_MEMCPY(&link_caps, ecore_mcp_get_link_capabilities(p_hwfn), in ecore_iov_init_hw_for_vf()
1233 sizeof(link_caps)); in ecore_iov_init_hw_for_vf()
1235 &link_params, &link_state, &link_caps); in ecore_iov_init_hw_for_vf()