Home
last modified time | relevance | path

Searched refs:full_duplex (Results 1 – 15 of 15) sorted by relevance

/dpdk/drivers/net/cnxk/
H A Dcnxk_link.c79 link->full_duplex = eth_link.link_duplex; in cnxk_eth_dev_link_status_get_cb()
104 eth_link.link_duplex = link->full_duplex; in cnxk_eth_dev_link_status_cb()
142 if (info.full_duplex) in cnxk_nix_link_update()
143 link.link_duplex = info.full_duplex; in cnxk_nix_link_update()
/dpdk/drivers/raw/cnxk_bphy/
H A Dcnxk_bphy_cgx.c82 link_info->full_duplex = rlink_info.full_duplex; in cnxk_bphy_cgx_process_buf()
107 rlink_mode.full_duplex = link_mode->full_duplex; in cnxk_bphy_cgx_process_buf()
H A Drte_pmd_bphy.h90 bool full_duplex; member
98 bool full_duplex; member
/dpdk/drivers/common/cnxk/
H A Droc_bphy_cgx.h79 bool full_duplex; member
88 bool full_duplex; member
H A Droc_nix_mac.c181 link_info->full_duplex = rsp->link_info.full_duplex; in roc_nix_mac_link_info_get()
223 req->args.duplex = link_info->full_duplex; in roc_nix_mac_link_info_set()
H A Droc_bphy_cgx.c338 info->full_duplex = FIELD_GET(SCR0_ETH_LNK_STS_S_FULL_DUPLEX, scr0); in roc_bphy_cgx_get_linkinfo()
367 FIELD_PREP(SCR1_ETH_MODE_CHANGE_ARGS_DUPLEX, mode->full_duplex) | in roc_bphy_cgx_set_link_mode()
H A Droc_nix.h347 uint64_t full_duplex : 1; member
H A Droc_mbox.h531 uint64_t __io full_duplex : 1; member
/dpdk/drivers/net/enetfec/
H A Denet_ethdev.h94 int full_duplex; member
H A Denet_ethdev.c59 if (fep->full_duplex == FULL_DUPLEX) { in enetfec_restart()
567 fep->full_duplex = FULL_DUPLEX; in enetfec_eth_init()
/dpdk/drivers/net/qede/base/
H A Decore_vfpf_if.h638 u8 full_duplex; member
H A Decore_mcp_api.h69 bool full_duplex; member
H A Decore_vf.c1812 p_link->full_duplex = p_bulletin->full_duplex; in __ecore_vf_get_link_state()
H A Decore_mcp.c1386 p_link->full_duplex = true; in ecore_mcp_handle_link_change()
1407 p_link->full_duplex = false; in ecore_mcp_handle_link_change()
H A Decore_sriov.c1091 p_bulletin->full_duplex = link->full_duplex; in ecore_iov_set_link()