Home
last modified time | relevance | path

Searched refs:ctl (Results 1 – 2 of 2) sorted by relevance

/components/drivers/phy/
A Dgeneral.c102 int ctl; in __genphy_restart_aneg() local
106 if (ctl < 0) in __genphy_restart_aneg()
107 return ctl; in __genphy_restart_aneg()
111 ctl &= ~(RT_BMCR_ISOLATE); in __genphy_restart_aneg()
113 ctl = rt_phy_write(phydev, RT_MDIO_DEVAD_NONE, RT_MII_BMCR, ctl); in __genphy_restart_aneg()
115 return ctl; in __genphy_restart_aneg()
122 int ctl = RT_BMCR_ANRESTART; in rt_genphy_config_aneg() local
130 ctl |= RT_BMCR_SPEED100; in rt_genphy_config_aneg()
149 if (ctl < 0) in rt_genphy_config_aneg()
150 return ctl; in rt_genphy_config_aneg()
[all …]
/components/net/sal/include/
A Dsal_socket.h269 #define __CMSG_FIRSTHDR(ctl, len) \ argument
270 ((len) >= sizeof(struct cmsghdr) ? (struct cmsghdr *)(ctl) : (struct cmsghdr *)NULL)

Completed in 5 milliseconds