Lines Matching defs:nvme_fc_ctrl

35 	struct nvme_fc_ctrl	*ctrl;
99 struct nvme_fc_ctrl *ctrl;
152 struct nvme_fc_ctrl {
182 static inline struct nvme_fc_ctrl *
185 return container_of(ctrl, struct nvme_fc_ctrl, ctrl);
233 static void __nvme_fc_delete_hw_queue(struct nvme_fc_ctrl *,
552 nvme_fc_resume_controller(struct nvme_fc_ctrl *ctrl)
587 struct nvme_fc_ctrl *ctrl;
784 nvme_fc_ctrl_connectivity_loss(struct nvme_fc_ctrl *ctrl)
809 struct nvme_fc_ctrl *ctrl;
985 static void nvme_fc_ctrl_put(struct nvme_fc_ctrl *);
986 static int nvme_fc_ctrl_get(struct nvme_fc_ctrl *);
988 static void nvme_fc_error_recovery(struct nvme_fc_ctrl *ctrl, char *errmsg);
1130 nvme_fc_connect_admin_queue(struct nvme_fc_ctrl *ctrl,
1247 nvme_fc_connect_queue(struct nvme_fc_ctrl *ctrl, struct nvme_fc_queue *queue,
1378 nvme_fc_xmt_disconnect_assoc(struct nvme_fc_ctrl *ctrl)
1467 static struct nvme_fc_ctrl *
1473 struct nvme_fc_ctrl *ctrl, *tmp, *ret = NULL;
1530 struct nvme_fc_ctrl *ctrl = NULL;
1790 __nvme_fc_exit_request(struct nvme_fc_ctrl *ctrl,
1811 __nvme_fc_abort_op(struct nvme_fc_ctrl *ctrl, struct nvme_fc_fcp_op *op)
1838 nvme_fc_abort_aen_ops(struct nvme_fc_ctrl *ctrl)
1852 __nvme_fc_fcpop_chk_teardowns(struct nvme_fc_ctrl *ctrl,
1871 struct nvme_fc_ctrl *ctrl =
1872 container_of(work, struct nvme_fc_ctrl, ioerr_work);
1901 struct nvme_fc_ctrl *ctrl = op->ctrl;
2058 __nvme_fc_init_request(struct nvme_fc_ctrl *ctrl,
2114 struct nvme_fc_ctrl *ctrl = to_fc_ctrl(set->driver_data);
2131 nvme_fc_init_aen_ops(struct nvme_fc_ctrl *ctrl)
2170 nvme_fc_term_aen_ops(struct nvme_fc_ctrl *ctrl)
2188 struct nvme_fc_ctrl *ctrl = to_fc_ctrl(data);
2210 nvme_fc_init_queue(struct nvme_fc_ctrl *ctrl, int idx)
2264 __nvme_fc_delete_hw_queue(struct nvme_fc_ctrl *ctrl,
2274 nvme_fc_free_io_queues(struct nvme_fc_ctrl *ctrl)
2283 __nvme_fc_create_hw_queue(struct nvme_fc_ctrl *ctrl,
2297 nvme_fc_delete_hw_io_queues(struct nvme_fc_ctrl *ctrl)
2307 nvme_fc_create_hw_io_queues(struct nvme_fc_ctrl *ctrl, u16 qsize)
2327 nvme_fc_connect_io_queues(struct nvme_fc_ctrl *ctrl, u16 qsize)
2347 nvme_fc_init_io_queues(struct nvme_fc_ctrl *ctrl)
2358 struct nvme_fc_ctrl *ctrl =
2359 container_of(ref, struct nvme_fc_ctrl, ref);
2379 nvme_fc_ctrl_put(struct nvme_fc_ctrl *ctrl)
2385 nvme_fc_ctrl_get(struct nvme_fc_ctrl *ctrl)
2397 struct nvme_fc_ctrl *ctrl = to_fc_ctrl(nctrl);
2420 struct nvme_fc_ctrl *ctrl = to_fc_ctrl(nctrl);
2438 __nvme_fc_abort_outstanding_ios(struct nvme_fc_ctrl *ctrl, bool start_queues)
2499 nvme_fc_error_recovery(struct nvme_fc_ctrl *ctrl, char *errmsg)
2534 struct nvme_fc_ctrl *ctrl = op->ctrl;
2561 nvme_fc_map_data(struct nvme_fc_ctrl *ctrl, struct request *rq,
2596 nvme_fc_unmap_data(struct nvme_fc_ctrl *ctrl, struct request *rq,
2636 nvme_fc_start_fcp_op(struct nvme_fc_ctrl *ctrl, struct nvme_fc_queue *queue,
2757 struct nvme_fc_ctrl *ctrl = queue->ctrl;
2797 struct nvme_fc_ctrl *ctrl = to_fc_ctrl(arg);
2817 struct nvme_fc_ctrl *ctrl = op->ctrl;
2829 struct nvme_fc_ctrl *ctrl = to_fc_ctrl(set->driver_data);
2860 nvme_fc_create_io_queues(struct nvme_fc_ctrl *ctrl)
2918 nvme_fc_recreate_io_queues(struct nvme_fc_ctrl *ctrl)
2990 nvme_fc_ctlr_active_on_rport(struct nvme_fc_ctrl *ctrl)
3006 nvme_fc_ctlr_inactive_on_rport(struct nvme_fc_ctrl *ctrl)
3029 nvme_fc_create_association(struct nvme_fc_ctrl *ctrl)
3198 nvme_fc_delete_association(struct nvme_fc_ctrl *ctrl)
3265 struct nvme_fc_ctrl *ctrl = to_fc_ctrl(nctrl);
3284 nvme_fc_reconnect_or_delete(struct nvme_fc_ctrl *ctrl, int status)
3336 struct nvme_fc_ctrl *ctrl =
3337 container_of(work, struct nvme_fc_ctrl, ctrl.reset_work);
3383 struct nvme_fc_ctrl *ctrl =
3385 struct nvme_fc_ctrl, connect_work);
3419 struct nvme_fc_ctrl *ctrl;
3434 static struct nvme_fc_ctrl *
3438 struct nvme_fc_ctrl *ctrl;
3546 struct nvme_fc_ctrl *ctrl;
3943 struct nvme_fc_ctrl *ctrl;