X-Git-Url: http://pilppa.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=include%2Fscsi%2Fsrp.h;h=ad178fa78f665a69fba3b4d26e66c9aee9443d75;hb=1703be8f4b3681aad72233a95149101a1a90bd88;hp=637f77eccf0c77d491a6c6a4e7d6b54ed115f645;hpb=36a557d1f48669c57f59e37d9334400a29e4e53c;p=linux-2.6-omap-h63xx.git diff --git a/include/scsi/srp.h b/include/scsi/srp.h index 637f77eccf0..ad178fa78f6 100644 --- 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;