Home
last modified time | relevance | path

Searched refs:ANAR_FC (Results 1 – 6 of 6) sorted by relevance

/openbsd/sys/dev/mii/
H A Dmii.h111 #define ANAR_FC 0x0400 /* local device supports PAUSE */ macro
H A Dmii_physubr.c160 anar |= ANAR_FC; in mii_phy_auto()
H A Drgephy.c417 anar |= ANAR_FC | ANAR_X_PAUSE_ASYM; in rgephy_mii_phy_auto()
H A Dbrgphy.c728 anar |= ANAR_PAUSE_ASYM | ANAR_FC; in brgphy_mii_phy_auto()
/openbsd/sys/dev/usb/
H A Dif_ure.c574 anar | ANAR_PAUSE_ASYM | ANAR_FC); in ure_ifmedia_upd()
/openbsd/sys/dev/pci/
H A Dif_rge.c971 rge_write_phy(sc, 0, MII_ANAR, anar | ANAR_PAUSE_ASYM | ANAR_FC); in rge_ifmedia_upd()