Searched refs:nvd_ctrlr (Results 1 – 1 of 1) sorted by relevance
| /freebsd/sys/dev/nvd/ |
| H A D | nvd.c | 392 struct nvd_controller *nvd_ctrlr = device_get_softc(dev); in nvdc_controller_failed() local 396 TAILQ_REMOVE(&ctrlr_head, nvd_ctrlr, tailq); in nvdc_controller_failed() 397 TAILQ_FOREACH(ndisk, &nvd_ctrlr->disk_head, ctrlr_tailq) in nvdc_controller_failed() 399 while (!TAILQ_EMPTY(&nvd_ctrlr->disk_head)) in nvdc_controller_failed() 400 msleep(&nvd_ctrlr->disk_head, &nvd_lock, 0, "nvd_fail", 0); in nvdc_controller_failed() 418 struct nvd_controller *nvd_ctrlr = device_get_softc(dev); in nvdc_attach() local 421 nvd_ctrlr->ctrlr = ctrlr; in nvdc_attach() 422 TAILQ_INIT(&nvd_ctrlr->disk_head); in nvdc_attach() 424 TAILQ_INSERT_TAIL(&ctrlr_head, nvd_ctrlr, tailq); in nvdc_attach() 437 nvd_nsid_to_disk(struct nvd_controller *nvd_ctrlr, uint32_t nsid) in nvd_nsid_to_disk() argument [all …]
|