Searched refs:ns_bd_hdl (Results 1 – 2 of 2) sorted by relevance
488 bd_handle_t ns_bd_hdl; member
2805 nsid)->ns_bd_hdl); in nvme_async_event_task()3971 if (ns->ns_bd_hdl == NULL) { in nvme_attach_ns()3977 ns->ns_bd_hdl = bd_alloc_handle(ns, &ops, &nvme->n_prp_dma_attr, in nvme_attach_ns()3980 if (ns->ns_bd_hdl == NULL) { in nvme_attach_ns()3989 ret = bd_attach_handle(nvme->n_dip, ns->ns_bd_hdl); in nvme_attach_ns()4013 ASSERT3P(ns->ns_bd_hdl, !=, NULL); in nvme_detach_ns()4014 ret = bd_detach_handle(ns->ns_bd_hdl); in nvme_detach_ns()5178 if (ns->ns_bd_hdl) { in nvme_detach()5179 (void) bd_detach_handle(ns->ns_bd_hdl); in nvme_detach()5180 bd_free_handle(ns->ns_bd_hdl); in nvme_detach()[all …]