Home
last modified time | relevance | path

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

/Linux-v5.4/Documentation/networking/device_drivers/dec/
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
/Linux-v5.4/Documentation/networking/device_drivers/smsc/
Dsmc9.txt31 2 for AUI ( or BNC on some cards )
/Linux-v5.4/Documentation/networking/device_drivers/ti/
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
/Linux-v5.4/drivers/net/ethernet/dec/tulip/
Dde4x5.c2404 } else if ((lp->autosense == BNC) || (lp->autosense == AUI) || (lp->autosense == BNC_AUI)) { in dc21040_autoconf()
2425 case AUI: in dc21040_autoconf()
2562 } else if (lp->autosense == AUI) { in dc21041_autoconf()
2563 lp->media = AUI; in dc21041_autoconf()
2585 lp->media = AUI; in dc21041_autoconf()
2631 lp->media = AUI; /* Non selected port activity */ in dc21041_autoconf()
2651 case AUI: in dc21041_autoconf()
2678 next_tick = de4x5_suspect_state(dev, 1000, AUI, ping_media, dc21041_autoconf); in dc21041_autoconf()
2884 case AUI: in dc21140m_autoconf()
2965 } else if (lp->autosense == AUI) { in dc2114x_autoconf()
[all …]
Dde4x5.h818 #define AUI 0x0008 /* Thickwire */ macro
/Linux-v5.4/Documentation/networking/device_drivers/3com/
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
/Linux-v5.4/drivers/net/ethernet/apple/
DKconfig37 MACE ethernet chip have an Apple AUI port (small 15-pin connector),
/Linux-v5.4/include/uapi/linux/
Dethtool.h1530 #define SUPPORTED_AUI __ETHTOOL_LINK_MODE_LEGACY_MASK(AUI)
1570 #define ADVERTISED_AUI __ETHTOOL_LINK_MODE_LEGACY_MASK(AUI)
/Linux-v5.4/Documentation/networking/device_drivers/cirrus/
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-v5.4/drivers/net/ethernet/mellanox/mlx5/core/
Den_ethtool.c752 supported, AUI); in ptys2ethtool_supported_advertised_port()
754 advertising, AUI); in ptys2ethtool_supported_advertised_port()
/Linux-v5.4/drivers/net/phy/
Dphylink.c119 phylink_set(mask, AUI); in phylink_set_port_modes()