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);
238 static void __nvme_fc_delete_hw_queue(struct nvme_fc_ctrl *,
557 nvme_fc_resume_controller(struct nvme_fc_ctrl *ctrl)
592 struct nvme_fc_ctrl *ctrl;
789 nvme_fc_ctrl_connectivity_loss(struct nvme_fc_ctrl *ctrl)
855 struct nvme_fc_ctrl *ctrl;
1031 static void nvme_fc_ctrl_put(struct nvme_fc_ctrl *);
1032 static int nvme_fc_ctrl_get(struct nvme_fc_ctrl *);
1034 static void nvme_fc_error_recovery(struct nvme_fc_ctrl *ctrl, char *errmsg);
1176 nvme_fc_connect_admin_queue(struct nvme_fc_ctrl *ctrl,
1293 nvme_fc_connect_queue(struct nvme_fc_ctrl *ctrl, struct nvme_fc_queue *queue,
1424 nvme_fc_xmt_disconnect_assoc(struct nvme_fc_ctrl *ctrl)
1504 static struct nvme_fc_ctrl *
1510 struct nvme_fc_ctrl *ctrl, *ret = NULL;
1565 struct nvme_fc_ctrl *ctrl = NULL;
1814 __nvme_fc_exit_request(struct nvme_fc_ctrl *ctrl,
1835 __nvme_fc_abort_op(struct nvme_fc_ctrl *ctrl, struct nvme_fc_fcp_op *op)
1862 nvme_fc_abort_aen_ops(struct nvme_fc_ctrl *ctrl)
1876 __nvme_fc_fcpop_chk_teardowns(struct nvme_fc_ctrl *ctrl,
1895 struct nvme_fc_ctrl *ctrl =
1896 container_of(work, struct nvme_fc_ctrl, ioerr_work);
1907 struct nvme_fc_ctrl *ctrl = op->ctrl;
2063 __nvme_fc_init_request(struct nvme_fc_ctrl *ctrl,
2119 struct nvme_fc_ctrl *ctrl = set->driver_data;
2135 nvme_fc_init_aen_ops(struct nvme_fc_ctrl *ctrl)
2174 nvme_fc_term_aen_ops(struct nvme_fc_ctrl *ctrl)
2190 __nvme_fc_init_hctx(struct blk_mq_hw_ctx *hctx, struct nvme_fc_ctrl *ctrl,
2203 struct nvme_fc_ctrl *ctrl = data;
2214 struct nvme_fc_ctrl *ctrl = data;
2222 nvme_fc_init_queue(struct nvme_fc_ctrl *ctrl, int idx)
2276 __nvme_fc_delete_hw_queue(struct nvme_fc_ctrl *ctrl,
2286 nvme_fc_free_io_queues(struct nvme_fc_ctrl *ctrl)
2295 __nvme_fc_create_hw_queue(struct nvme_fc_ctrl *ctrl,
2309 nvme_fc_delete_hw_io_queues(struct nvme_fc_ctrl *ctrl)
2319 nvme_fc_create_hw_io_queues(struct nvme_fc_ctrl *ctrl, u16 qsize)
2339 nvme_fc_connect_io_queues(struct nvme_fc_ctrl *ctrl, u16 qsize)
2359 nvme_fc_init_io_queues(struct nvme_fc_ctrl *ctrl)
2370 struct nvme_fc_ctrl *ctrl =
2371 container_of(ref, struct nvme_fc_ctrl, ref);
2401 nvme_fc_ctrl_put(struct nvme_fc_ctrl *ctrl)
2407 nvme_fc_ctrl_get(struct nvme_fc_ctrl *ctrl)
2419 struct nvme_fc_ctrl *ctrl = to_fc_ctrl(nctrl);
2443 struct nvme_fc_ctrl *ctrl = to_fc_ctrl(nctrl);
2461 __nvme_fc_abort_outstanding_ios(struct nvme_fc_ctrl *ctrl, bool start_queues)
2520 nvme_fc_error_recovery(struct nvme_fc_ctrl *ctrl, char *errmsg)
2552 struct nvme_fc_ctrl *ctrl = op->ctrl;
2577 nvme_fc_map_data(struct nvme_fc_ctrl *ctrl, struct request *rq,
2612 nvme_fc_unmap_data(struct nvme_fc_ctrl *ctrl, struct request *rq,
2652 nvme_fc_start_fcp_op(struct nvme_fc_ctrl *ctrl, struct nvme_fc_queue *queue,
2773 struct nvme_fc_ctrl *ctrl = queue->ctrl;
2815 struct nvme_fc_ctrl *ctrl = to_fc_ctrl(arg);
2835 struct nvme_fc_ctrl *ctrl = op->ctrl;
2856 nvme_fc_create_io_queues(struct nvme_fc_ctrl *ctrl)
2929 nvme_fc_recreate_io_queues(struct nvme_fc_ctrl *ctrl)
3003 nvme_fc_ctlr_active_on_rport(struct nvme_fc_ctrl *ctrl)
3019 nvme_fc_ctlr_inactive_on_rport(struct nvme_fc_ctrl *ctrl)
3042 nvme_fc_create_association(struct nvme_fc_ctrl *ctrl)
3192 nvme_fc_delete_association(struct nvme_fc_ctrl *ctrl)
3259 struct nvme_fc_ctrl *ctrl = to_fc_ctrl(nctrl);
3271 nvme_fc_reconnect_or_delete(struct nvme_fc_ctrl *ctrl, int status)
3318 struct nvme_fc_ctrl *ctrl =
3319 container_of(work, struct nvme_fc_ctrl, ctrl.reset_work);
3363 struct nvme_fc_ctrl *ctrl =
3365 struct nvme_fc_ctrl, connect_work);
3399 struct nvme_fc_ctrl *ctrl;
3418 struct nvme_fc_ctrl *ctrl;
3880 struct nvme_fc_ctrl *ctrl;