1fi_control(3) Libfabric v1.10.0 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
17 Operation to perform
18
19 arg Optional argument to the command
20
22 The fi_control operation is used to perform one or more operations on a
23 fabric resource. Conceptually, fi_control is similar to the POSIX fc‐
24 ntl routine. The exact behavior of using fi_control depends on the
25 fabric resource being operated on, the specified command, and any pro‐
26 vided arguments for the command. For specific details, see the fabric
27 resource specific help pages noted below.
28
30 fi_endpoint(3), fi_cm(3), fi_cntr(3), fi_cq(3), fi_eq(3),
31
33 OpenFabrics.
34
35
36
37Libfabric Programmer's Manual 2018-10-05 fi_control(3)