1
  2
  3
  4
  5
  6
  7
  8
  9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
// This file is part of libfabric. It is subject to the license terms in the COPYRIGHT file found in the top-level directory of this distribution and at https://raw.githubusercontent.com/lemonrock/libfabric/master/COPYRIGHT. No part of libfabric, including this file, may be copied, modified, propagated, or distributed except according to the terms contained in the COPYRIGHT file.
// Copyright © 2016 The developers of libfabric. See the COPYRIGHT file in the top-level directory of this distribution and at https://raw.githubusercontent.com/lemonrock/libfabric/master/COPYRIGHT.


pub const FI_ADDR_BGQ: _bindgen_ty_2 = 7;
pub const FI_ADDR_GNI: _bindgen_ty_2 = 6;
pub const FI_ADDR_MLX: _bindgen_ty_2 = 8;
pub const FI_ADDR_PSMX: _bindgen_ty_2 = 5;
pub const FI_ADDR_STR: _bindgen_ty_2 = 9;
pub const FI_ALIAS: _bindgen_ty_5 = 4;
pub const FI_AV_COMPLETE: _bindgen_ty_7 = 5;
pub const FI_BACKLOG: _bindgen_ty_5 = 7;
pub const FI_CANCEL_WORK: _bindgen_ty_5 = 12;
pub const FI_CLASS_AV: _bindgen_ty_4 = 11;
pub const FI_CLASS_CNTR: _bindgen_ty_4 = 15;
pub const FI_CLASS_CONNREQ: _bindgen_ty_4 = 18;
pub const FI_CLASS_CQ: _bindgen_ty_4 = 14;
pub const FI_CLASS_DOMAIN: _bindgen_ty_4 = 2;
pub const FI_CLASS_EP: _bindgen_ty_4 = 3;
pub const FI_CLASS_EQ: _bindgen_ty_4 = 13;
pub const FI_CLASS_FABRIC: _bindgen_ty_4 = 1;
pub const FI_CLASS_INTERFACE: _bindgen_ty_4 = 10;
pub const FI_CLASS_MC: _bindgen_ty_4 = 19;
pub const FI_CLASS_MR: _bindgen_ty_4 = 12;
pub const FI_CLASS_PEP: _bindgen_ty_4 = 9;
pub const FI_CLASS_POLL: _bindgen_ty_4 = 17;
pub const FI_CLASS_RX_CTX: _bindgen_ty_4 = 5;
pub const FI_CLASS_SEP: _bindgen_ty_4 = 4;
pub const FI_CLASS_SRX_CTX: _bindgen_ty_4 = 6;
pub const FI_CLASS_STX_CTX: _bindgen_ty_4 = 8;
pub const FI_CLASS_TX_CTX: _bindgen_ty_4 = 7;
pub const FI_CLASS_UNSPEC: _bindgen_ty_4 = 0;
pub const FI_CLASS_WAIT: _bindgen_ty_4 = 16;
pub const FI_CONNECTED: _bindgen_ty_7 = 2;
pub const FI_CONNREQ: _bindgen_ty_7 = 1;
pub const FI_E2BIG: c_uint = 7;
pub const FI_EACCES: c_uint = 13;
pub const FI_EADDRINUSE: c_uint = 98;
pub const FI_EADDRNOTAVAIL: c_uint = 99;
pub const FI_EAGAIN: c_uint = 11;
pub const FI_EALREADY: c_uint = 114;
pub const FI_EAVAIL: _bindgen_ty_6 = 259;
pub const FI_EBADF: c_uint = 9;
pub const FI_EBADFLAGS: _bindgen_ty_6 = 260;
pub const FI_EBUSY: c_uint = 16;
pub const FI_ECANCELED: c_uint = 125;
pub const FI_ECONNABORTED: c_uint = 103;
pub const FI_ECONNREFUSED: c_uint = 111;
pub const FI_ECONNRESET: c_uint = 104;
pub const FI_ECRC: _bindgen_ty_6 = 264;
pub const FI_EDOMAIN: _bindgen_ty_6 = 262;
pub const FI_EHOSTUNREACH: c_uint = 113;
pub const FI_EINPROGRESS: c_uint = 115;
pub const FI_EINVAL: c_uint = 22;
pub const FI_EIO: c_uint = 5;
pub const FI_EISCONN: c_uint = 106;
pub const FI_EKEYREJECTED: c_uint = 129;
pub const FI_EMFILE: c_uint = 24;
pub const FI_EMSGSIZE: c_uint = 90;
pub const FI_ENABLE: _bindgen_ty_5 = 6;
pub const FI_ENETDOWN: c_uint = 100;
pub const FI_ENETUNREACH: c_uint = 101;
pub const FI_ENOAV: _bindgen_ty_6 = 267;
pub const FI_ENOCQ: _bindgen_ty_6 = 263;
pub const FI_ENODATA: c_uint = 61;
pub const FI_ENODEV: c_uint = 19;
pub const FI_ENOENT: c_uint = 2;
pub const FI_ENOEQ: _bindgen_ty_6 = 261;
pub const FI_ENOKEY: _bindgen_ty_6 = 266;
pub const FI_ENOMEM: c_uint = 12;
pub const FI_ENOMSG: c_uint = 42;
pub const FI_ENOPROTOOPT: c_uint = 92;
pub const FI_ENOSPC: c_uint = 28;
pub const FI_ENOSYS: c_uint = 38;
pub const FI_ENOTCONN: c_uint = 107;
pub const FI_EOPBADSTATE: _bindgen_ty_6 = 258;
pub const FI_EOPNOTSUPP: c_uint = 95;
pub const FI_EOTHER: _bindgen_ty_6 = 256;
pub const FI_EOVERRUN: _bindgen_ty_6 = 268;
pub const FI_EREMOTEIO: c_uint = 121;
pub const FI_ERRNO_MAX: _bindgen_ty_6 = 269;
pub const FI_ESHUTDOWN: c_uint = 108;
pub const FI_ETIMEDOUT: c_uint = 110;
pub const FI_ETOOSMALL: _bindgen_ty_6 = 257;
pub const FI_ETRUNC: _bindgen_ty_6 = 265;
pub const FI_FLUSH_WORK: _bindgen_ty_5 = 13;
pub const FI_FORMAT_UNSPEC: _bindgen_ty_2 = 0;
pub const FI_GETFIDFLAG: _bindgen_ty_5 = 0;
pub const FI_GETOPSFLAG: _bindgen_ty_5 = 2;
pub const FI_GETWAIT: _bindgen_ty_5 = 5;
pub const FI_GET_RAW_MR: _bindgen_ty_5 = 8;
pub const FI_JOIN_COMPLETE: _bindgen_ty_7 = 6;
pub const FI_MAP_RAW_MR: _bindgen_ty_5 = 9;
pub const FI_NAME_MAX: _bindgen_ty_1 = 64;
pub const FI_NOTIFY: _bindgen_ty_7 = 0;
pub const FI_OPT_CM_DATA_SIZE: _bindgen_ty_9 = 1;
pub const FI_OPT_ENDPOINT: _bindgen_ty_8 = 0;
pub const FI_OPT_MIN_MULTI_RECV: _bindgen_ty_9 = 0;
pub const FI_PATH_MAX: _bindgen_ty_1 = 256;
pub const FI_PROTO_GNI: _bindgen_ty_3 = 10;
pub const FI_PROTO_IB_RDM: _bindgen_ty_3 = 9;
pub const FI_PROTO_IB_UD: _bindgen_ty_3 = 3;
pub const FI_PROTO_IWARP: _bindgen_ty_3 = 2;
pub const FI_PROTO_IWARP_RDM: _bindgen_ty_3 = 8;
pub const FI_PROTO_MLX: _bindgen_ty_3 = 13;
pub const FI_PROTO_MXM: _bindgen_ty_3 = 7;
pub const FI_PROTO_NETWORKDIRECT: _bindgen_ty_3 = 14;
pub const FI_PROTO_PSMX: _bindgen_ty_3 = 4;
pub const FI_PROTO_RDMA_CM_IB_RC: _bindgen_ty_3 = 1;
pub const FI_PROTO_RXD: _bindgen_ty_3 = 12;
pub const FI_PROTO_RXM: _bindgen_ty_3 = 11;
pub const FI_PROTO_SOCK_TCP: _bindgen_ty_3 = 6;
pub const FI_PROTO_UDP: _bindgen_ty_3 = 5;
pub const FI_PROTO_UNSPEC: _bindgen_ty_3 = 0;
pub const FI_QUEUE_WORK: _bindgen_ty_5 = 11;
pub const FI_REFRESH: _bindgen_ty_5 = 14;
pub const FI_SETFIDFLAG: _bindgen_ty_5 = 1;
pub const FI_SETOPSFLAG: _bindgen_ty_5 = 3;
pub const FI_SHARED_CONTEXT: c_int = -1;
pub const FI_SHUTDOWN: _bindgen_ty_7 = 3;
pub const FI_SOCKADDR: _bindgen_ty_2 = 1;
pub const FI_SOCKADDR_IB: _bindgen_ty_2 = 4;
pub const FI_SOCKADDR_IN6: _bindgen_ty_2 = 3;
pub const FI_SOCKADDR_IN: _bindgen_ty_2 = 2;
pub const FI_UNMAP_KEY: _bindgen_ty_5 = 10;