Searched refs:link_caps (Results 1 – 5 of 5) sorted by relevance
| /dpdk/drivers/net/qede/ |
| H A D | qede_main.c | 509 struct ecore_mcp_link_capabilities link_caps; in qed_fill_link() local 519 rte_memcpy(&link_caps, ecore_mcp_get_link_capabilities(hwfn), in qed_fill_link() 520 sizeof(link_caps)); in qed_fill_link() 525 ecore_vf_get_link_caps(hwfn, &link_caps); in qed_fill_link() 556 if (link_caps.default_eee == ECORE_MCP_EEE_UNSUPPORTED) { in qed_fill_link() 561 if_link->sup_caps = link_caps.eee_speed_caps; in qed_fill_link()
|
| /dpdk/drivers/net/cxgbe/base/ |
| H A D | t4_hw.c | 2826 lc->link_caps = caps; in t4_link_l1cfg_core() 4368 max_speed = t4_fwcap_to_speed(lc->link_caps); in t4_set_link_pause() 4423 max_speed = t4_fwcap_to_speed(lc->link_caps); in t4_set_link_fec() 4492 u32 action, pcaps, acaps, link_caps, lstatus; in t4_handle_get_port_info() local 4514 link_caps = be32_to_cpu(cmd->u.info32.linkattr32); in t4_handle_get_port_info() 4523 link_caps != lc->link_caps) { /* something changed */ in t4_handle_get_port_info() 4532 lc->link_caps = link_caps; in t4_handle_get_port_info() 4621 lc->link_caps = 0; in t4_reset_link_config() 4645 lc->link_caps = 0; in t4_init_link_config()
|
| H A D | common.h | 276 u32 link_caps; /* Current link caps */ member
|
| /dpdk/drivers/net/cxgbe/ |
| H A D | cxgbe_ethdev.c | 237 new_link.link_autoneg = (lc->link_caps & FW_PORT_CAP32_ANEG) ? 1 : 0; in cxgbe_dev_link_update() 239 new_link.link_speed = t4_fwcap_to_speed(lc->link_caps); in cxgbe_dev_link_update() 1073 u32 caps = lc->link_caps; in cxgbe_flow_ctrl_get() 1535 u32 fec_caps = 0, caps = lc->link_caps; in cxgbe_fec_get()
|
| /dpdk/drivers/net/qede/base/ |
| H A D | ecore_sriov.c | 1119 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()
|