Home
last modified time | relevance | path

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

12345

/drivers/net/phy/
A Dsfp-bus.c178 __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()
202 __set_bit(PHY_INTERFACE_MODE_SGMII, interfaces); in sfp_parse_support()
215 __set_bit(PHY_INTERFACE_MODE_100BASEX, interfaces); in sfp_parse_support()
219 __set_bit(PHY_INTERFACE_MODE_100BASEX, interfaces); in sfp_parse_support()
270 __set_bit(PHY_INTERFACE_MODE_25GBASER, interfaces); in sfp_parse_support()
282 __set_bit(PHY_INTERFACE_MODE_25GBASER, interfaces); in sfp_parse_support()
291 __set_bit(PHY_INTERFACE_MODE_5GBASER, interfaces); in sfp_parse_support()
[all …]
A Dmarvell10g.c155 int (*select_mactype)(unsigned long *interfaces);
470 DECLARE_PHY_INTERFACE_MASK(interfaces); in mv3310_sfp_insert()
632 if (test_bit(PHY_INTERFACE_MODE_USXGMII, interfaces)) in mv2110_select_mactype()
635 !test_bit(PHY_INTERFACE_MODE_10GBASER, interfaces)) in mv2110_select_mactype()
671 if (test_bit(PHY_INTERFACE_MODE_USXGMII, interfaces)) in mv3310_select_mactype()
674 test_bit(PHY_INTERFACE_MODE_10GBASER, interfaces)) in mv3310_select_mactype()
677 test_bit(PHY_INTERFACE_MODE_RXAUI, interfaces)) in mv3310_select_mactype()
680 test_bit(PHY_INTERFACE_MODE_XAUI, interfaces)) in mv3310_select_mactype()
684 else if (test_bit(PHY_INTERFACE_MODE_RXAUI, interfaces)) in mv3310_select_mactype()
686 else if (test_bit(PHY_INTERFACE_MODE_XAUI, interfaces)) in mv3310_select_mactype()
[all …]
A Dsfp.h13 unsigned long *interfaces);
A Dphylink.c605 const unsigned long *interfaces) in phylink_validate_mask() argument
611 for_each_set_bit(interface, interfaces, PHY_INTERFACE_MODE_MAX) in phylink_validate_mask()
628 interfaces); in phylink_validate()
630 if (!test_bit(state->interface, interfaces)) in phylink_validate()
1973 DECLARE_PHY_INTERFACE_MASK(interfaces); in phylink_validate_phy()
1983 phy_interface_and(interfaces, phy->possible_interfaces, in phylink_validate_phy()
1986 if (phy_interface_empty(interfaces)) { in phylink_validate_phy()
1995 phy_interface_and(interfaces, interfaces, in phylink_validate_phy()
1998 if (phy_interface_empty(interfaces)) { in phylink_validate_phy()
2008 (int)PHY_INTERFACE_MODE_MAX, interfaces); in phylink_validate_phy()
[all …]
/drivers/greybus/
A Dmodule.c30 intf = module->interfaces[i]; in eject_store()
96 module = kzalloc(struct_size(module, interfaces, num_interfaces), in gb_module_create()
122 module->interfaces[i] = intf; in gb_module_create()
129 gb_interface_put(module->interfaces[i]); in gb_module_create()
210 gb_module_register_interface(module->interfaces[i]); in gb_module_add()
221 gb_module_deregister_interface(module->interfaces[i]); in gb_module_del()
233 gb_interface_put(module->interfaces[i]); in gb_module_put()
/drivers/i2c/algos/
A DKconfig10 tristate "I2C bit-banging interfaces"
13 tristate "I2C PCF 8584 interfaces"
16 tristate "I2C PCA 9564 interfaces"
/drivers/net/can/usb/
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"
/drivers/net/dsa/
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()
A Dbcm_sf2.c727 unsigned long *interfaces = config->supported_interfaces; in bcm_sf2_sw_get_caps() local
731 __set_bit(PHY_INTERFACE_MODE_INTERNAL, interfaces); in bcm_sf2_sw_get_caps()
733 __set_bit(PHY_INTERFACE_MODE_MOCA, interfaces); in bcm_sf2_sw_get_caps()
735 __set_bit(PHY_INTERFACE_MODE_MII, interfaces); in bcm_sf2_sw_get_caps()
736 __set_bit(PHY_INTERFACE_MODE_REVMII, interfaces); in bcm_sf2_sw_get_caps()
737 __set_bit(PHY_INTERFACE_MODE_GMII, interfaces); in bcm_sf2_sw_get_caps()
738 phy_interface_set_rgmii(interfaces); in bcm_sf2_sw_get_caps()
/drivers/net/ethernet/wangxun/txgbe/
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()
/drivers/infiniband/sw/siw/
A DKconfig14 The driver interfaces with the Linux RDMA stack and
19 TCP/IP, the driver further interfaces with the Linux
/drivers/infiniband/sw/rxe/
A DKconfig17 The driver is split into two layers, one interfaces with the
21 space verbs API, libibverbs. The other layer interfaces
/drivers/firmware/arm_scmi/
A DKconfig9 set of operating system-independent software interfaces that are
11 interfaces for: Discovery and self-description of the interfaces
/drivers/gpu/drm/sysfb/
A DKconfig24 buffer, size, and display format must be provided via EFI interfaces.
74 buffer, size, and display format must be provided via VBE interfaces.
/drivers/isdn/hardware/mISDN/
A DKconfig23 * HFC-4S (4 S/T interfaces on one chip)
24 * HFC-8S (8 S/T interfaces on one chip)
/drivers/block/aoe/
A Daoechr.c79 interfaces(const char __user *str, size_t size) in interfaces() function
182 ret = interfaces(buf, cnt); in aoechr_write()
/drivers/gpu/drm/udl/
A DKconfig13 Say M/Y to add support for these devices via drm/kms interfaces.
/drivers/infiniband/ulp/opa_vnic/
A DKconfig8 independent VNIC functionality. It interfaces with Linux stack for
/drivers/net/can/spi/
A DKconfig2 menu "CAN SPI interfaces"
/drivers/platform/x86/intel/telemetry/
A DKconfig12 This driver provides interfaces to configure and use
/drivers/char/ipmi/
A DKconfig91 Provides a driver for OPAL firmware-based IPMI interfaces.
154 to take advantage of userspace interfaces provided by SerIO where
158 interfaces.
/drivers/net/ethernet/sun/
A DKconfig15 the questions about Sun network interfaces. If you say Y, you will be
96 Linux bridge/switch software can use these interfaces for
/drivers/gpu/drm/vboxvideo/
A DKconfig19 interfaces.
/drivers/firmware/arm_ffa/
A DKconfig9 interfaces that standardize communication between the various
/drivers/net/
A DKconfig184 This allows one to create virtual interfaces that map packets to
222 on packets. All interfaces (including the main interface) share L2
253 This allows one to create vxlan virtual interfaces that provide
269 This allows one to create geneve virtual interfaces that provide
296 This allows one to create gtp virtual interfaces that provide
313 This allows one to create PFCP virtual interfaces that allows to
328 virtual interfaces that provide multicast tunneling.
496 This option enables the support for mapping interfaces into VRF's. The

Completed in 648 milliseconds

12345