diff options
author | kxie@chelsio.com <kxie@chelsio.com> | 2011-01-07 17:45:39 -0500 |
---|---|---|
committer | James Bottomley <James.Bottomley@suse.de> | 2011-01-24 12:38:35 -0500 |
commit | b8ce8b59b8d64ee0d864706b9d3cca2a9b314bf5 (patch) | |
tree | 2a4dfcf9b28c1dc7583d28fe0d4c900895a2ced4 /drivers/scsi/cxgbi/libcxgbi.h | |
parent | c343a01cca2a4182b89d976e203a54ec0ea5446b (diff) |
[SCSI] cxgbi: get rid of gl_skb in cxgbi_ddp_info
Remove gl_skb from cxgbi_ddp_info as it is only used by cxgb3i.
Signed-off-by: Karen Xie <kxie@chelsio.com>
Reviewed-by: Mike Christie <michaelc@cs.wisc.edu>
Signed-off-by: James Bottomley <James.Bottomley@suse.de>
Diffstat (limited to 'drivers/scsi/cxgbi/libcxgbi.h')
-rw-r--r-- | drivers/scsi/cxgbi/libcxgbi.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/scsi/cxgbi/libcxgbi.h b/drivers/scsi/cxgbi/libcxgbi.h index c57d59db000c..23cbc5854503 100644 --- a/drivers/scsi/cxgbi/libcxgbi.h +++ b/drivers/scsi/cxgbi/libcxgbi.h | |||
@@ -131,7 +131,6 @@ struct cxgbi_ddp_info { | |||
131 | unsigned int rsvd_tag_mask; | 131 | unsigned int rsvd_tag_mask; |
132 | spinlock_t map_lock; | 132 | spinlock_t map_lock; |
133 | struct cxgbi_gather_list **gl_map; | 133 | struct cxgbi_gather_list **gl_map; |
134 | struct sk_buff **gl_skb; | ||
135 | }; | 134 | }; |
136 | 135 | ||
137 | #define DDP_PGIDX_MAX 4 | 136 | #define DDP_PGIDX_MAX 4 |
@@ -536,8 +535,6 @@ struct cxgbi_device { | |||
536 | struct cxgbi_ddp_info *ddp; | 535 | struct cxgbi_ddp_info *ddp; |
537 | 536 | ||
538 | void (*dev_ddp_cleanup)(struct cxgbi_device *); | 537 | void (*dev_ddp_cleanup)(struct cxgbi_device *); |
539 | void (*csk_ddp_free_gl_skb)(struct cxgbi_ddp_info *, int, int); | ||
540 | int (*csk_ddp_alloc_gl_skb)(struct cxgbi_ddp_info *, int, int, gfp_t); | ||
541 | int (*csk_ddp_set)(struct cxgbi_sock *, struct cxgbi_pagepod_hdr *, | 538 | int (*csk_ddp_set)(struct cxgbi_sock *, struct cxgbi_pagepod_hdr *, |
542 | unsigned int, unsigned int, | 539 | unsigned int, unsigned int, |
543 | struct cxgbi_gather_list *); | 540 | struct cxgbi_gather_list *); |