Home
last modified time | relevance | path

Searched refs:AUI (Results 1 – 12 of 12) sorted by relevance

/Linux-v4.19/Documentation/networking/
Dde4x5.txt6 DE435 TP/COAX/AUI PCI
7 DE450 TP/COAX/AUI PCI
164 TP, TP_NW, BNC, AUI, BNC_AUI, 100Mb, 10Mb, AUTO
172 DE4X5_OPTS = -DDE4X5_PARM='"eth0:fdx autosense=AUI eth2:autosense=TP"'
174 Yes, I know full duplex isn't permissible on BNC or AUI; they're just
Dsmc9.txt31 2 for AUI ( or BNC on some cards )
Dtlan.txt57 the adapter to use the AUI interface instead of the 10 Base T
60 device that does not have an AUI/BNC connector will probably
D3c509.txt71 connector), not its AUI (thick-net) or 10base2 (thin-net/coax) interfaces.
72 AUI and 10base2 network cabling is physically incapable of full-duplex
103 1 AUI (thick-net / DB15 connector)
Dvortex.txt101 1 10Mbs AUI
244 10base2 and AUI interfaces.
246 Prior to January, 2001 this driver would autoeselect the 10base2 or AUI
Dcs89x0.txt66 10BaseT-only or 3-media configurations (10BaseT, 10Base2, and AUI for 10Base-5
110 * Appropriate cable (and connector for AUI, 10BASE-2) for your network
217 address of 200h, interrupt 10, and use the AUI media connection. The following
494 a 10Base-2 or AUI connection.)
/Linux-v4.19/drivers/net/ethernet/apple/
DKconfig36 MACE ethernet chip have an Apple AUI port (small 15-pin connector),
/Linux-v4.19/drivers/net/ethernet/dec/tulip/
Dde4x5.c2405 } else if ((lp->autosense == BNC) || (lp->autosense == AUI) || (lp->autosense == BNC_AUI)) { in dc21040_autoconf()
2426 case AUI: in dc21040_autoconf()
2563 } else if (lp->autosense == AUI) { in dc21041_autoconf()
2564 lp->media = AUI; in dc21041_autoconf()
2586 lp->media = AUI; in dc21041_autoconf()
2632 lp->media = AUI; /* Non selected port activity */ in dc21041_autoconf()
2652 case AUI: in dc21041_autoconf()
2679 next_tick = de4x5_suspect_state(dev, 1000, AUI, ping_media, dc21041_autoconf); in dc21041_autoconf()
2885 case AUI: in dc21140m_autoconf()
2966 } else if (lp->autosense == AUI) { in dc2114x_autoconf()
[all …]
Dde4x5.h818 #define AUI 0x0008 /* Thickwire */ macro
/Linux-v4.19/include/uapi/linux/
Dethtool.h1486 #define SUPPORTED_AUI __ETHTOOL_LINK_MODE_LEGACY_MASK(AUI)
1526 #define ADVERTISED_AUI __ETHTOOL_LINK_MODE_LEGACY_MASK(AUI)
/Linux-v4.19/drivers/net/ethernet/mellanox/mlx5/core/
Den_ethtool.c585 supported, AUI); in ptys2ethtool_supported_advertised_port()
587 advertising, AUI); in ptys2ethtool_supported_advertised_port()
/Linux-v4.19/drivers/net/phy/
Dphylink.c108 phylink_set(mask, AUI); in phylink_set_port_modes()