Home
last modified time | relevance | path

Searched refs:interfaces (Results 1 – 25 of 634) sorted by relevance

12345678910>>...26

/linux/drivers/net/phy/
H A Dsfp-bus.c142 * @interfaces: pointer to an array of unsigned long for phy interface modes
149 unsigned long *support, unsigned long *interfaces) in sfp_parse_support() argument
178 __set_bit(PHY_INTERFACE_MODE_10GBASER, interfaces); in sfp_parse_support()
182 __set_bit(PHY_INTERFACE_MODE_10GBASER, interfaces); in sfp_parse_support()
186 __set_bit(PHY_INTERFACE_MODE_10GBASER, interfaces); in sfp_parse_support()
190 __set_bit(PHY_INTERFACE_MODE_10GBASER, interfaces); in sfp_parse_support()
196 __set_bit(PHY_INTERFACE_MODE_1000BASEX, interfaces); in sfp_parse_support()
201 __set_bit(PHY_INTERFACE_MODE_1000BASEX, interfaces); in sfp_parse_support()
202 __set_bit(PHY_INTERFACE_MODE_SGMII, interfaces); in sfp_parse_support()
209 __set_bit(PHY_INTERFACE_MODE_1000BASEX, interfaces); in sfp_parse_support()
[all...]
H A Dmarvell10g.c155 int (*select_mactype)(unsigned long *interfaces);
470 DECLARE_PHY_INTERFACE_MASK(interfaces); in mv3310_sfp_insert()
473 sfp_parse_support(phydev->sfp_bus, id, support, interfaces); in mv3310_sfp_insert()
630 static int mv2110_select_mactype(unsigned long *interfaces) in mv2110_select_mactype() argument
632 if (test_bit(PHY_INTERFACE_MODE_USXGMII, interfaces)) in mv2110_select_mactype()
634 else if (test_bit(PHY_INTERFACE_MODE_SGMII, interfaces) && in mv2110_select_mactype()
635 !test_bit(PHY_INTERFACE_MODE_10GBASER, interfaces)) in mv2110_select_mactype()
637 else if (test_bit(PHY_INTERFACE_MODE_10GBASER, interfaces)) in mv2110_select_mactype()
669 static int mv3310_select_mactype(unsigned long *interfaces) in mv3310_select_mactype() argument
671 if (test_bit(PHY_INTERFACE_MODE_USXGMII, interfaces)) in mv3310_select_mactype()
[all...]
/linux/Documentation/networking/
H A Dipv6.rst37 No IPv6 addresses will be added to interfaces, and
45 on all interfaces. This might be used when one does not wish
52 IPv6 address autoconfiguration is disabled on all interfaces.
55 will be added to interfaces.
58 IPv6 address autoconfiguration is enabled on all interfaces.
64 Specifies whether to disable IPv6 on all interfaces.
70 IPv6 is enabled on all interfaces.
75 IPv6 is disabled on all interfaces.
77 No IPv6 addresses will be added to interfaces.
H A D6lowpan.rst4 Netdev private dataroom for 6lowpan interfaces
7 All 6lowpan able net devices, means all interfaces with ARPHRD_6LOWPAN,
53 by ARPHRD_6LOWPAN interfaces.
H A Dproc_net_tcp.rst7 This document describes the interfaces /proc/net/tcp and /proc/net/tcp6.
8 Note that these interfaces are deprecated in favor of tcp_diag.
10 These /proc interfaces provide information about currently active TCP
/linux/Documentation/ABI/
H A DREADME3 userspace, and the relative stability of these interfaces. Due to the
5 interfaces should be used by userspace programs in different ways.
14 This directory documents the interfaces that the developer has
16 interfaces with no restrictions, and backward compatibility for
17 them will be guaranteed for at least 2 years. Most interfaces
22 This directory documents interfaces that are felt to be stable,
27 programs can start to rely on these interfaces, but they must be
28 aware of changes that can occur before these interfaces move to
29 be marked stable. Programs that use these interfaces are
31 these interfaces, s
[all...]
/linux/Documentation/scsi/
H A Dbnx2fc.rst7 cooperates with all interfaces provided by the Linux ecosystem for FC/FCoE and
13 depend on the state of the network interfaces to operate. As such, the network
15 It is recommended that the network interfaces be configured to be brought up
18 Furthermore, the Broadcom FCoE offload solution creates VLAN interfaces to
20 eth0.1001-fcoe). Do not delete or disable these interfaces or FCoE operation
28 2. Configure the interfaces on which bnx2fc driver has to operate on.
33 c. Repeat this for all the interfaces where FCoE has to be enabled.
41 the system, bnx2fc driver would automatically claim the interfaces, starts vlan
69 <INTERFACE>.<VLAN>-fcoe interfaces are automatically created.
72 create/destroy interfaces o
[all...]
/linux/drivers/i2c/algos/
H A DKconfig10 tristate "I2C bit-banging interfaces"
13 tristate "I2C PCF 8584 interfaces"
16 tristate "I2C PCA 9564 interfaces"
/linux/Documentation/admin-guide/
H A Dabi-stable.rst6 Documents the interfaces that the developer has defined to be stable.
8 Userspace programs are free to use these interfaces with no
12 Most interfaces (like syscalls) are expected to never change and always
/linux/Documentation/usb/
H A Dauthorization.rst12 its interfaces are immediately made available to the users. With this
98 There is a similar approach to allow or deny specific USB interfaces.
109 The default value for new interfaces
112 Allow interfaces per default::
116 Deny interfaces per default::
121 So all interfaces would authorized per default.
127 For drivers that need multiple interfaces all needed interfaces should be
/linux/Documentation/driver-api/
H A Dtarget.rst10 Target core device interfaces
16 Target core transport interfaces
44 iSCSI TCP interfaces
H A Ds390-drivers.rst10 This document describes the interfaces available for device drivers that
11 drive s390 based channel attached I/O devices. This includes interfaces
12 for interaction with the hardware and interfaces for interacting with
13 the common driver core. Those interfaces are provided by the s390 common
121 Generic interfaces
124 The following section contains interfaces in use not only by drivers
/linux/Documentation/process/
H A Dstable-api-nonsense.rst15 Please realize that this article describes the **in kernel** interfaces, not
16 the kernel to userspace interfaces.
41 to worry about the in-kernel interfaces changing. For the majority of
53 So, there are two main topics here, binary kernel interfaces and stable
54 kernel source interfaces. They both depend on each other, but we will
110 current interfaces, or figure out a better way to do things. If they do
111 that, they then fix the current interfaces to work better. When they do
117 As a specific examples of this, the in-kernel USB interfaces have
132 which have had to maintain their older USB interfaces over time. This
134 interfaces an
[all...]
/linux/drivers/net/dsa/
H A Dmv88e6060.c253 unsigned long *interfaces = config->supported_interfaces; in mv88e6060_phylink_get_caps() local
279 __set_bit(PHY_INTERFACE_MODE_MII, interfaces); in mv88e6060_phylink_get_caps()
280 __set_bit(PHY_INTERFACE_MODE_REVMII, interfaces); in mv88e6060_phylink_get_caps()
281 __set_bit(PHY_INTERFACE_MODE_REVRMII, interfaces); in mv88e6060_phylink_get_caps()
288 __set_bit(PHY_INTERFACE_MODE_INTERNAL, interfaces); in mv88e6060_phylink_get_caps()
290 __set_bit(PHY_INTERFACE_MODE_GMII, interfaces); in mv88e6060_phylink_get_caps()
/linux/drivers/net/can/usb/
H A DKconfig2 menu "CAN USB interfaces"
18 tristate "esd electronics gmbh CAN/USB interfaces"
20 This driver adds support for several CAN/USB interfaces
32 tristate "ETAS ES58X CAN/USB interfaces"
36 This driver supports the ES581.4, ES582.1 and ES584.1 interfaces
55 tristate "Geschwister Schneider UG and candleLight compatible interfaces"
61 interfaces.
138 tristate "PEAK PCAN-USB/USB Pro interfaces for CAN 2.0b/CAN-FD"
/linux/Documentation/devicetree/bindings/media/i2c/
H A Dtoshiba,et8ek8.txt6 Documentation/devicetree/bindings/media/video-interfaces.txt .
26 - flash-leds: See ../video-interfaces.txt
27 - lens-focus: See ../video-interfaces.txt
H A Dmicron,mt9m111.txt15 Documentation/devicetree/bindings/media/video-interfaces.txt
18 - pclk-sample: For information see ../video-interfaces.txt. The value is set to
/linux/Documentation/networking/dsa/
H A Dbcm_sf2.rst13 ports, offering a range of built-in and customizable interfaces:
19 - several external MII/RevMII/GMII/RGMII interfaces
23 band back-pressure to the host CPU network interface when downstream interfaces
30 - ``SWITCH_REG``: external interfaces switch register
79 Multimedia over CoAxial (MoCA) interfaces
82 MoCA interfaces are fairly specific and require the use of a firmware blob which
89 The MoCA interfaces are supported using the PHY library's fixed PHY/emulated PHY
/linux/Documentation/
H A Dsubsystem-apis.rst27 Human interfaces
40 Networking interfaces
52 Storage interfaces
/linux/drivers/net/ethernet/wangxun/txgbe/
H A Dtxgbe_aml.c169 DECLARE_PHY_INTERFACE_MASK(interfaces); in txgbe_sfp_to_linkmodes()
176 __set_bit(PHY_INTERFACE_MODE_25GBASER, interfaces); in txgbe_sfp_to_linkmodes()
180 __set_bit(PHY_INTERFACE_MODE_10GBASER, interfaces); in txgbe_sfp_to_linkmodes()
184 __set_bit(PHY_INTERFACE_MODE_10GBASER, interfaces); in txgbe_sfp_to_linkmodes()
187 if (phy_interface_empty(interfaces)) { in txgbe_sfp_to_linkmodes()
201 interfaces); in txgbe_sfp_to_linkmodes()
/linux/net/mac802154/
H A Dutil.c33 list_for_each_entry_rcu(sdata, &local->interfaces, list) { in ieee802154_wake_queue()
58 list_for_each_entry_rcu(sdata, &local->interfaces, list) { in ieee802154_stop_queue()
92 list_for_each_entry_rcu(sdata, &local->interfaces, list) { in ieee802154_disable_queue()
/linux/Documentation/devicetree/bindings/net/
H A Dapm-xgene-enet.txt3 Ethernet nodes are defined to describe on-chip ethernet interfaces in
6 Required properties for all the ethernet interfaces:
20 This is supported only on SGMII based 1GbE and 10GbE interfaces.
28 Required properties for ethernet interfaces that have external PHY:
/linux/drivers/infiniband/sw/siw/
H A DKconfig14 The driver interfaces with the Linux RDMA stack and
19 TCP/IP, the driver further interfaces with the Linux
/linux/arch/s390/
H A DKconfig.debug27 bool "CIO Inject interfaces"
32 debugfs user-interfaces will be at /sys/kernel/debug/s390/cio/*
/linux/Documentation/driver-api/soundwire/
H A Dsummary.rst25 The SoundWire protocol supports up to eleven Slave interfaces. All the
26 interfaces share the common Bus containing data and clock line. Each of the
83 Programming interfaces (SoundWire Master interface Driver)
86 SoundWire Bus supports programming interfaces for the SoundWire Master
90 Each of the SoundWire Master interfaces needs to be registered to the Bus.
138 Programming interfaces (SoundWire Slave Driver)
155 link_id parameters for controllers that have multiple Master interfaces. The

12345678910>>...26