aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/chelsio/cxgb4/cxgb4_uld.h
diff options
context:
space:
mode:
authorVarun Prakash <varun@chelsio.com>2016-02-14 23:02:39 +0530
committerNicholas Bellinger <nab@linux-iscsi.org>2016-03-22 00:25:03 -0700
commit2fddfb81db1e3e001825601e83fdd8f0730354db (patch)
tree87482e774a1d701e60390193c9ce4fb7c0f004c5 /drivers/net/ethernet/chelsio/cxgb4/cxgb4_uld.h
parenttarget: Fix target_release_cmd_kref shutdown comp leak (diff)
downloadlinux-dev-2fddfb81db1e3e001825601e83fdd8f0730354db.tar.xz
linux-dev-2fddfb81db1e3e001825601e83fdd8f0730354db.zip
cxgb4: add new ULD type CXGB4_ULD_ISCSIT
Chelsio iSCSI target offload driver will register with cxgb4 driver as ULD of type CXGB4_ULD_ISCSIT. Signed-off-by: Varun Prakash <varun@chelsio.com> Acked-by: Hariprasad Shenai <hariprasad@chelsio.com> Signed-off-by: Nicholas Bellinger <nab@linux-iscsi.org>
Diffstat (limited to 'drivers/net/ethernet/chelsio/cxgb4/cxgb4_uld.h')
-rw-r--r--drivers/net/ethernet/chelsio/cxgb4/cxgb4_uld.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/ethernet/chelsio/cxgb4/cxgb4_uld.h b/drivers/net/ethernet/chelsio/cxgb4/cxgb4_uld.h
index cf711d5f15be..2f80e3281d4c 100644
--- a/drivers/net/ethernet/chelsio/cxgb4/cxgb4_uld.h
+++ b/drivers/net/ethernet/chelsio/cxgb4/cxgb4_uld.h
@@ -191,6 +191,7 @@ static inline void set_wr_txq(struct sk_buff *skb, int prio, int queue)
enum cxgb4_uld {
CXGB4_ULD_RDMA,
CXGB4_ULD_ISCSI,
+ CXGB4_ULD_ISCSIT,
CXGB4_ULD_MAX
};