Home
last modified time | relevance | path

Searched refs:adapters (Results 1 – 25 of 192) sorted by relevance

12345678

/Linux-v5.4/sound/pci/asihpi/
Dhpicmn.c28 static struct hpi_adapters_list adapters; variable
62 hpios_alistlock_lock(&adapters); in hpi_add_adapter()
69 if (adapters.adapter[pao->index].type) { in hpi_add_adapter()
72 if (!adapters.adapter[a].type) { in hpi_add_adapter()
85 adapters.adapter[pao->index] = *pao; in hpi_add_adapter()
86 hpios_dsplock_init(&adapters.adapter[pao->index]); in hpi_add_adapter()
87 adapters.gw_num_adapters++; in hpi_add_adapter()
90 hpios_alistlock_unlock(&adapters); in hpi_add_adapter()
101 hpios_alistlock_lock(&adapters); in hpi_delete_adapter()
102 if (adapters.adapter[pao->index].type) in hpi_delete_adapter()
[all …]
Dhpioctl.c53 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()
454 adapters[adapter_index] = adapter; in asihpi_adapter_probe()
455 mutex_init(&adapters[adapter_index].mutex); in asihpi_adapter_probe()
456 pci_set_drvdata(pci_dev, &adapters[adapter_index]); in asihpi_adapter_probe()
482 "asihpi", &adapters[adapter_index])) { in asihpi_adapter_probe()
488 adapters[adapter_index].interrupt_mode = 1; in asihpi_adapter_probe()
491 adapters[adapter_index].irq = pci_dev->irq; in asihpi_adapter_probe()
[all …]
/Linux-v5.4/drivers/net/wireless/realtek/rtlwifi/
DKconfig22 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.
/Linux-v5.4/drivers/net/wireless/marvell/mwifiex/
DKconfig6 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
/Linux-v5.4/Documentation/scsi/
Dbfa.txt1 Linux driver for Brocade FC/FCOE adapters
7 bfa 3.0.2.2 driver supports all Brocade FC/FCOE adapters. Below is a list of
36 http://www.brocade.com/services-support/drivers-downloads/adapters/Linux.page
51 http://www.brocade.com/services-support/drivers-downloads/adapters/Linux.page
67 http://www.brocade.com/services-support/drivers-downloads/adapters/Linux.page
/Linux-v5.4/Documentation/networking/
Dfore200e.txt5 This driver adds support for the FORE Systems 200E-series ATM adapters
9 The driver simultaneously supports PCA-200E and SBA-200E adapters on
12 The intent is to enable the use of different models of FORE adapters at the
31 uploaded to the ATM adapters at system boot time or at module loading time.
32 The supplied firmware images should work with all adapters.
Dskfp.txt29 Chapter 2: Contains a list of all network adapters that are supported by
46 The network driver 'skfp' supports the following network adapters:
47 SysKonnect adapters:
58 Compaq adapters (not tested):
74 of network adapters.
101 multiple IP subnetworks (using multiple adapters), but
125 The functionality of the LED's on the FDDI network adapters was
212 - not tested simultaneously with FDDI adapters from other vendors.
/Linux-v5.4/drivers/infiniband/hw/mlx5/
DKconfig3 tristate "Mellanox 5th generation network adapters (ConnectX series) support"
7 Mellanox Connect-IB PCI Express host channel adapters (HCAs).
/Linux-v5.4/Documentation/i2c/busses/
Di2c-amd756.rst5 Supported adapters:
27 Note that for the 8111, there are two SMBus adapters. The SMBus 1.0 adapter
Di2c-amd8111.rst5 Supported adapters:
41 Note that for the 8111, there are two SMBus adapters. The SMBus 2.0 adapter
/Linux-v5.4/drivers/media/dvb-core/
DKconfig7 int "maximum number of DVB/ATSC adapters"
12 Maximum number of DVB/ATSC adapters. Increasing this number
14 if a much lower number of DVB/ATSC adapters is present.
/Linux-v5.4/drivers/net/ethernet/intel/
DKconfig24 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"
334 family of adapters.
/Linux-v5.4/drivers/message/fusion/
DKconfig20 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-v5.4/drivers/net/wireless/ath/ath6kl/
DKconfig6 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-v5.4/drivers/net/wireless/ti/wl1251/
DKconfig18 This module adds support for the SPI interface of adapters using
29 This module adds support for the SDIO interface of adapters using
/Linux-v5.4/drivers/nfc/microread/
DKconfig15 This module adds support for the i2c interface of adapters using
27 This module adds support for the mei interface of adapters using
/Linux-v5.4/Documentation/media/dvb-drivers/
Dtechnisat.rst43 …``Multimedia support`` => ``DVB/ATSC adapters`` => ``Technisat/B2C2 FlexcopII(b) and FlexCopIII ad…
52 ``Multimedia support`` => ``DVB/ATSC adapters``
/Linux-v5.4/drivers/net/ethernet/marvell/
DKconfig110 and related Gigabit Ethernet adapters. It is a new smaller driver
116 This driver supports adapters based on the original Yukon chipset:
121 sky2, is provided for these adapters.
150 This driver supports Gigabit Ethernet adapters based on the
156 SysKonnect Genesis based adapters: skge.
/Linux-v5.4/drivers/net/wireless/ti/wlcore/
DKconfig20 This module adds support for the SPI interface of adapters using
31 This module adds support for the SDIO interface of adapters using
/Linux-v5.4/Documentation/networking/device_drivers/intel/
De1000.rst52 (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-v5.4/Documentation/i2c/
Dfault-codes.rst43 Returned by I2C adapters when they lose arbitration in master
61 Returned by SMBus adapters when the bus was busy for longer
89 Returned by I2C adapters to indicate that the address phase
127 SMBus adapters may return it when an operation took more
130 timeouts, but it's normal for I2C adapters to impose some
/Linux-v5.4/drivers/net/ethernet/chelsio/
DKconfig56 adapters.
78 Ethernet adapters.
118 adapters and T5/T6 based 40Gb and T6 based 25Gb, 50Gb and 100Gb
119 Ethernet adapters with PCI-E SR-IOV Virtual Functions.
/Linux-v5.4/drivers/net/ethernet/ibm/
DKconfig24 This driver supports virtual ethernet adapters on newer IBM iSeries
45 This driver supports Virtual NIC adapters on IBM i and IBM System p
/Linux-v5.4/drivers/staging/fieldbus/Documentation/
Dfieldbus_dev.txt32 Fieldbus device (client) adapters are commercially available. They allow data
52 Fieldbus protocols and adapters are diverse and varied. However, they share
61 configuration settings. It is therefore useful only for adapters that get their
/Linux-v5.4/Documentation/media/uapi/cec/
Dcec-ioc-dqevent.rst162 Only applies to adapters that have the ``CEC_CAP_MONITOR_PIN``
169 Only applies to adapters that have the ``CEC_CAP_MONITOR_PIN``
176 Only applies to adapters that have the ``CEC_CAP_MONITOR_PIN``
185 Only applies to adapters that have the ``CEC_CAP_MONITOR_PIN``
194 Only applies to adapters that have the ``CEC_CAP_MONITOR_PIN``
203 Only applies to adapters that have the ``CEC_CAP_MONITOR_PIN``

12345678