/linux-6.14.4/Documentation/scsi/ |
D | BusLogic.rst | 28 host adapters which share a common programming interface across a diverse 34 This driver supports all present BusLogic MultiMaster Host Adapters, and should 36 recently, BusLogic introduced the FlashPoint Host Adapters, which are less 38 Despite not having an onboard CPU, the FlashPoint Host Adapters perform very 43 analogous to the firmware on the MultiMaster Host Adapters. Thanks to their 45 Adapters as well. 48 to achieve the full performance that BusLogic SCSI Host Adapters and modern 55 The latest information on Linux support for BusLogic SCSI Host Adapters, as 73 adapters that have been well tested with Linux even before being brought to 86 "Mylex SCSI host adapters are compatible with all major operating systems [all …]
|
D | FlashPoint.rst | 7 The BusLogic FlashPoint SCSI Host Adapters are now fully supported on Linux. 14 BUSLOGIC FLASHPOINT LINE OF SCSI HOST ADAPTERS 19 host adapters. All of BusLogic's other SCSI host adapters, including the 26 development and provided technical support for our host adapters for several 39 FlashPoint Host Adapters 42 The FlashPoint family of Ultra SCSI host adapters, designed for workstation 44 and dual channel wide versions. These adapters feature SeqEngine 94 that all BusLogic SCSI Host Adapters were supported by Linux, only to
|
/linux-6.14.4/drivers/net/wireless/realtek/rtlwifi/ |
D | Kconfig | 22 wireless network adapters. 33 wireless network adapters. 45 wireless network adapters. 58 wireless network adapters. 71 wireless network adapters. 82 wireless network adapters. 94 wireless network adapters. 106 wireless network adapters. 118 wireless network adapters. 130 wireless network adapters.
|
/linux-6.14.4/Documentation/networking/device_drivers/fddi/ |
D | skfp.rst | 19 (2) SUPPORTED ADAPTERS 34 Chapter 2: Contains a list of all network adapters that are supported by 47 2. Supported adapters 50 The network driver 'skfp' supports the following network adapters: 51 SysKonnect adapters: 64 Compaq adapters (not tested): 81 of network adapters. 117 multiple IP subnetworks (using multiple adapters), but 143 The functionality of the LED's on the FDDI network adapters was 247 - not tested simultaneously with FDDI adapters from other vendors.
|
/linux-6.14.4/sound/pci/asihpi/ |
D | hpicmn.c | 28 static struct hpi_adapters_list adapters; variable 64 hpios_alistlock_lock(&adapters); in hpi_add_adapter() 71 if (adapters.adapter[pao->index].type) { in hpi_add_adapter() 74 if (!adapters.adapter[a].type) { in hpi_add_adapter() 87 adapters.adapter[pao->index] = *pao; in hpi_add_adapter() 88 hpios_dsplock_init(&adapters.adapter[pao->index]); in hpi_add_adapter() 89 adapters.gw_num_adapters++; in hpi_add_adapter() 92 hpios_alistlock_unlock(&adapters); in hpi_add_adapter() 103 hpios_alistlock_lock(&adapters); in hpi_delete_adapter() 104 if (adapters.adapter[pao->index].type) in hpi_delete_adapter() [all …]
|
D | hpioctl.c | 52 /* List of adapters found */ 53 static struct hpi_adapter adapters[HPI_MAX_ADAPTERS]; variable 182 if (hm->h.adapter_index < ARRAY_SIZE(adapters)) in asihpi_hpi_ioctl() 183 pa = &adapters[array_index_nospec(hm->h.adapter_index, in asihpi_hpi_ioctl() 184 ARRAY_SIZE(adapters))]; in asihpi_hpi_ioctl() 461 * and then copy it to adapters[] ?!?! in asihpi_adapter_probe() 463 adapters[adapter_index] = adapter; in asihpi_adapter_probe() 464 mutex_init(&adapters[adapter_index].mutex); in asihpi_adapter_probe() 465 pci_set_drvdata(pci_dev, &adapters[adapter_index]); in asihpi_adapter_probe() 492 "asihpi", &adapters[adapter_index])) { in asihpi_adapter_probe() [all …]
|
/linux-6.14.4/drivers/net/usb/ |
D | Kconfig | 9 tristate "USB Network Adapters" 38 USB Ethernet adapters based on the KLSI KL5KUSB101B chipset: 60 adapters, including some "no brand" devices. It does NOT work on 100 tristate "Realtek RTL8152/RTL8153 Based USB Ethernet Adapters" 109 10/100 Ethernet adapters and RTL8153 based USB 3.0 10/100/1000 110 Ethernet adapters. 116 tristate "Microchip LAN78XX Based USB Ethernet Adapters" 124 & USB 3 10/100/1000 Ethernet adapters. 169 tristate "ASIX AX88xxx Based USB 2.0 Ethernet Adapters" 178 10/100 Ethernet adapters. [all …]
|
/linux-6.14.4/drivers/net/wireless/marvell/mwifiex/ |
D | Kconfig | 6 This adds support for wireless adapters based on Marvell 18 This adds support for wireless adapters based on Marvell 31 This adds support for wireless adapters based on Marvell 42 This adds support for wireless adapters based on Marvell
|
/linux-6.14.4/drivers/net/ethernet/wangxun/ |
D | Kconfig | 26 tristate "Wangxun(R) GbE PCI Express adapters support" 32 adapters. 41 tristate "Wangxun(R) 10GbE PCI Express adapters support" 56 adapters.
|
/linux-6.14.4/Documentation/networking/device_drivers/atm/ |
D | fore200e.rst | 7 This driver adds support for the FORE Systems 200E-series ATM adapters 11 The driver simultaneously supports PCA-200E and SBA-200E adapters on 14 The intent is to enable the use of different models of FORE adapters at the 33 uploaded to the ATM adapters at system boot time or at module loading time. 34 The supplied firmware images should work with all adapters.
|
/linux-6.14.4/Documentation/networking/device_drivers/ethernet/intel/ |
D | e1000.rst | 52 (Supported only on adapters with copper connections) 68 (Supported only on adapters with copper connections) 91 (not supported on Intel(R) 82542, 82543 or 82544-based adapters) 160 greater than 75,000, may hang (stop transmitting) adapters 169 When e1000 is loaded with default settings and multiple adapters 188 - 48-256 for 82542 and 82543-based adapters 189 - 48-4096 for all other supported adapters 221 When setting RxIntDelay to a value other than 0, adapters may 231 (This parameter is supported only on 82540, 82545 and later adapters.) 246 (This parameter is supported only on adapters with copper connections.) [all …]
|
/linux-6.14.4/drivers/net/ethernet/intel/ |
D | Kconfig | 27 This driver supports Intel(R) PRO/100 family of adapters. 50 adapters. For more information on how to identify your adapter, go 68 ethernet family of adapters. For PCI or PCI-X e1000 adapters, 98 adapters. For more information on how to identify your adapter, go 110 bool "Intel(R) PCI-Express Gigabit adapters HWMON support" 146 tristate "Intel(R) 10GbE PCI Express adapters support" 153 adapters. For more information on how to identify your adapter, go 165 bool "Intel(R) 10GbE PCI Express adapters HWMON support" 371 family of adapters.
|
/linux-6.14.4/Documentation/i2c/ |
D | fault-codes.rst | 43 Returned by I2C adapters not supporting 10 bit addresses when 47 Returned by I2C adapters when they lose arbitration in master 65 Returned by SMBus adapters when the bus was busy for longer 93 Returned by I2C adapters to indicate that the address phase 131 SMBus adapters may return it when an operation took more 134 timeouts, but it's normal for I2C adapters to impose some
|
/linux-6.14.4/Documentation/networking/device_drivers/ethernet/cirrus/ |
D | cs89x0.rst | 4 Cirrus Logic LAN CS8900/CS8920 Ethernet Adapters 24 1.0 CIRRUS LOGIC LAN CS8900/CS8920 ETHERNET ADAPTERS 59 1. Cirrus Logic LAN CS8900/CS8920 Ethernet Adapters 66 The CS8900-based ISA Ethernet Adapters from Cirrus Logic follow 68 computers on 10 Mbps Ethernet networks. The adapters are designed for operation 73 CS8920-based adapters are similar to the CS8900-based adapter with additional 76 adapters. Refer to the "Adapter Configuration" section for details on 77 configuring both types of adapters. 154 Both the CS8900 and CS8920-based adapters can be configured using parameters 161 adapters must use an EEPROM.) See Section 3.0 LOADING THE DRIVER AS A MODULE. [all …]
|
/linux-6.14.4/drivers/scsi/ |
D | BusLogic.c | 5 Linux Driver for BusLogic MultiMaster and FlashPoint SCSI Host Adapters 91 all BusLogic Host Adapters. 99 all BusLogic Host Adapters. 115 to be checked for potential BusLogic Host Adapters. It is initialized by 242 multiple host adapters share the same IRQ Channel. 518 Some early BusLogic Host Adapters may not recover in blogic_cmd() 604 SCSI Host Adapters by interrogating the PCI Configuration Space on PCI 606 I/O Addresses. It returns the number of PCI MultiMaster Host Adapters found. 623 Iterate over the MultiMaster PCI Host Adapters. For each in blogic_init_mm_probeinfo() 629 the Primary I/O Address, then any other PCI host adapters, in blogic_init_mm_probeinfo() [all …]
|
/linux-6.14.4/drivers/message/fusion/ |
D | Kconfig | 20 SCSI HOST support for a parallel SCSI host adapters. 35 SCSI HOST support for a Fiber Channel host adapters. 54 SCSI HOST support for a SAS host adapters. 80 of MPT adapters via system ioctl calls. Use of ioctl calls to
|
/linux-6.14.4/include/linux/platform_data/ |
D | mlxcpld.h | 15 * @num_adaps - number of adapters 19 * @completion_notify: callback to notify when all the adapters are created 28 struct i2c_adapter *adapters[]);
|
/linux-6.14.4/drivers/net/ethernet/tehuti/ |
D | Kconfig | 27 tristate "Tehuti Networks TN40xx 10G Ethernet adapters" 33 This driver supports 10G Ethernet adapters using Tehuti Networks 34 TN40xx chips. Currently, adapters with Applied Micro Circuits
|
/linux-6.14.4/drivers/net/ethernet/marvell/ |
D | Kconfig | 119 and related Gigabit Ethernet adapters. It is a new smaller driver 125 This driver supports adapters based on the original Yukon chipset: 130 sky2, is provided for these adapters. 159 This driver supports Gigabit Ethernet adapters based on the 165 SysKonnect Genesis based adapters: skge.
|
/linux-6.14.4/drivers/net/wireless/intel/iwlwifi/ |
D | Kconfig | 14 Intel 6000 Series Wi-Fi Adapters (6200AGN and 6300AGN) 18 Intel 6005 Series Wi-Fi Adapters 19 Intel 6030 Series Wi-Fi Adapters 21 Intel 100 Series Wi-Fi Adapters (100BGN and 130BGN) 22 Intel 2000 Series Wi-Fi Adapters
|
/linux-6.14.4/Documentation/arch/s390/ |
D | vfio-ap.rst | 27 functions. There can be from 0 to 256 adapters assigned to an LPAR. Adapters 37 creates a sysfs device for each assigned adapter. For example, if AP adapters 90 AP bus module is loaded. For example, if adapters 4 and 10 (0x0a) and usage 127 Block (APCB) that has three fields to identify the adapters, usage domains and 130 * The AP Mask (APM) field is a bit mask that identifies the AP adapters assigned 153 adapters 1 and 2 and usage domains 5 and 6 are assigned to a guest, the APQNs 162 Guest1: adapters 1,2 domains 5,6 171 Guest1: adapters 1,2 domains 5,6 172 Guest2: adapters 3,4 domains 5,6 180 Guest1: adapters 1,2 domains 5,6 [all …]
|
/linux-6.14.4/drivers/gpu/drm/display/ |
D | Kconfig | 12 DRM helpers for display adapters. 29 DisplayPort/USB-C to HDMI adapters. 31 Note: not all adapters support this feature, and even for those
|
/linux-6.14.4/drivers/net/wireless/ath/ath6kl/ |
D | Kconfig | 6 This module adds core support for wireless adapters based on 19 This module adds support for wireless adapters based on 30 This module adds support for wireless adapters based on
|
/linux-6.14.4/drivers/net/ethernet/chelsio/ |
D | Kconfig | 56 adapters. 79 Ethernet adapters. 119 adapters and T5/T6 based 40Gb and T6 based 25Gb, 50Gb and 100Gb 120 Ethernet adapters with PCI-E SR-IOV Virtual Functions.
|
/linux-6.14.4/Documentation/userspace-api/media/cec/ |
D | cec-ioc-dqevent.rst | 158 Only applies to adapters that have the ``CEC_CAP_MONITOR_PIN`` 165 Only applies to adapters that have the ``CEC_CAP_MONITOR_PIN`` 172 Only applies to adapters that have the ``CEC_CAP_MONITOR_PIN`` 181 Only applies to adapters that have the ``CEC_CAP_MONITOR_PIN`` 190 Only applies to adapters that have the ``CEC_CAP_MONITOR_PIN`` 199 Only applies to adapters that have the ``CEC_CAP_MONITOR_PIN``
|