Home
last modified time | relevance | path

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

/Linux-v5.10/Documentation/networking/device_drivers/ethernet/dec/
Dde4x5.rst94 from, e.g. TP, reconnect to BNC and things will still work (after a
173 TP, TP_NW, BNC, AUI, BNC_AUI, 100Mb, 10Mb, AUTO
179 insmod de4x5 args='eth1:fdx autosense=BNC eth0:autosense=100Mb'.
185 Yes, I know full duplex isn't permissible on BNC or AUI; they're just
/Linux-v5.10/Documentation/networking/device_drivers/ethernet/smsc/
Dsmc9.rst38 2 for AUI ( or BNC on some cards )
/Linux-v5.10/Documentation/networking/device_drivers/ethernet/ti/
Dtlan.rst76 interface. This is also what to do if you want to use the BNC
78 device that does not have an AUI/BNC connector will probably
/Linux-v5.10/drivers/net/ethernet/dec/tulip/
Dde4x5.c1162 lp->params.autosense = BNC; in de4x5_hw_init()
2404 } else if ((lp->autosense == BNC) || (lp->autosense == AUI) || (lp->autosense == BNC_AUI)) { in dc21040_autoconf()
2424 case BNC: in dc21040_autoconf()
2560 } else if (lp->autosense == BNC) { in dc21041_autoconf()
2561 lp->media = BNC; in dc21041_autoconf()
2633 lp->media = BNC; in dc21041_autoconf()
2664 lp->media = BNC; in dc21041_autoconf()
2681 case BNC: in dc21041_autoconf()
2720 next_tick = de4x5_suspect_state(dev, 1000, BNC, ping_media, dc21041_autoconf); in dc21041_autoconf()
2883 case BNC: in dc21140m_autoconf()
[all …]
Dde4x5.h817 #define BNC 0x0004 /* Thinwire */ macro
/Linux-v5.10/Documentation/networking/
Darcnet-hardware.rst115 with four BNC connectors containing four 47 Ohm resistors::
579 standard BNC female connector for connection to RG-62/U coax cable.
630 J1 BNC RG62/U Connector (PC130E only)
789 The PC500 is equipped with a standard BNC female connector for connection
838 J1 BNC RG62/U Connector (PC500 only)
1035 only (the JP0 jumper is hardwired), and BNC only.
1054 | -- ##### #### BNC Connector
1368 J1 BNC RG62/U Connector (all except CN120TP)
1578 J1 BNC RG62/U Connector (CN160A/AB only)
1801 | | BNC | |
[all …]
/Linux-v5.10/Documentation/networking/device_drivers/fddi/
Ddefza.rst19 between the DEC proprietary ThinWire-PMD using a BNC connector and the
/Linux-v5.10/include/uapi/linux/
Dethtool.h1644 #define SUPPORTED_BNC __ETHTOOL_LINK_MODE_LEGACY_MASK(BNC)
1684 #define ADVERTISED_BNC __ETHTOOL_LINK_MODE_LEGACY_MASK(BNC)
/Linux-v5.10/net/ethtool/
Dcommon.c116 __DEFINE_SPECIAL_MODE_NAME(BNC, "BNC"),
Dlinkmodes.c183 __DEFINE_SPECIAL_MODE_PARAMS(BNC),
/Linux-v5.10/Documentation/networking/device_drivers/ethernet/3com/
Dvortex.rst48 - 3c905B Cyclone 10/100/BNC
111 3 10base2 (BNC)
D3c509.rst116 3 10base2 (thin-net == coax / BNC connector)
/Linux-v5.10/drivers/net/ethernet/mellanox/mlx5/core/
Den_ethtool.c777 supported, BNC); in ptys2ethtool_supported_advertised_port()
779 advertising, BNC); in ptys2ethtool_supported_advertised_port()
/Linux-v5.10/drivers/net/phy/
Dphylink.c128 phylink_set(mask, BNC); in phylink_set_port_modes()