cxgbit: add files for cxgbit.ko
authorVarun Prakash <varun@chelsio.com>
Tue, 19 Apr 2016 18:30:20 +0000 (00:00 +0530)
committerNicholas Bellinger <nab@linux-iscsi.org>
Tue, 10 May 2016 06:12:54 +0000 (23:12 -0700)
commit9730ffcb8957e1ce9e7d903f7a5db09038a9db8d
treeeec58070d0e3107539a04cf51ea2e69c60e197da
parentd2faaefb8d4c63fbc680512b04f9eb57667e2682
cxgbit: add files for cxgbit.ko

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>
drivers/target/iscsi/Kconfig
drivers/target/iscsi/Makefile
drivers/target/iscsi/cxgbit/Kconfig [new file with mode: 0644]
drivers/target/iscsi/cxgbit/Makefile [new file with mode: 0644]
drivers/target/iscsi/cxgbit/cxgbit.h [new file with mode: 0644]
drivers/target/iscsi/cxgbit/cxgbit_cm.c [new file with mode: 0644]
drivers/target/iscsi/cxgbit/cxgbit_ddp.c [new file with mode: 0644]
drivers/target/iscsi/cxgbit/cxgbit_lro.h [new file with mode: 0644]
drivers/target/iscsi/cxgbit/cxgbit_main.c [new file with mode: 0644]
drivers/target/iscsi/cxgbit/cxgbit_target.c [new file with mode: 0644]