Home
last modified time | relevance | path

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

/freebsd/sys/dev/qlnx/qlnxe/
H A Decore_vfpf_if.h640 u8 full_duplex; member
H A Decore_mcp_api.h93 bool full_duplex; member
H A Decore_vf.c1777 p_link->full_duplex = p_bulletin->full_duplex; in __ecore_vf_get_link_state()
H A Decore_sriov.c1084 p_bulletin->full_duplex = link->full_duplex; in ecore_iov_set_link()
H A Decore_mcp.c1480 p_link->full_duplex = true; in ecore_mcp_handle_link_change()
1501 p_link->full_duplex = false; in ecore_mcp_handle_link_change()
/freebsd/sys/contrib/alpine-hal/eth/
H A Dal_hal_eth_main.c1685 al_bool full_duplex) in al_eth_mac_link_config_1g_mac() argument
1726 if (full_duplex == AL_TRUE) { in al_eth_mac_link_config_1g_mac()
1766 al_bool full_duplex) in al_eth_mac_link_config_10g_mac() argument
1809 ((full_duplex) ? in al_eth_mac_link_config_10g_mac()
1823 al_bool full_duplex) in al_eth_mac_link_config() argument
1840 speed, full_duplex == AL_TRUE ? "full" : "half"); in al_eth_mac_link_config()
1847 if ((speed == 1000) && (full_duplex == AL_FALSE)) { in al_eth_mac_link_config()
1859 full_duplex); in al_eth_mac_link_config()
1865 full_duplex); in al_eth_mac_link_config()
H A Dal_hal_eth.h635 al_bool full_duplex);