Lines Matching defs:nvme_fc_ctrl

36 	struct nvme_fc_ctrl	*ctrl;
100 struct nvme_fc_ctrl *ctrl;
153 struct nvme_fc_ctrl {
183 static inline struct nvme_fc_ctrl *
186 return container_of(ctrl, struct nvme_fc_ctrl, ctrl);
234 static void __nvme_fc_delete_hw_queue(struct nvme_fc_ctrl *,
551 nvme_fc_resume_controller(struct nvme_fc_ctrl *ctrl)
586 struct nvme_fc_ctrl *ctrl;
783 nvme_fc_ctrl_connectivity_loss(struct nvme_fc_ctrl *ctrl)
849 struct nvme_fc_ctrl *ctrl;
1025 static void nvme_fc_ctrl_put(struct nvme_fc_ctrl *);
1026 static int nvme_fc_ctrl_get(struct nvme_fc_ctrl *);
1028 static void nvme_fc_error_recovery(struct nvme_fc_ctrl *ctrl, char *errmsg);
1170 nvme_fc_connect_admin_queue(struct nvme_fc_ctrl *ctrl,
1287 nvme_fc_connect_queue(struct nvme_fc_ctrl *ctrl, struct nvme_fc_queue *queue,
1418 nvme_fc_xmt_disconnect_assoc(struct nvme_fc_ctrl *ctrl)
1500 static struct nvme_fc_ctrl *
1506 struct nvme_fc_ctrl *ctrl, *ret = NULL;
1561 struct nvme_fc_ctrl *ctrl = NULL;
1821 __nvme_fc_exit_request(struct nvme_fc_ctrl *ctrl,
1842 __nvme_fc_abort_op(struct nvme_fc_ctrl *ctrl, struct nvme_fc_fcp_op *op)
1869 nvme_fc_abort_aen_ops(struct nvme_fc_ctrl *ctrl)
1883 __nvme_fc_fcpop_chk_teardowns(struct nvme_fc_ctrl *ctrl,
1902 struct nvme_fc_ctrl *ctrl =
1903 container_of(work, struct nvme_fc_ctrl, ioerr_work);
1932 struct nvme_fc_ctrl *ctrl = op->ctrl;
2088 __nvme_fc_init_request(struct nvme_fc_ctrl *ctrl,
2144 struct nvme_fc_ctrl *ctrl = to_fc_ctrl(set->driver_data);
2161 nvme_fc_init_aen_ops(struct nvme_fc_ctrl *ctrl)
2200 nvme_fc_term_aen_ops(struct nvme_fc_ctrl *ctrl)
2218 struct nvme_fc_ctrl *ctrl = to_fc_ctrl(data);
2240 nvme_fc_init_queue(struct nvme_fc_ctrl *ctrl, int idx)
2294 __nvme_fc_delete_hw_queue(struct nvme_fc_ctrl *ctrl,
2304 nvme_fc_free_io_queues(struct nvme_fc_ctrl *ctrl)
2313 __nvme_fc_create_hw_queue(struct nvme_fc_ctrl *ctrl,
2327 nvme_fc_delete_hw_io_queues(struct nvme_fc_ctrl *ctrl)
2337 nvme_fc_create_hw_io_queues(struct nvme_fc_ctrl *ctrl, u16 qsize)
2357 nvme_fc_connect_io_queues(struct nvme_fc_ctrl *ctrl, u16 qsize)
2377 nvme_fc_init_io_queues(struct nvme_fc_ctrl *ctrl)
2388 struct nvme_fc_ctrl *ctrl =
2389 container_of(ref, struct nvme_fc_ctrl, ref);
2415 nvme_fc_ctrl_put(struct nvme_fc_ctrl *ctrl)
2421 nvme_fc_ctrl_get(struct nvme_fc_ctrl *ctrl)
2433 struct nvme_fc_ctrl *ctrl = to_fc_ctrl(nctrl);
2456 struct nvme_fc_ctrl *ctrl = to_fc_ctrl(nctrl);
2474 __nvme_fc_abort_outstanding_ios(struct nvme_fc_ctrl *ctrl, bool start_queues)
2535 nvme_fc_error_recovery(struct nvme_fc_ctrl *ctrl, char *errmsg)
2569 struct nvme_fc_ctrl *ctrl = op->ctrl;
2594 nvme_fc_map_data(struct nvme_fc_ctrl *ctrl, struct request *rq,
2629 nvme_fc_unmap_data(struct nvme_fc_ctrl *ctrl, struct request *rq,
2669 nvme_fc_start_fcp_op(struct nvme_fc_ctrl *ctrl, struct nvme_fc_queue *queue,
2790 struct nvme_fc_ctrl *ctrl = queue->ctrl;
2830 struct nvme_fc_ctrl *ctrl = to_fc_ctrl(arg);
2850 struct nvme_fc_ctrl *ctrl = op->ctrl;
2862 struct nvme_fc_ctrl *ctrl = to_fc_ctrl(set->driver_data);
2893 nvme_fc_create_io_queues(struct nvme_fc_ctrl *ctrl)
2946 nvme_fc_recreate_io_queues(struct nvme_fc_ctrl *ctrl)
3018 nvme_fc_ctlr_active_on_rport(struct nvme_fc_ctrl *ctrl)
3034 nvme_fc_ctlr_inactive_on_rport(struct nvme_fc_ctrl *ctrl)
3057 nvme_fc_create_association(struct nvme_fc_ctrl *ctrl)
3215 nvme_fc_delete_association(struct nvme_fc_ctrl *ctrl)
3282 struct nvme_fc_ctrl *ctrl = to_fc_ctrl(nctrl);
3294 nvme_fc_reconnect_or_delete(struct nvme_fc_ctrl *ctrl, int status)
3348 struct nvme_fc_ctrl *ctrl =
3349 container_of(work, struct nvme_fc_ctrl, ctrl.reset_work);
3393 struct nvme_fc_ctrl *ctrl =
3395 struct nvme_fc_ctrl, connect_work);
3429 struct nvme_fc_ctrl *ctrl;
3448 struct nvme_fc_ctrl *ctrl;
3937 struct nvme_fc_ctrl *ctrl;