projects
/
linux-2.6
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
[ARM] 5348/1: fix documentation wrt location of the alignment trap interface
[linux-2.6]
/
include
/
scsi
/
srp.h
diff --git
a/include/scsi/srp.h
b/include/scsi/srp.h
index
637f77e
..
ad178fa
100644
(file)
--- a/
include/scsi/srp.h
+++ b/
include/scsi/srp.h
@@
-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;