Home
last modified time | relevance | path

Searched refs:nvmf_class (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/nvme/host/ !
H A Dfabrics.c1378 static const struct class nvmf_class = { variable
1501 ret = class_register(&nvmf_class); in nvmf_init()
1508 device_create(&nvmf_class, NULL, MKDEV(0, 0), NULL, "ctl"); in nvmf_init()
1524 device_destroy(&nvmf_class, MKDEV(0, 0)); in nvmf_init()
1526 class_unregister(&nvmf_class); in nvmf_init()
1535 device_destroy(&nvmf_class, MKDEV(0, 0)); in nvmf_exit()
1536 class_unregister(&nvmf_class); in nvmf_exit()