table of contents
| libnvme_ctrl_is_transport_fabric(9) | libnvme API manual | libnvme_ctrl_is_transport_fabric(9) |
NAME¶
libnvme_ctrl_is_transport_fabric - True for a fabrics transport
SYNOPSIS¶
bool libnvme_ctrl_is_transport_fabric (libnvme_ctrl_t c );
ARGUMENTS¶
- c
- Controller instance
DESCRIPTION¶
A controller is reachable either over a local transport (pcie, apple-nvme) or over NVMe-over-Fabrics (tcp, rdma, fc, loop).
RETURN¶
true if c uses a fabrics transport, false if local.
| libnvme_ctrl_is_transport_fabric | July 2026 |