Lines Matching refs:passthru_ctrl
29 if (!nvme_multi_css(ctrl->subsys->passthru_ctrl))
83 struct nvme_ctrl *pctrl = ctrl->subsys->passthru_ctrl;
294 struct nvme_ctrl *ctrl = nvmet_req_subsys(req)->passthru_ctrl;
375 struct nvme_ctrl *ctrl = nvmet_req_subsys(req)->passthru_ctrl;
583 if (subsys->passthru_ctrl)
615 subsys->passthru_ctrl = ctrl;
625 __module_get(subsys->passthru_ctrl->ops->module);
637 if (subsys->passthru_ctrl) {
638 xa_erase(&passthru_subsystems, subsys->passthru_ctrl->cntlid);
639 module_put(subsys->passthru_ctrl->ops->module);
640 nvme_put_ctrl(subsys->passthru_ctrl);
642 subsys->passthru_ctrl = NULL;