Home
last modified time | relevance | path

Searched refs:features (Results 1 – 25 of 25) sorted by relevance

/components/drivers/phy/
A Dgeneral.c292 rt_uint32_t features; in rt_genphy_config() local
294 features = (RT_SUPPORTED_TP | RT_SUPPORTED_MII in rt_genphy_config()
304 features |= RT_SUPPORTED_Autoneg; in rt_genphy_config()
307 features |= RT_SUPPORTED_100baseT_Full; in rt_genphy_config()
309 features |= RT_SUPPORTED_100baseT_Half; in rt_genphy_config()
311 features |= RT_SUPPORTED_10baseT_Full; in rt_genphy_config()
313 features |= RT_SUPPORTED_10baseT_Half; in rt_genphy_config()
323 features |= RT_SUPPORTED_1000baseT_Full; in rt_genphy_config()
325 features |= RT_SUPPORTED_1000baseT_Half; in rt_genphy_config()
332 phydev->supported &= features; in rt_genphy_config()
[all …]
A Dphy.c197 if ((drv->features & RT_PHY_10G_FEATURES) == RT_PHY_10G_FEATURES || in rt_phy_read_mmd()
216 if ((drv->features & RT_PHY_10G_FEATURES) == RT_PHY_10G_FEATURES || in rt_phy_write_mmd()
497 .features = RT_PHY_GBIT_FEATURES | RT_SUPPORTED_MII |
551 pdev->advertising = pdev->drv->features; in phy_probe()
552 pdev->supported = pdev->drv->features; in phy_probe()
/components/net/netdev/
A DKconfig8 bool "Enable ifconfig features"
12 bool "Enable ping features"
16 bool "Enable netstat features"
20 bool "Enable default netdev automatic change features"
/components/net/lwip/lwip-2.1.2/
A DFEATURES5 Main features include:
9 - Extended features: IP forwarding over multiple network interfaces
10 - Extended TCP features: congestion control, RTT estimation and fast recovery/fast retransmit, send…
A DCHANGELOG66 ++ New features:
278 ++ New features:
354 ++ New features:
425 ++ New features:
1216 ++ New features:
1515 ++ New features:
2157 ++ New features:
2327 ++ New features:
2695 ++ New features:
3896 ++ New features:
[all …]
/components/libc/cplusplus/
A DKconfig2 bool "Enable C++ features"
/components/libc/posix/ipc/
A DKconfig23 # features: shared memory, message, and semaphores.
/components/libc/cplusplus/cpp11/
A DREADME.md5 Here are some features about rt-thread c++11 threading futures.
/components/lwp/
A DKconfig10 bool "Enable debugging features of LwP"
/components/drivers/include/drivers/
A Dphy.h97 rt_uint32_t features; member
A Dnvme.h445 struct rt_nvme_command_features features; member
/components/net/lwip/lwip-2.0.3/doc/
A Dcontrib.txt12 features of Savannah help us not lose users' input.
A Dmdns.txt6 Note! The MDNS responder does not have all features required by the standards.
A Dsavannah.txt57 After which you can edit your local files with bug fixes or new features and
A Dppp.txt7 1 - Supported PPP protocols and features
16 1 Supported PPP protocols and features
/components/net/lwip/lwip-2.1.2/doc/
A Dcontrib.txt12 features of Savannah help us not lose users' input.
A Dmdns.txt6 Note! The MDNS responder does not have all features required by the standards.
A Dsavannah.txt57 After which you can edit your local files with bug fixes or new features and
A Dppp.txt7 1 - Supported PPP protocols and features
16 1 Supported PPP protocols and features
/components/net/lwip/lwip-1.4.1/doc/
A Dcontrib.txt12 features of Savannah help us not lose users' input.
A Dsavannah.txt58 after which you can edit your local files with bug fixes or new features and
/components/drivers/nvme/
A Dnvme.c162 cmd.features.opcode = RT_NVME_ADMIN_OPCODE_SET_FEATURES; in nvme_set_features_simple()
163 cmd.features.fid = rt_cpu_to_le32(fid); in nvme_set_features_simple()
164 cmd.features.dword11 = rt_cpu_to_le32(dword11); in nvme_set_features_simple()
/components/net/lwip/
A DKconfig255 bool "Enable ping features"
/components/net/lwip/lwip-2.0.3/
A DCHANGELOG25 ++ New features:
101 ++ New features:
172 ++ New features:
963 ++ New features:
1262 ++ New features:
1904 ++ New features:
2074 ++ New features:
2442 ++ New features:
3643 ++ New features:
3913 ++ New features:
[all …]
/components/net/lwip/lwip-1.4.1/
A DCHANGELOG7 ++ New features:
306 ++ New features:
948 ++ New features:
1118 ++ New features:
1486 ++ New features:
2687 ++ New features:
2957 ++ New features:
2987 ++ New features:
3016 ++ New features:
3072 ++ New features:
[all …]

Completed in 708 milliseconds