Lines Matching full:fabrics

3  * NVMe over Fabrics common host code.
14 #include "fabrics.h"
125 * nvmf_reg_read32() - NVMe Fabrics "Property Get" API function.
130 * register (see the fabrics section of the NVMe standard).
138 * NVMe fabrics space.)
171 * nvmf_reg_read64() - NVMe Fabrics "Property Get" API function.
176 * register (see the fabrics section of the NVMe standard).
184 * NVMe fabrics space.)
216 * nvmf_reg_write32() - NVMe Fabrics "Property Write" API function.
221 * register (see the fabrics section of the NVMe standard).
229 * NVMe fabrics space.)
344 * nvmf_connect_admin_queue() - NVMe Fabrics Admin Queue "Connect"
353 * fabrics-protocol connection of the NVMe Admin queue between the
355 * target system via a NVMe Fabrics "Connect" command.
410 * nvmf_connect_io_queue() - NVMe Fabrics I/O Queue "Connect"
419 * This function issues a fabrics-protocol connection
420 * of a NVMe I/O queue (via NVMe Fabrics "Connect" command)
476 * nvmf_register_transport() - NVMe Fabrics Library registration function.
478 * common fabrics library.
481 * being implemented to the common NVMe fabrics library. Part of
482 * the overall init sequence of starting up a fabrics driver.
498 * nvmf_unregister_transport() - NVMe Fabrics Library unregistration function.
500 * common fabrics library.
502 * Fabrics API function that unregisters the type of specific transport
503 * fabric being implemented from the common NVMe fabrics library.
1115 .name = "nvme-fabrics",
1127 nvmf_class = class_create(THIS_MODULE, "nvme-fabrics"); in nvmf_init()
1129 pr_err("couldn't register class nvme-fabrics\n"); in nvmf_init()