nvd_controller
static TAILQ_HEAD(, nvd_controller) ctrlr_head;
struct nvd_controller *ctrlr;
struct nvd_controller *nvd_ctrlr = device_get_softc(dev);
struct nvd_controller *nvd_ctrlr = device_get_softc(dev);
nvd_nsid_to_disk(struct nvd_controller *nvd_ctrlr, uint32_t nsid)
nvd_ns_to_disk(struct nvd_controller *nvd_ctrlr, struct nvme_namespace *ns)
struct nvd_controller *nvd_ctrlr = device_get_softc(dev);
struct nvd_controller;
struct nvd_controller *nvd_ctrlr = device_get_softc(dev);
struct nvd_controller *nvd_ctrlr = device_get_softc(dev);
sizeof(struct nvd_controller),
struct nvd_controller *ctrlr;
TAILQ_ENTRY(nvd_controller) tailq;