From 2c3bc370623be2192bf329c1fe2256ffd2e18bde Mon Sep 17 00:00:00 2001 From: Ramachandra K Date: Sat, 17 Jun 2006 20:37:38 -0700 Subject: [PATCH] --- yaml --- r: 27630 b: refs/heads/master c: 73c0996b1ca60338fa50e42acfcebd32b7636a8b h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/include/scsi/srp.h | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index c1bf21d39d9b..49f9ada81366 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 6c8c1aa25d213a288df381f431ce5b6a155146ec +refs/heads/master: 73c0996b1ca60338fa50e42acfcebd32b7636a8b diff --git a/trunk/include/scsi/srp.h b/trunk/include/scsi/srp.h index 637f77eccf0c..ad178fa78f66 100644 --- a/trunk/include/scsi/srp.h +++ b/trunk/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;