Home
last modified time | relevance | path

Searched +full:network +full:- +full:on +full:- +full:chip (Results 1 – 25 of 368) sorted by relevance

12345678910>>...15

/Linux-v5.10/drivers/interconnect/qcom/
DKconfig1 # SPDX-License-Identifier: GPL-2.0-only
3 bool "Qualcomm Network-on-Chip interconnect drivers"
4 depends on ARCH_QCOM
6 Support for Qualcomm's Network-on-Chip interconnect hardware.
13 depends on INTERCONNECT_QCOM
14 depends on QCOM_SMD_RPM
17 This is a driver for the Qualcomm Network-on-Chip on msm8916-based
22 depends on INTERCONNECT_QCOM
23 depends on QCOM_SMD_RPM
26 This is a driver for the Qualcomm Network-on-Chip on msm8974-based
[all …]
/Linux-v5.10/Documentation/networking/device_drivers/wan/
Dz8530book.rst10 The Z85x30 family synchronous/asynchronous controller chips are used on
11 a large number of cheap network interface cards. The kernel provides a
13 services using this chip.
25 on the chip (each chip has two channels).
28 chip is interface to the I/O and interrupt facilities of the host
34 The DMA mode supports the chip when it is configured to use dual DMA
35 channels on an ISA bus. The better cards tend to support this mode of
38 noting here that many PC machines hang or crash when the chip is driven
54 Having identified the chip you need to fill in a struct z8530_dev,
55 which describes each chip. This object must exist until you finally
[all …]
/Linux-v5.10/drivers/net/ethernet/mellanox/mlx5/core/
DKconfig1 # SPDX-License-Identifier: GPL-2.0-only
7 tristate "Mellanox 5th generation network adapters (ConnectX series) core driver"
8 depends on PCI
10 depends on VXLAN || !VXLAN
11 depends on MLXFW || !MLXFW
12 depends on PTP_1588_CLOCK || !PTP_1588_CLOCK
13 depends on PCI_HYPERV_INTERFACE || !PCI_HYPERV_INTERFACE
16 Core driver for low level functionality of the ConnectX-4 and
17 Connect-IB cards by Mellanox Technologies.
24 depends on MLX5_CORE
[all …]
/Linux-v5.10/Documentation/devicetree/bindings/devfreq/event/
Dexynos-nocp.txt2 * Samsung Exynos NoC (Network on Chip) Probe device
4 The Samsung Exynos542x SoC has NoC (Network on Chip) Probe for NoC bus.
6 that the Network on Chip (NoC) probes detects are transported over
7 the network infrastructure to observer units. You can configure probes to
8 capture packets with header or data on the data request response network,
14 - compatible: Should be "samsung,exynos5420-nocp"
15 - reg: physical base address of each NoC Probe and length of memory mapped region.
18 - clock-names : the name of clock used by the NoC Probe, "nocp"
19 - clocks : phandles for clock specified in "clock-names" property
24 compatible = "samsung,exynos5420-nocp";
/Linux-v5.10/drivers/net/ethernet/micrel/
DKconfig1 # SPDX-License-Identifier: GPL-2.0-only
9 depends on (HAS_IOMEM && DMA_ENGINE) || SPI || PCI || HAS_IOMEM
11 If you have a network (Ethernet) card belonging to this class, say Y.
22 depends on HAS_IOMEM && DMA_ENGINE
24 This platform driver is for KSZ8841(1-port) / KS8842(2-port)
25 ethernet switch chip (managed, VLAN, QoS) from Micrel or
30 depends on SPI
35 SPI driver for Micrel KS8851 SPI attached network chip.
39 depends on HAS_IOMEM
45 multiplexed network chip.
[all …]
Dks8851_common.c1 // SPDX-License-Identifier: GPL-2.0-only
31 * ks8851_lock - register access lock
32 * @ks: The chip state
35 * Claim chip register access lock
39 ks->lock(ks, flags); in ks8851_lock()
43 * ks8851_unlock - register access unlock
44 * @ks: The chip state
47 * Release chip register access lock
51 ks->unlock(ks, flags); in ks8851_unlock()
55 * ks8851_wrreg16 - write 16bit register value to chip
[all …]
Dks8851_par.c1 // SPDX-License-Identifier: GPL-2.0-only
35 * struct ks8851_net_par - KS8851 Parallel driver private data
42 * The @lock ensures that the chip is protected when certain operations are
44 * of the chip registers are not accessible until the transfer is finished
45 * and the DMA has been de-asserted.
58 * ks8851_lock_par - register access lock
59 * @ks: The chip state
62 * Claim chip register access lock
68 spin_lock_irqsave(&ksp->lock, *flags); in ks8851_lock_par()
72 * ks8851_unlock_par - register access unlock
[all …]
/Linux-v5.10/drivers/net/ethernet/sun/
DKconfig1 # SPDX-License-Identifier: GPL-2.0
3 # Sun network device configuration
9 depends on SUN3 || SBUS || PCI || SUN_LDOMS
11 If you have a network (Ethernet) card belonging to this class, say Y.
15 the questions about Sun network interfaces. If you say Y, you will be
22 depends on (SBUS || PCI)
25 This driver supports the "hme" interface present on most Ultra
26 systems and as an option on older Sbus systems. This driver supports
35 depends on SBUS
46 depends on SBUS
[all …]
/Linux-v5.10/include/linux/platform_data/
Ddsa.h1 /* SPDX-License-Identifier: GPL-2.0 */
10 #define DSA_RTABLE_NONE -1
20 * Reference to network devices
27 /* Device tree node pointer for this specific switch chip
44 * An array of which element [a] indicates which port on this
46 * for switch a. Can be NULL if there is only one switch chip.
53 * Reference to a Linux network interface that connects
54 * to the root switch chip of the tree.
61 * connected via this network interface.
64 struct dsa_chip_data *chip; member
/Linux-v5.10/drivers/net/ethernet/i825xx/
DKconfig1 # SPDX-License-Identifier: GPL-2.0-only
3 # Intel 82596/82593/82596 network device configuration
9 depends on NET_VENDOR_INTEL
11 If you have a network (Ethernet) card belonging to this class, say Y.
22 depends on ARM && ARCH_ACORN
24 If you have an Acorn system with one of these (AKA25) network cards,
29 depends on BVME6000
31 This is the driver for the Ethernet interface on BVME4000 and
32 BVME6000 VME boards. Say Y here to include the driver for this chip
38 depends on GSC
[all …]
/Linux-v5.10/drivers/net/ethernet/microchip/
DKconfig1 # SPDX-License-Identifier: GPL-2.0-only
3 # Microchip network device configuration
10 If you have a network (Ethernet) card belonging to this class, say Y.
21 depends on SPI
24 Support for the Microchip EN28J60 ethernet chip.
31 depends on ENC28J60
38 depends on SPI
40 Support for the Microchip ENC424J600/624J600 ethernet chip.
47 depends on PCI
52 Support for the Microchip LAN743x PCI Express Gigabit Ethernet chip
/Linux-v5.10/drivers/net/ethernet/dec/tulip/
DKconfig1 # SPDX-License-Identifier: GPL-2.0-only
3 # Tulip family network device configuration
7 bool "DEC - Tulip devices"
8 depends on (PCI || EISA || CARDBUS)
10 This selects the "Tulip" family of EISA/PCI network cards.
16 depends on PCI
20 cards and also works with cards based on the DECchip
24 cards, below. However, most people with a network card of this type
32 depends on DE2104X
38 (the descriptor is 16 bytes). This is necessary on systems that lack
[all …]
/Linux-v5.10/drivers/net/ethernet/cavium/
DKconfig1 # SPDX-License-Identifier: GPL-2.0-only
10 Select this option if you want enable Cavium network support.
12 If you have a Cavium SoC or network adapter, say Y.
18 depends on 64BIT && PCI
23 move network traffic to/from the memory. The NIC
26 standalone PCIe NIC chip.
31 depends on 64BIT && PCI
37 depends on 64BIT && PCI
47 depends on 64BIT && PCI
52 present on CN81XX chip.
[all …]
/Linux-v5.10/drivers/net/ethernet/8390/
DKconfig1 # SPDX-License-Identifier: GPL-2.0-only
9 depends on NET_VENDOR_NATSEMI
11 If you have a network (Ethernet) card belonging to this class, say Y.
22 depends on PCMCIA
24 Say Y here if you intend to attach an Asix AX88190-based PCMCIA
25 (PC-card) Fast Ethernet card to your computer. These cards are
34 depends on (ARM || MIPS || SUPERH || ZORRO || COMPILE_TEST)
40 chip detection and resources
44 depends on AX88796
51 depends on ZORRO
[all …]
/Linux-v5.10/Documentation/devicetree/bindings/net/
Dibm,emac.txt7 below, the node for the OPB bus on which the EMAC sits must have a
8 correct clock-frequency property.
13 - device_type : "network"
15 - compatible : compatible list, contains 2 entries, first is
16 "ibm,emac-CHIP" where CHIP is the host ASIC (440gx,
18 "ibm,emac4". For Axon, thus, we have: "ibm,emac-axon",
20 - interrupts : <interrupt mapping for EMAC IRQ and WOL IRQ>
21 - reg : <registers mapping>
22 - local-mac-address : 6 bytes, MAC address
23 - mal-device : phandle of the associated McMAL node
[all …]
/Linux-v5.10/drivers/leds/
DKconfig1 # SPDX-License-Identifier: GPL-2.0-only
25 depends on LEDS_CLASS
35 depends on LEDS_CLASS
45 depends on LEDS_CLASS
50 See Documentation/ABI/testing/sysfs-class-led for details.
56 depends on LEDS_CLASS
57 depends on MFD_88PM860X
59 This option enables support for on-chip LED drivers found on Marvell
64 depends on LEDS_CLASS_FLASH
65 depends on V4L2_FLASH_LED_CLASS || !V4L2_FLASH_LED_CLASS
[all …]
/Linux-v5.10/drivers/devfreq/event/
DKconfig1 # SPDX-License-Identifier: GPL-2.0-only
3 bool "DEVFREQ-Event device Support"
5 The devfreq-event device provide the raw data and events which
6 indicate the current state of devfreq-event device. The provided
7 data from devfreq-event device is used to monitor the state of
11 The devfreq-event device can support the various type of events
18 tristate "Exynos NoC (Network On Chip) Probe DEVFREQ event Driver"
19 depends on ARCH_EXYNOS || COMPILE_TEST
23 This add the devfreq-event driver for Exynos SoC. It provides NoC
24 (Network on Chip) Probe counters to measure the bandwidth of AXI bus.
[all …]
/Linux-v5.10/drivers/net/usb/
DKconfig1 # SPDX-License-Identifier: GPL-2.0-only
3 # USB Network devices configuration
5 comment "Host-side USB support is needed for USB Network Adapter support"
6 depends on !USB && NET
9 tristate "USB Network Adapters"
11 depends on USB && NET
16 tristate "USB CATC NetMate-based Ethernet device support"
20 device based on the EL1210A chip. Supported devices are:
28 typically on eth0, if it is the only ethernet device, or perhaps on
35 tristate "USB KLSI KL5USB101-based ethernet device support"
[all …]
/Linux-v5.10/Documentation/networking/device_drivers/ethernet/davicom/
Ddm9000.rst1 .. SPDX-License-Identifier: GPL-2.0
4 DM9000 Network driver
9 Ben Dooks <ben@simtec.co.uk> <ben-linux@fluff.org>
13 ------------
15 This file describes how to use the DM9000 platform-device based network driver
18 The driver supports three DM9000 variants, the DM9000E which is the first chip
25 ----------------------------
37 An example from arch/arm/mach-s3c2410/mach-bast.c is::
91 -------------
113 The chip is connected to an external PHY.
[all …]
/Linux-v5.10/drivers/net/ethernet/apple/
DKconfig1 # SPDX-License-Identifier: GPL-2.0-only
9 depends on (PPC_PMAC && PPC32) || MAC
11 If you have a network (Ethernet) card belonging to this class, say Y.
22 depends on PPC_PMAC && PPC32
25 Power Macintoshes and clones with Ethernet built-in on the
27 Ethernet) interface. Say Y to include support for the MACE chip.
34 depends on MACE
36 Some Apple machines (notably the Apple Network Server) which use the
37 MACE ethernet chip have an Apple AUI port (small 15-pin connector),
38 instead of an 8-pin RJ45 connector for twisted-pair ethernet. Say
[all …]
/Linux-v5.10/Documentation/devicetree/bindings/interconnect/
Dqcom,msm8974.yaml1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Qualcomm MSM8974 Network-On-Chip Interconnect
10 - Brian Masney <masneyb@onstation.org>
14 bandwidth requirements between various network-on-chip fabrics.
22 - qcom,msm8974-bimc
23 - qcom,msm8974-cnoc
24 - qcom,msm8974-mmssnoc
25 - qcom,msm8974-ocmemnoc
[all …]
/Linux-v5.10/drivers/net/ethernet/adaptec/
DKconfig1 # SPDX-License-Identifier: GPL-2.0-only
3 # Adaptec network device configuration
9 depends on PCI
11 If you have a network (Ethernet) card belonging to this class, say Y.
22 depends on PCI
26 Say Y here if you have an Adaptec Starfire (or DuraLAN) PCI network
27 adapter. The DuraLAN chip is used on the 64 bit PCI boards from
28 Adaptec e.g. the ANA-6922A. The older 32 bit boards use the tulip
/Linux-v5.10/drivers/net/ethernet/pasemi/
DKconfig1 # SPDX-License-Identifier: GPL-2.0-only
3 # PA Semi network device configuration
9 depends on PPC_PASEMI && PCI
11 If you have a network (Ethernet) card belonging to this class, say Y.
22 depends on PPC_PASEMI && PCI
25 This driver supports the on-chip 1/10Gbit Ethernet controller on
/Linux-v5.10/drivers/net/appletalk/
DKconfig1 # SPDX-License-Identifier: GPL-2.0-only
10 on a network. If your Linux box is connected to such a network and you
14 <http://www.zettabyte.net/netatalk/> on the WWW for details.
17 network using serial links. EtherTalk and LocalTalk are fully
21 Macs is on the WWW at <http://www.eats.com/linux_mac_win.html>. The
22 NET3-4-HOWTO, available from
34 depends on ATALK
37 on a network. If your Linux box is connected to such a network, and wish
39 connect to the AppleTalk network, say Y.
44 depends on DEV_APPLETALK && (ISA || EISA) && ISA_DMA_API && VIRT_TO_BUS
[all …]
/Linux-v5.10/drivers/parport/
DKconfig1 # SPDX-License-Identifier: GPL-2.0-only
4 # see Documentation/kbuild/kconfig-language.rst.
17 depends on HAS_IOMEM
22 create a mini network by connecting the parallel ports of two local
24 <file:Documentation/admin-guide/parport.rst> and
25 <file:drivers/parport/BUGS-parport>.
28 to the parallel port see <http://www.torque.net/linux-pp.html> on
37 look at <file:Documentation/admin-guide/parport.rst>.
44 tristate "PC-style hardware"
45 depends on ARCH_MIGHT_HAVE_PC_PARPORT
[all …]

12345678910>>...15