Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/ethernet/
Deth_litex_liteeth.c289 ETHERNET_LINK_10BASE_T | ETHERNET_LINK_100BASE_T | ETHERNET_LINK_1000BASE_T; in eth_caps()
Deth_nxp_imx_netc.c280 return (ETHERNET_LINK_10BASE_T | ETHERNET_LINK_100BASE_T | ETHERNET_LINK_1000BASE_T | in netc_eth_get_capabilities()
Deth_nxp_s32_netc.c272 | ETHERNET_LINK_1000BASE_T in nxp_s32_eth_get_capabilities()
Deth_e1000.c86 ETHERNET_LINK_1000BASE_T | in e1000_caps()
Deth_ivshmem.c91 return ETHERNET_LINK_10BASE_T | ETHERNET_LINK_100BASE_T | ETHERNET_LINK_1000BASE_T; in eth_ivshmem_caps()
Deth_xlnx_gem.c625 caps |= (ETHERNET_LINK_1000BASE_T | in eth_xlnx_gem_get_capabilities()
629 caps |= ETHERNET_LINK_1000BASE_T; in eth_xlnx_gem_get_capabilities()
Deth_dwmac.c105 caps |= ETHERNET_LINK_1000BASE_T; in dwmac_caps()
Deth_cyclonev.c373 caps |= ETHERNET_LINK_1000BASE_T; in eth_cyclonev_caps()
Deth_nxp_s32_gmac.c565 | ETHERNET_LINK_1000BASE_T in eth_nxp_s32_get_capabilities()
/Zephyr-latest/subsys/net/l2/ethernet/
Dethernet_mgmt.c75 ETHERNET_LINK_1000BASE_T)) { in ethernet_set_config()
/Zephyr-latest/include/zephyr/net/
Dethernet.h164 ETHERNET_LINK_1000BASE_T = BIT(6), enumerator
/Zephyr-latest/subsys/net/lib/shell/
Diface.c47 EC(ETHERNET_LINK_1000BASE_T, "1 Gbits"),
/Zephyr-latest/drivers/wifi/nrf_wifi/src/
Dnet_if.c336 ETHERNET_LINK_100BASE_T | ETHERNET_LINK_1000BASE_T); in nrf_wifi_if_caps_get()
/Zephyr-latest/drivers/ethernet/nxp_enet/
Deth_nxp_enet.c274 caps |= ETHERNET_LINK_1000BASE_T; in eth_nxp_enet_get_capabilities()
/Zephyr-latest/drivers/ethernet/dwc_xgmac/
Deth_dwc_xgmac.c1731 caps = (ETHERNET_LINK_1000BASE_T | ETHERNET_LINK_100BASE_T | ETHERNET_LINK_10BASE_T | in eth_dwc_xgmac_get_capabilities()