Home
last modified time | relevance | path

Searched refs:PHY_ANAR_10BTHALF (Results 1 – 4 of 4) sorted by relevance

/dragonfly/sys/dev/netif/xe/
H A Dif_xereg.h669 #define PHY_ANAR_10BTHALF 0x0020 /* 10Base-T half duplex capable */ macro
H A Dif_xe.c1003 anar |= PHY_ANAR_100BTXHALF|PHY_ANAR_10BTHALF; in xe_setmedia_serialized()
/dragonfly/sys/dev/netif/my/
H A Dif_myreg.h499 #define PHY_ANAR_10BTHALF 0x0020 macro
H A Dif_my.c1574 else if (advert & PHY_ANAR_10BTHALF && ability & PHY_ANAR_10BTHALF) in my_ifmedia_sts()