mirror of
https://github.com/ipxe/ipxe
synced 2025-12-25 00:17:57 +03:00
[infiniband] Include the SRP login rejection reason in the error number
Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
@@ -242,6 +242,10 @@ struct srp_login_rej {
|
||||
/** RDMA channel limit reached for this initiator */
|
||||
#define SRP_LOGIN_REJ_REASON_NO_MORE_CHANNELS 0x00010006UL
|
||||
|
||||
/** SRP login rejection reason is defined */
|
||||
#define SRP_LOGIN_REJ_REASON_DEFINED( reason ) \
|
||||
( ( (reason) & 0xfffffff0UL ) == 0x00010000UL )
|
||||
|
||||
/** Indirect data buffer descriptor format supported */
|
||||
#define SRP_LOGIN_REJ_FMT_IDBD 0x04
|
||||
|
||||
|
||||
Reference in New Issue
Block a user