Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/nvme/host/
H A Dfabrics.c1069 static struct class *nvmf_class; variable
1170 nvmf_class = class_create(THIS_MODULE, "nvme-fabrics"); in nvmf_init()
1171 if (IS_ERR(nvmf_class)) { in nvmf_init()
1173 ret = PTR_ERR(nvmf_class); in nvmf_init()
1178 device_create(nvmf_class, NULL, MKDEV(0, 0), NULL, "ctl"); in nvmf_init()
1194 device_destroy(nvmf_class, MKDEV(0, 0)); in nvmf_init()
1196 class_destroy(nvmf_class); in nvmf_init()
1205 device_destroy(nvmf_class, MKDEV(0, 0)); in nvmf_exit()
1206 class_destroy(nvmf_class); in nvmf_exit()
/kernel/linux/linux-6.6/drivers/nvme/host/
H A Dfabrics.c1252 static struct class *nvmf_class; variable
1372 nvmf_class = class_create("nvme-fabrics"); in nvmf_init()
1373 if (IS_ERR(nvmf_class)) { in nvmf_init()
1375 ret = PTR_ERR(nvmf_class); in nvmf_init()
1380 device_create(nvmf_class, NULL, MKDEV(0, 0), NULL, "ctl"); in nvmf_init()
1396 device_destroy(nvmf_class, MKDEV(0, 0)); in nvmf_init()
1398 class_destroy(nvmf_class); in nvmf_init()
1407 device_destroy(nvmf_class, MKDEV(0, 0)); in nvmf_exit()
1408 class_destroy(nvmf_class); in nvmf_exit()

Completed in 3 milliseconds