Home
last modified time | relevance | path

Searched refs:ns_bd_hdl (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/nvme/
H A Dnvme_var.h488 bd_handle_t ns_bd_hdl; member
H A Dnvme.c2805 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 …]