Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 124616
b: refs/heads/master
c: 5919ce2
h: refs/heads/master
v: v3
  • Loading branch information
Brian King authored and James Bottomley committed Dec 29, 2008
1 parent a27ceea commit 96e2866
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 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: 4081b77c3a86151d2eaeed9d568a34dd0982ed52
refs/heads/master: 5919ce29085f4ca080054fde5feef8f8b3405261
16 changes: 8 additions & 8 deletions trunk/drivers/scsi/ibmvscsi/ibmvfc.h
Original file line number Diff line number Diff line change
Expand Up @@ -523,10 +523,10 @@ enum ibmvfc_async_event {
};

struct ibmvfc_crq {
u8 valid;
u8 format;
volatile u8 valid;
volatile u8 format;
u8 reserved[6];
u64 ioba;
volatile u64 ioba;
}__attribute__((packed, aligned (8)));

struct ibmvfc_crq_queue {
Expand All @@ -536,13 +536,13 @@ struct ibmvfc_crq_queue {
};

struct ibmvfc_async_crq {
u8 valid;
volatile u8 valid;
u8 pad[3];
u32 pad2;
u64 event;
u64 scsi_id;
u64 wwpn;
u64 node_name;
volatile u64 event;
volatile u64 scsi_id;
volatile u64 wwpn;
volatile u64 node_name;
u64 reserved;
}__attribute__((packed, aligned (8)));

Expand Down

0 comments on commit 96e2866

Please sign in to comment.