Home
last modified time | relevance | path

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

/Linux-v4.19/Documentation/networking/
Dde4x5.txt86 from, e.g. TP, reconnect to BNC and things will still work (after a
164 TP, TP_NW, BNC, AUI, BNC_AUI, 100Mb, 10Mb, AUTO
169 insmod de4x5 args='eth1:fdx autosense=BNC eth0:autosense=100Mb'.
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.txt58 interface. This is also what to do if you want to use the BNC
60 device that does not have an AUI/BNC connector will probably
Darcnet-hardware.txt106 with four BNC connectors containing four 47 Ohm resistors:
552 standard BNC female connector for connection to RG-62/U coax cable.
602 J1 BNC RG62/U Connector (PC130E only)
763 The PC500 is equipped with a standard BNC female connector for connection
810 J1 BNC RG62/U Connector (PC500 only)
1004 only (the JP0 jumper is hardwired), and BNC only.
1023 | -- ##### #### BNC Connector
1328 J1 BNC RG62/U Connector (all except CN120TP)
1537 J1 BNC RG62/U Connector (CN160A/AB only)
1747 | | BNC | |
[all …]
Dvortex.txt42 3c905B Cyclone 10/100/BNC
103 3 10base2 (BNC)
D3c509.txt105 3 10base2 (thin-net == coax / BNC connector)
/Linux-v4.19/drivers/net/ethernet/dec/tulip/
Dde4x5.c1162 lp->params.autosense = BNC; in de4x5_hw_init()
2405 } else if ((lp->autosense == BNC) || (lp->autosense == AUI) || (lp->autosense == BNC_AUI)) { in dc21040_autoconf()
2425 case BNC: in dc21040_autoconf()
2561 } else if (lp->autosense == BNC) { in dc21041_autoconf()
2562 lp->media = BNC; in dc21041_autoconf()
2634 lp->media = BNC; in dc21041_autoconf()
2665 lp->media = BNC; in dc21041_autoconf()
2682 case BNC: in dc21041_autoconf()
2721 next_tick = de4x5_suspect_state(dev, 1000, BNC, ping_media, dc21041_autoconf); in dc21041_autoconf()
2884 case BNC: in dc21140m_autoconf()
[all …]
Dde4x5.h817 #define BNC 0x0004 /* Thinwire */ macro
/Linux-v4.19/include/uapi/linux/
Dethtool.h1489 #define SUPPORTED_BNC __ETHTOOL_LINK_MODE_LEGACY_MASK(BNC)
1529 #define ADVERTISED_BNC __ETHTOOL_LINK_MODE_LEGACY_MASK(BNC)
/Linux-v4.19/drivers/net/ethernet/mellanox/mlx5/core/
Den_ethtool.c591 supported, BNC); in ptys2ethtool_supported_advertised_port()
593 advertising, BNC); in ptys2ethtool_supported_advertised_port()
/Linux-v4.19/drivers/net/phy/
Dphylink.c111 phylink_set(mask, BNC); in phylink_set_port_modes()