Home
last modified time | relevance | path

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

/linux-3.4.99/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.txt72 connector), not its AUI (thick-net) or 10base2 (thin-net/coax) interfaces.
73 AUI and 10base2 network cabling is physically incapable of full-duplex
104 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.txt67 10BaseT-only or 3-media configurations (10BaseT, 10Base2, and AUI for 10Base-5
111 * Appropriate cable (and connector for AUI, 10BASE-2) for your network
218 address of 200h, interrupt 10, and use the AUI media connection. The following
573 a 10Base-2 or AUI connection.)
/linux-3.4.99/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-3.4.99/drivers/net/ethernet/apple/
DKconfig38 MACE ethernet chip have an Apple AUI port (small 15-pin connector),
/linux-3.4.99/drivers/net/ethernet/i825xx/
Deexpress.c274 enum eexp_iftype {AUI=0, BNC=1, TPE=2}; enumerator
374 dev->if_port = AUI; in do_express_probe()
1113 dev->if_port = !(setupval & 0x1000) ? AUI : in eexp_hw_probe()
Deepro.c162 enum iftype { AUI=0, BNC=1, TPE=2 }; enumerator