| /kernel/linux/linux-6.6/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
|
| /kernel/linux/linux-5.10/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
|
| /kernel/linux/linux-6.6/drivers/net/wireless/realtek/rtlwifi/ |
| D | Kconfig | 22 wireless network adapters. 33 wireless network adapters. 44 wireless network adapters. 57 wireless network adapters. 70 wireless network adapters. 81 wireless network adapters. 93 wireless network adapters. 105 wireless network adapters. 117 wireless network adapters.
|
| /kernel/linux/linux-5.10/drivers/net/wireless/realtek/rtlwifi/ |
| D | Kconfig | 22 wireless network adapters. 33 wireless network adapters. 44 wireless network adapters. 57 wireless network adapters. 70 wireless network adapters. 81 wireless network adapters. 93 wireless network adapters. 105 wireless network adapters. 117 wireless network adapters.
|
| /kernel/linux/linux-6.6/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.
|
| /kernel/linux/linux-5.10/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.
|
| /kernel/linux/linux-5.10/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 …]
|
| /kernel/linux/linux-6.6/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 …]
|
| /kernel/linux/linux-5.10/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" 108 10/100 Ethernet adapters and RTL8153 based USB 3.0 10/100/1000 109 Ethernet adapters. 115 tristate "Microchip LAN78XX Based USB Ethernet Adapters" 123 & USB 3 10/100/1000 Ethernet adapters. 168 tristate "ASIX AX88xxx Based USB 2.0 Ethernet Adapters" 175 10/100 Ethernet adapters. [all …]
|
| /kernel/linux/linux-6.6/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" 108 10/100 Ethernet adapters and RTL8153 based USB 3.0 10/100/1000 109 Ethernet adapters. 115 tristate "Microchip LAN78XX Based USB Ethernet Adapters" 123 & USB 3 10/100/1000 Ethernet adapters. 168 tristate "ASIX AX88xxx Based USB 2.0 Ethernet Adapters" 177 10/100 Ethernet adapters. [all …]
|
| /kernel/linux/linux-5.10/drivers/net/ethernet/intel/ |
| D | Kconfig | 24 This driver supports Intel(R) PRO/100 family of adapters. 47 adapters. For more information on how to identify your adapter, go 65 ethernet family of adapters. For PCI or PCI-X e1000 adapters, 95 adapters. For more information on how to identify your adapter, go 107 bool "Intel(R) PCI-Express Gigabit adapters HWMON support" 146 This driver supports Intel(R) PRO/10GbE family of adapters for 160 tristate "Intel(R) 10GbE PCI Express adapters support" 167 adapters. For more information on how to identify your adapter, go 179 bool "Intel(R) 10GbE PCI Express adapters HWMON support" 336 family of adapters.
|
| /kernel/linux/linux-5.10/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 30 This adds support for wireless adapters based on Marvell 41 This adds support for wireless adapters based on Marvell
|
| /kernel/linux/linux-6.6/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
|
| /kernel/linux/linux-6.6/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" 57 adapters.
|
| /kernel/linux/linux-6.6/drivers/net/ethernet/intel/ |
| D | Kconfig | 24 This driver supports Intel(R) PRO/100 family of adapters. 47 adapters. For more information on how to identify your adapter, go 65 ethernet family of adapters. For PCI or PCI-X e1000 adapters, 95 adapters. For more information on how to identify your adapter, go 107 bool "Intel(R) PCI-Express Gigabit adapters HWMON support" 143 tristate "Intel(R) 10GbE PCI Express adapters support" 150 adapters. For more information on how to identify your adapter, go 162 bool "Intel(R) 10GbE PCI Express adapters HWMON support" 349 family of adapters.
|
| /kernel/linux/linux-6.6/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.
|
| /kernel/linux/linux-5.10/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.
|
| /kernel/linux/linux-6.6/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 …]
|
| /kernel/linux/linux-5.10/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 …]
|
| /kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/ |
| D | Kconfig | 13 Intel 6000 Series Wi-Fi Adapters (6200AGN and 6300AGN) 17 Intel 6005 Series Wi-Fi Adapters 18 Intel 6030 Series Wi-Fi Adapters 20 Intel 100 Series Wi-Fi Adapters (100BGN and 130BGN) 21 Intel 2000 Series Wi-Fi Adapters
|
| /kernel/linux/linux-6.6/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[]);
|