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.)
170 * nvmf_reg_read64() - NVMe Fabrics "Property Get" API function.
175 * register (see the fabrics section of the NVMe standard).
183 * NVMe fabrics space.)
215 * nvmf_reg_write32() - NVMe Fabrics "Property Write" API function.
220 * register (see the fabrics section of the NVMe standard).
228 * NVMe fabrics space.)
353 * nvmf_connect_admin_queue() - NVMe Fabrics Admin Queue "Connect"
362 * fabrics-protocol connection of the NVMe Admin queue between the
364 * target system via a NVMe Fabrics "Connect" command.
437 * nvmf_connect_io_queue() - NVMe Fabrics I/O Queue "Connect"
446 * This function issues a fabrics-protocol connection
447 * of a NVMe I/O queue (via NVMe Fabrics "Connect" command)
519 * nvmf_register_transport() - NVMe Fabrics Library registration function.
521 * common fabrics library.
524 * being implemented to the common NVMe fabrics library. Part of
525 * the overall init sequence of starting up a fabrics driver.
541 * nvmf_unregister_transport() - NVMe Fabrics Library unregistration function.
543 * common fabrics library.
545 * Fabrics API function that unregisters the type of specific transport
546 * fabric being implemented from the common NVMe fabrics library.
1230 .name = "nvme-fabrics",
1242 nvmf_class = class_create(THIS_MODULE, "nvme-fabrics"); in nvmf_init()
1244 pr_err("couldn't register class nvme-fabrics\n"); in nvmf_init()
1252 pr_err("couldn't create nvme-fabrics device!\n"); in nvmf_init()