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.)
419 * nvmf_connect_admin_queue() - NVMe Fabrics Admin Queue "Connect"
428 * fabrics-protocol connection of the NVMe Admin queue between the
430 * target system via a NVMe Fabrics "Connect" command.
496 * nvmf_connect_io_queue() - NVMe Fabrics I/O Queue "Connect"
505 * This function issues a fabrics-protocol connection
506 * of a NVMe I/O queue (via NVMe Fabrics "Connect" command)
578 * nvmf_register_transport() - NVMe Fabrics Library registration function.
580 * common fabrics library.
583 * being implemented to the common NVMe fabrics library. Part of
584 * the overall init sequence of starting up a fabrics driver.
600 * nvmf_unregister_transport() - NVMe Fabrics Library unregistration function.
602 * common fabrics library.
604 * Fabrics API function that unregisters the type of specific transport
605 * fabric being implemented from the common NVMe fabrics library.
1430 .name = "nvme-fabrics",
1442 nvmf_class = class_create("nvme-fabrics"); in nvmf_init()
1444 pr_err("couldn't register class nvme-fabrics\n"); in nvmf_init()
1452 pr_err("couldn't create nvme-fabrics device!\n"); in nvmf_init()
1496 MODULE_DESCRIPTION("NVMe host fabrics library");