diff options
Diffstat (limited to 'drivers/scsi/cxgbi/libcxgbi.h')
-rw-r--r-- | drivers/scsi/cxgbi/libcxgbi.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/drivers/scsi/cxgbi/libcxgbi.h b/drivers/scsi/cxgbi/libcxgbi.h index c57d59db000c..0a20fd5f7102 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 *); |
@@ -715,7 +712,7 @@ void cxgbi_cleanup_task(struct iscsi_task *task); | |||
715 | void cxgbi_get_conn_stats(struct iscsi_cls_conn *, struct iscsi_stats *); | 712 | void cxgbi_get_conn_stats(struct iscsi_cls_conn *, struct iscsi_stats *); |
716 | int cxgbi_set_conn_param(struct iscsi_cls_conn *, | 713 | int cxgbi_set_conn_param(struct iscsi_cls_conn *, |
717 | enum iscsi_param, char *, int); | 714 | enum iscsi_param, char *, int); |
718 | int cxgbi_get_conn_param(struct iscsi_cls_conn *, enum iscsi_param, char *); | 715 | int cxgbi_get_ep_param(struct iscsi_endpoint *ep, enum iscsi_param, char *); |
719 | struct iscsi_cls_conn *cxgbi_create_conn(struct iscsi_cls_session *, u32); | 716 | struct iscsi_cls_conn *cxgbi_create_conn(struct iscsi_cls_session *, u32); |
720 | int cxgbi_bind_conn(struct iscsi_cls_session *, | 717 | int cxgbi_bind_conn(struct iscsi_cls_session *, |
721 | struct iscsi_cls_conn *, u64, int); | 718 | struct iscsi_cls_conn *, u64, int); |