Searched refs:ns_bd_hdl (Results 1 – 2 of 2) sorted by relevance
478 bd_handle_t ns_bd_hdl; member
2787 nsid)->ns_bd_hdl); in nvme_async_event_task()3937 if (ns->ns_bd_hdl == NULL) { in nvme_attach_ns()3943 ns->ns_bd_hdl = bd_alloc_handle(ns, &ops, &nvme->n_prp_dma_attr, in nvme_attach_ns()3946 if (ns->ns_bd_hdl == NULL) { in nvme_attach_ns()3955 ret = bd_attach_handle(nvme->n_dip, ns->ns_bd_hdl); in nvme_attach_ns()3979 ASSERT3P(ns->ns_bd_hdl, !=, NULL); in nvme_detach_ns()3980 ret = bd_detach_handle(ns->ns_bd_hdl); in nvme_detach_ns()5130 if (ns->ns_bd_hdl) { in nvme_detach()5131 (void) bd_detach_handle(ns->ns_bd_hdl); in nvme_detach()5132 bd_free_handle(ns->ns_bd_hdl); in nvme_detach()[all …]