iPXE
Main Page
Related Pages
Modules
+
Data Structures
Data Structures
Data Structure Index
+
Data Fields
+
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Functions
_
b
d
i
p
s
t
u
v
x
+
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerator
+
Files
File List
+
Globals
+
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Typedefs
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
v
w
x
+
Enumerations
_
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
q
r
s
t
u
v
w
x
y
+
Enumerator
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
+
Macros
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
include
ipxe
ib_cmrc.h
Go to the documentation of this file.
1
#ifndef _IPXE_IB_CMRC_H
2
#define _IPXE_IB_CMRC_H
3
4
/** @file
5
*
6
* Infiniband Communication-managed Reliable Connections
7
*
8
*/
9
10
FILE_LICENCE
( BSD2 );
11
12
#include <
ipxe/infiniband.h
>
13
#include <
ipxe/xfer.h
>
14
15
extern
int
ib_cmrc_open
(
struct
interface
*xfer,
struct
ib_device
*
ibdev
,
16
union
ib_gid
*
dgid
,
union
ib_guid
*
service_id
,
17
const
char
*
name
);
18
19
#endif
/* _IPXE_IB_CMRC_H */
name
const char * name
Definition:
ath9k_hw.c:1984
infiniband.h
Infiniband protocol.
ib_gid
An Infiniband Global Identifier.
Definition:
ib_packet.h:33
xfer.h
Data transfer interfaces.
ib_device
An Infiniband device.
Definition:
infiniband.h:398
interface
An object interface.
Definition:
interface.h:124
ib_guid
An Infiniband Globally Unique Identifier.
Definition:
ib_packet.h:18
dgid
union ib_gid dgid
Definition:
ib_mad.h:12
FILE_LICENCE
FILE_LICENCE(BSD2)
ib_connection::ibdev
struct ib_device * ibdev
Infiniband device.
Definition:
ib_cm.h:37
service_id
union ib_guid service_id
Service ID.
Definition:
ib_mad.h:16
ib_cmrc_open
int ib_cmrc_open(struct interface *xfer, struct ib_device *ibdev, union ib_gid *dgid, union ib_guid *service_id, const char *name)
Open CMRC connection.
Definition:
ib_cmrc.c:397
Generated by
1.8.15