• Home
  • Raw
  • Download

Lines Matching full:fabrics

3  * NVMe over Fabrics common host code.
14 #include "fabrics.h"
151 * nvmf_reg_read32() - NVMe Fabrics "Property Get" API function.
156 * register (see the fabrics section of the NVMe standard).
164 * NVMe fabrics space.)
196 * nvmf_reg_read64() - NVMe Fabrics "Property Get" API function.
201 * register (see the fabrics section of the NVMe standard).
209 * NVMe fabrics space.)
241 * nvmf_reg_write32() - NVMe Fabrics "Property Write" API function.
246 * register (see the fabrics section of the NVMe standard).
254 * NVMe fabrics space.)
418 * nvmf_connect_admin_queue() - NVMe Fabrics Admin Queue "Connect"
427 * fabrics-protocol connection of the NVMe Admin queue between the
429 * target system via a NVMe Fabrics "Connect" command.
493 * nvmf_connect_io_queue() - NVMe Fabrics I/O Queue "Connect"
502 * This function issues a fabrics-protocol connection
503 * of a NVMe I/O queue (via NVMe Fabrics "Connect" command)
572 * nvmf_register_transport() - NVMe Fabrics Library registration function.
574 * common fabrics library.
577 * being implemented to the common NVMe fabrics library. Part of
578 * the overall init sequence of starting up a fabrics driver.
594 * nvmf_unregister_transport() - NVMe Fabrics Library unregistration function.
596 * common fabrics library.
598 * Fabrics API function that unregisters the type of specific transport
599 * fabric being implemented from the common NVMe fabrics library.
1360 .name = "nvme-fabrics",
1372 nvmf_class = class_create("nvme-fabrics"); in nvmf_init()
1374 pr_err("couldn't register class nvme-fabrics\n"); in nvmf_init()
1382 pr_err("couldn't create nvme-fabrics device!\n"); in nvmf_init()