Lines Matching full:fabrics
3 * NVMe over Fabrics common host code.
14 #include "fabrics.h"
122 * nvmf_reg_read32() - NVMe Fabrics "Property Get" API function.
127 * register (see the fabrics section of the NVMe standard).
135 * NVMe fabrics space.)
168 * nvmf_reg_read64() - NVMe Fabrics "Property Get" API function.
173 * register (see the fabrics section of the NVMe standard).
181 * NVMe fabrics space.)
214 * nvmf_reg_write32() - NVMe Fabrics "Property Write" API function.
219 * register (see the fabrics section of the NVMe standard).
227 * NVMe fabrics space.)
348 * nvmf_connect_admin_queue() - NVMe Fabrics Admin Queue "Connect"
357 * fabrics-protocol connection of the NVMe Admin queue between the
359 * target system via a NVMe Fabrics "Connect" command.
417 * nvmf_connect_io_queue() - NVMe Fabrics I/O Queue "Connect"
427 * This function issues a fabrics-protocol connection
428 * of a NVMe I/O queue (via NVMe Fabrics "Connect" command)
485 * nvmf_register_transport() - NVMe Fabrics Library registration function.
487 * common fabrics library.
490 * being implemented to the common NVMe fabrics library. Part of
491 * the overall init sequence of starting up a fabrics driver.
507 * nvmf_unregister_transport() - NVMe Fabrics Library unregistration function.
509 * common fabrics library.
511 * Fabrics API function that unregisters the type of specific transport
512 * fabric being implemented from the common NVMe fabrics library.
585 req->cmd->fabrics.fctype == nvme_fabrics_type_connect) in __nvmf_check_ready()
1153 .name = "nvme-fabrics",
1165 nvmf_class = class_create(THIS_MODULE, "nvme-fabrics"); in nvmf_init()
1167 pr_err("couldn't register class nvme-fabrics\n"); in nvmf_init()