Linux Audio

Check our new training course

Loading...
v6.8
 1# SPDX-License-Identifier: GPL-2.0-only
 2config INFINIBAND_QEDR
 3	tristate "QLogic RoCE driver"
 4	depends on 64BIT && QEDE
 5	depends on PCI
 6	select QED_LL2
 7	select QED_OOO
 8	select QED_RDMA
 9	help
10	  This driver provides low-level InfiniBand over Ethernet
11	  support for QLogic QED host channel adapters (HCAs).
v4.10.11
 
1config INFINIBAND_QEDR
2	tristate "QLogic RoCE driver"
3	depends on 64BIT && QEDE
 
4	select QED_LL2
 
5	select QED_RDMA
6	---help---
7	  This driver provides low-level InfiniBand over Ethernet
8	  support for QLogic QED host channel adapters (HCAs).