Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 27630
b: refs/heads/master
c: 73c0996
h: refs/heads/master
v: v3
  • Loading branch information
Ramachandra K authored and Roland Dreier committed Jun 18, 2006
1 parent 8e89b4f commit 2c3bc37
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 6c8c1aa25d213a288df381f431ce5b6a155146ec
refs/heads/master: 73c0996b1ca60338fa50e42acfcebd32b7636a8b
5 changes: 5 additions & 0 deletions trunk/include/scsi/srp.h
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,11 @@ enum srp_login_rej_reason {
SRP_LOGIN_REJ_CHANNEL_LIMIT_REACHED = 0x00010006
};

enum {
SRP_REV10_IB_IO_CLASS = 0xff00,
SRP_REV16A_IB_IO_CLASS = 0x0100
};

struct srp_direct_buf {
__be64 va;
__be32 key;
Expand Down

0 comments on commit 2c3bc37

Please sign in to comment.