Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/nvme/
H A Dnvme_var.h234 bd_handle_t ns_bd_hdl; member
H A Dnvme.c2961 nvme->n_ns[i].ns_bd_hdl = bd_alloc_handle(&nvme->n_ns[i], in nvme_attach()
2964 if (nvme->n_ns[i].ns_bd_hdl == NULL) { in nvme_attach()
2970 if (bd_attach_handle(dip, nvme->n_ns[i].ns_bd_hdl) in nvme_attach()
3023 if (nvme->n_ns[i].ns_bd_hdl) { in nvme_detach()
3025 nvme->n_ns[i].ns_bd_hdl); in nvme_detach()
3026 bd_free_handle(nvme->n_ns[i].ns_bd_hdl); in nvme_detach()
3782 rv = bd_detach_handle(nvme->n_ns[nsid - 1].ns_bd_hdl); in nvme_ioctl_detach()
3812 rv = bd_attach_handle(nvme->n_dip, nvme->n_ns[nsid - 1].ns_bd_hdl); in nvme_ioctl_attach()