Lines Matching defs:new
781 bool new)
811 if (new) {
851 if (new)
864 static int nvme_rdma_configure_io_queues(struct nvme_rdma_ctrl *ctrl, bool new)
872 if (new) {
888 if (!new) {
908 * start all new queues now.
923 if (new)
1005 static int nvme_rdma_setup_ctrl(struct nvme_rdma_ctrl *ctrl, bool new)
1010 ret = nvme_rdma_configure_admin_queue(ctrl, new);
1051 ret = nvme_rdma_configure_io_queues(ctrl, new);
1060 * unless we're during creation of a new controller to
1067 WARN_ON_ONCE(new);
1081 if (new)
1090 if (new)
2293 dev_info(ctrl->ctrl.device, "new ctrl: NQN \"%s\", addr %pISpcs\n",