mirror of
https://github.com/torvalds/linux.git
synced 2026-04-21 00:04:01 -04:00
cxgbit.h - This file contains data structure definitions for cxgbit.ko. cxgbit_lro.h - This file contains data structure definitions for LRO support. cxgbit_main.c - This file contains code for registering with iscsi target transport and cxgb4 driver. cxgbit_cm.c - This file contains code for connection management. cxgbit_target.c - This file contains code for processing iSCSI PDU. cxgbit_ddp.c - This file contains code for Direct Data Placement. (added check for NULL sg in cxgbit_set_one_ppod) Reported-by: Dan Carpenter <dan.carpenter@oracle.com> (add Kconfig and Makefile v2: added dependency on INET) Reported-by: Arnd Bergmann <arnd@arndb.de> Signed-off-by: Varun Prakash <varun@chelsio.com> Signed-off-by: Nicholas Bellinger <nab@linux-iscsi.org>
8 lines
243 B
Plaintext
8 lines
243 B
Plaintext
config ISCSI_TARGET_CXGB4
|
|
tristate "Chelsio iSCSI target offload driver"
|
|
depends on ISCSI_TARGET && CHELSIO_T4 && INET
|
|
select CHELSIO_T4_UWIRE
|
|
---help---
|
|
To compile this driver as module, choose M here: the module
|
|
will be called cxgbit.
|