• Home
  • History
  • Annotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/infiniband/hw/nes/
1config INFINIBAND_NES
2	tristate "NetEffect RNIC Driver"
3	depends on PCI && INET && INFINIBAND
4	select LIBCRC32C
5	select INET_LRO
6	---help---
7	  This is the RDMA Network Interface Card (RNIC) driver for
8	  NetEffect Ethernet Cluster Server Adapters.
9
10config INFINIBAND_NES_DEBUG
11	bool "Verbose debugging output"
12	depends on INFINIBAND_NES
13	default n
14	---help---
15	  This option enables debug messages from the NetEffect RNIC
16	  driver.  Select this if you are diagnosing a problem.
17