1fi_control(3) Libfabric v1.6.1 fi_control(3)
2
3
4
6 fi_control - Perform an operation on a fabric resource.
7
9 #include <rdma/fabric.h>
10
11 int fi_control(struct fid *fid, int command, void *arg);
12
14 fid : Fabric resource
15
16 command : Operation to perform
17
18 arg : Optional argument to the command
19
21 The fi_control operation is used to perform one or more operations on a
22 fabric resource. Conceptually, fi_control is similar to the POSIX
23 fcntl routine. The exact behavior of using fi_control depends on the
24 fabric resource being operated on, the specified command, and any pro‐
25 vided arguments for the command. For specific details, see the fabric
26 resource specific help pages noted below.
27
29 fi_endpoint(3), fi_cm(3), fi_cntr(3), fi_cq(3), fi_eq(3),
30
32 OpenFabrics.
33
34
35
36Libfabric Programmer's Manual 2016-02-28 fi_control(3)