Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 271073
b: refs/heads/master
c: 49a1988
h: refs/heads/master
i:
  271071: dc8add1
v: v3
  • Loading branch information
Vasu Dev authored and James Bottomley committed Oct 2, 2011
1 parent 8dd5d26 commit e63f44f
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 16 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: ed26cfece6177310ad8f5896651a3187ce02711c
refs/heads/master: 49a198898e889038c6601288cd2b0e037edada24
27 changes: 12 additions & 15 deletions trunk/include/scsi/libfc.h
Original file line number Diff line number Diff line change
Expand Up @@ -406,35 +406,32 @@ struct fc_seq {
* sequence allocation
*/
struct fc_exch {
spinlock_t ex_lock;
atomic_t ex_refcnt;
enum fc_class class;
struct fc_exch_mgr *em;
struct fc_exch_pool *pool;
u32 state;
u16 xid;
struct list_head ex_list;
spinlock_t ex_lock;
atomic_t ex_refcnt;
struct delayed_work timeout_work;
struct fc_lport *lp;
u32 esb_stat;
u8 state;
u8 fh_type;
u8 seq_id;
u8 encaps;
u16 xid;
u16 oxid;
u16 rxid;
u32 oid;
u32 sid;
u32 did;
u32 esb_stat;
u32 r_a_tov;
u8 seq_id;
u8 encaps;
u32 f_ctl;
u8 fh_type;
enum fc_class class;
struct fc_seq seq;

struct fc_seq seq;
void (*resp)(struct fc_seq *, struct fc_frame *, void *);
void *arg;

void (*destructor)(struct fc_seq *, void *);

};
struct delayed_work timeout_work;
} ____cacheline_aligned_in_smp;
#define fc_seq_exch(sp) container_of(sp, struct fc_exch, seq)


Expand Down

0 comments on commit e63f44f

Please sign in to comment.