Lines Matching refs:nvme_fc_ctrl

41 	struct nvme_fc_ctrl	*ctrl;
94 struct nvme_fc_ctrl *ctrl;
137 struct nvme_fc_ctrl { struct
166 static inline struct nvme_fc_ctrl * argument
169 return container_of(ctrl, struct nvme_fc_ctrl, ctrl); in to_fc_ctrl()
219 static void __nvme_fc_delete_hw_queue(struct nvme_fc_ctrl *,
530 nvme_fc_resume_controller(struct nvme_fc_ctrl *ctrl) in nvme_fc_resume_controller()
565 struct nvme_fc_ctrl *ctrl; in nvme_fc_attach_to_suspended_rport()
756 nvme_fc_ctrl_connectivity_loss(struct nvme_fc_ctrl *ctrl) in nvme_fc_ctrl_connectivity_loss()
821 struct nvme_fc_ctrl *ctrl; in nvme_fc_unregister_remoteport()
997 static void nvme_fc_ctrl_put(struct nvme_fc_ctrl *);
998 static int nvme_fc_ctrl_get(struct nvme_fc_ctrl *);
1176 nvme_fc_connect_admin_queue(struct nvme_fc_ctrl *ctrl, in nvme_fc_connect_admin_queue()
1285 nvme_fc_connect_queue(struct nvme_fc_ctrl *ctrl, struct nvme_fc_queue *queue, in nvme_fc_connect_queue()
1411 nvme_fc_xmt_disconnect_assoc(struct nvme_fc_ctrl *ctrl) in nvme_fc_xmt_disconnect_assoc()
1472 static void nvme_fc_error_recovery(struct nvme_fc_ctrl *ctrl, char *errmsg);
1475 __nvme_fc_exit_request(struct nvme_fc_ctrl *ctrl, in __nvme_fc_exit_request()
1496 __nvme_fc_abort_op(struct nvme_fc_ctrl *ctrl, struct nvme_fc_fcp_op *op) in __nvme_fc_abort_op()
1521 nvme_fc_abort_aen_ops(struct nvme_fc_ctrl *ctrl) in nvme_fc_abort_aen_ops()
1531 __nvme_fc_fcpop_chk_teardowns(struct nvme_fc_ctrl *ctrl, in __nvme_fc_fcpop_chk_teardowns()
1552 struct nvme_fc_ctrl *ctrl = op->ctrl; in nvme_fc_fcpio_done()
1684 __nvme_fc_init_request(struct nvme_fc_ctrl *ctrl, in __nvme_fc_init_request()
1735 struct nvme_fc_ctrl *ctrl = set->driver_data; in nvme_fc_init_request()
1745 nvme_fc_init_aen_ops(struct nvme_fc_ctrl *ctrl) in nvme_fc_init_aen_ops()
1783 nvme_fc_term_aen_ops(struct nvme_fc_ctrl *ctrl) in nvme_fc_term_aen_ops()
1801 __nvme_fc_init_hctx(struct blk_mq_hw_ctx *hctx, struct nvme_fc_ctrl *ctrl, in __nvme_fc_init_hctx()
1814 struct nvme_fc_ctrl *ctrl = data; in nvme_fc_init_hctx()
1825 struct nvme_fc_ctrl *ctrl = data; in nvme_fc_init_admin_hctx()
1833 nvme_fc_init_queue(struct nvme_fc_ctrl *ctrl, int idx) in nvme_fc_init_queue()
1887 __nvme_fc_delete_hw_queue(struct nvme_fc_ctrl *ctrl, in __nvme_fc_delete_hw_queue()
1897 nvme_fc_free_io_queues(struct nvme_fc_ctrl *ctrl) in nvme_fc_free_io_queues()
1906 __nvme_fc_create_hw_queue(struct nvme_fc_ctrl *ctrl, in __nvme_fc_create_hw_queue()
1920 nvme_fc_delete_hw_io_queues(struct nvme_fc_ctrl *ctrl) in nvme_fc_delete_hw_io_queues()
1930 nvme_fc_create_hw_io_queues(struct nvme_fc_ctrl *ctrl, u16 qsize) in nvme_fc_create_hw_io_queues()
1950 nvme_fc_connect_io_queues(struct nvme_fc_ctrl *ctrl, u16 qsize) in nvme_fc_connect_io_queues()
1970 nvme_fc_init_io_queues(struct nvme_fc_ctrl *ctrl) in nvme_fc_init_io_queues()
1981 struct nvme_fc_ctrl *ctrl = in nvme_fc_ctrl_free()
1982 container_of(ref, struct nvme_fc_ctrl, ref); in nvme_fc_ctrl_free()
2011 nvme_fc_ctrl_put(struct nvme_fc_ctrl *ctrl) in nvme_fc_ctrl_put()
2017 nvme_fc_ctrl_get(struct nvme_fc_ctrl *ctrl) in nvme_fc_ctrl_get()
2029 struct nvme_fc_ctrl *ctrl = to_fc_ctrl(nctrl); in nvme_fc_nvme_ctrl_freed()
2037 nvme_fc_error_recovery(struct nvme_fc_ctrl *ctrl, char *errmsg) in nvme_fc_error_recovery()
2056 struct nvme_fc_ctrl *ctrl = op->ctrl; in nvme_fc_timeout()
2076 nvme_fc_map_data(struct nvme_fc_ctrl *ctrl, struct request *rq, in nvme_fc_map_data()
2112 nvme_fc_unmap_data(struct nvme_fc_ctrl *ctrl, struct request *rq, in nvme_fc_unmap_data()
2155 nvme_fc_start_fcp_op(struct nvme_fc_ctrl *ctrl, struct nvme_fc_queue *queue, in nvme_fc_start_fcp_op()
2264 struct nvme_fc_ctrl *ctrl = queue->ctrl; in nvme_fc_queue_rq()
2306 struct nvme_fc_ctrl *ctrl = queue->ctrl; in nvme_fc_poll()
2327 struct nvme_fc_ctrl *ctrl = to_fc_ctrl(arg); in nvme_fc_submit_async_event()
2354 struct nvme_fc_ctrl *ctrl = op->ctrl; in nvme_fc_complete_rq()
2380 struct nvme_fc_ctrl *ctrl = to_fc_ctrl(nctrl); in nvme_fc_terminate_exchange()
2398 nvme_fc_create_io_queues(struct nvme_fc_ctrl *ctrl) in nvme_fc_create_io_queues()
2472 nvme_fc_recreate_io_queues(struct nvme_fc_ctrl *ctrl) in nvme_fc_recreate_io_queues()
2531 nvme_fc_ctlr_active_on_rport(struct nvme_fc_ctrl *ctrl) in nvme_fc_ctlr_active_on_rport()
2548 nvme_fc_ctlr_inactive_on_rport(struct nvme_fc_ctrl *ctrl) in nvme_fc_ctlr_inactive_on_rport()
2571 nvme_fc_create_association(struct nvme_fc_ctrl *ctrl) in nvme_fc_create_association()
2711 nvme_fc_delete_association(struct nvme_fc_ctrl *ctrl) in nvme_fc_delete_association()
2803 struct nvme_fc_ctrl *ctrl = to_fc_ctrl(nctrl); in nvme_fc_delete_ctrl()
2814 nvme_fc_reconnect_or_delete(struct nvme_fc_ctrl *ctrl, int status) in nvme_fc_reconnect_or_delete()
2859 struct nvme_fc_ctrl *ctrl = in nvme_fc_reset_ctrl_work()
2860 container_of(work, struct nvme_fc_ctrl, ctrl.reset_work); in nvme_fc_reset_ctrl_work()
2906 struct nvme_fc_ctrl *ctrl = in nvme_fc_connect_ctrl_work()
2908 struct nvme_fc_ctrl, connect_work); in nvme_fc_connect_ctrl_work()
2942 struct nvme_fc_ctrl *ctrl; in nvme_fc_existing_controller()
2961 struct nvme_fc_ctrl *ctrl; in nvme_fc_init_ctrl()