Lines Matching full:fabrics
3 * NVMe over Fabrics common host code.
14 #include "fabrics.h"
152 * nvmf_reg_read32() - NVMe Fabrics "Property Get" API function.
157 * register (see the fabrics section of the NVMe standard).
165 * NVMe fabrics space.)
197 * nvmf_reg_read64() - NVMe Fabrics "Property Get" API function.
202 * register (see the fabrics section of the NVMe standard).
210 * NVMe fabrics space.)
242 * nvmf_reg_write32() - NVMe Fabrics "Property Write" API function.
247 * register (see the fabrics section of the NVMe standard).
255 * NVMe fabrics space.)
434 * nvmf_connect_admin_queue() - NVMe Fabrics Admin Queue "Connect"
443 * fabrics-protocol connection of the NVMe Admin queue between the
445 * target system via a NVMe Fabrics "Connect" command.
505 * nvmf_connect_io_queue() - NVMe Fabrics I/O Queue "Connect"
514 * This function issues a fabrics-protocol connection
515 * of a NVMe I/O queue (via NVMe Fabrics "Connect" command)
606 * nvmf_register_transport() - NVMe Fabrics Library registration function.
608 * common fabrics library.
611 * being implemented to the common NVMe fabrics library. Part of
612 * the overall init sequence of starting up a fabrics driver.
628 * nvmf_unregister_transport() - NVMe Fabrics Library unregistration function.
630 * common fabrics library.
632 * Fabrics API function that unregisters the type of specific transport
633 * fabric being implemented from the common NVMe fabrics library.
1351 .name = "nvme-fabrics",
1461 .name = "nvme-fabrics",
1475 pr_err("couldn't register class nvme-fabrics\n"); in nvmf_init()
1482 pr_err("couldn't create nvme-fabrics device!\n"); in nvmf_init()
1526 MODULE_DESCRIPTION("NVMe host fabrics library");