Lines Matching +full:0 +full:x05000000
20 #define SMC_CLC_PROPOSAL 0x01
21 #define SMC_CLC_ACCEPT 0x02
22 #define SMC_CLC_CONFIRM 0x03
23 #define SMC_CLC_DECLINE 0x04
25 #define SMC_TYPE_R 0 /* SMC-R only */
31 #define SMC_CLC_DECL_MEM 0x01010000 /* insufficient memory resources */
32 #define SMC_CLC_DECL_TIMEOUT_CL 0x02010000 /* timeout w4 QP confirm link */
33 #define SMC_CLC_DECL_TIMEOUT_AL 0x02020000 /* timeout w4 QP add link */
34 #define SMC_CLC_DECL_CNFERR 0x03000000 /* configuration error */
35 #define SMC_CLC_DECL_PEERNOSMC 0x03010000 /* peer did not indicate SMC */
36 #define SMC_CLC_DECL_IPSEC 0x03020000 /* IPsec usage */
37 #define SMC_CLC_DECL_NOSMCDEV 0x03030000 /* no SMC device found (R or D) */
38 #define SMC_CLC_DECL_NOSMCDDEV 0x03030001 /* no SMC-D device found */
39 #define SMC_CLC_DECL_NOSMCRDEV 0x03030002 /* no SMC-R device found */
40 #define SMC_CLC_DECL_MODEUNSUPP 0x03040000 /* smc modes do not match (R or D)*/
41 #define SMC_CLC_DECL_RMBE_EC 0x03050000 /* peer has eyecatcher in RMBE */
42 #define SMC_CLC_DECL_OPTUNSUPP 0x03060000 /* fastopen sockopt not supported */
43 #define SMC_CLC_DECL_DIFFPREFIX 0x03070000 /* IP prefix / subnet mismatch */
44 #define SMC_CLC_DECL_GETVLANERR 0x03080000 /* err to get vlan id of ip device*/
45 #define SMC_CLC_DECL_ISMVLANERR 0x03090000 /* err to reg vlan id on ism dev */
46 #define SMC_CLC_DECL_NOACTLINK 0x030a0000 /* no active smc-r link in lgr */
47 #define SMC_CLC_DECL_NOSRVLINK 0x030b0000 /* SMC-R link from srv not found */
48 #define SMC_CLC_DECL_VERSMISMAT 0x030c0000 /* SMC version mismatch */
49 #define SMC_CLC_DECL_MAX_DMB 0x030d0000 /* SMC-D DMB limit exceeded */
50 #define SMC_CLC_DECL_SYNCERR 0x04000000 /* synchronization error */
51 #define SMC_CLC_DECL_PEERDECL 0x05000000 /* peer declined during handshake */
52 #define SMC_CLC_DECL_INTERR 0x09990000 /* internal error */
53 #define SMC_CLC_DECL_ERR_RTOK 0x09990001 /* rtoken handling failed */
54 #define SMC_CLC_DECL_ERR_RDYLNK 0x09990002 /* ib ready link failed */
55 #define SMC_CLC_DECL_ERR_REGRMB 0x09990003 /* reg rmb failed */
57 #define SMC_FIRST_CONTACT_MASK 0b10 /* first contact bit within typev2 */