Lines Matching refs:nvme_fc_ctrl
36 struct nvme_fc_ctrl *ctrl;
100 struct nvme_fc_ctrl *ctrl;
153 struct nvme_fc_ctrl { struct
183 static inline struct nvme_fc_ctrl * argument
186 return container_of(ctrl, struct nvme_fc_ctrl, ctrl); in to_fc_ctrl()
239 static void __nvme_fc_delete_hw_queue(struct nvme_fc_ctrl *,
558 nvme_fc_resume_controller(struct nvme_fc_ctrl *ctrl) in nvme_fc_resume_controller()
593 struct nvme_fc_ctrl *ctrl; in nvme_fc_attach_to_suspended_rport()
790 nvme_fc_ctrl_connectivity_loss(struct nvme_fc_ctrl *ctrl) in nvme_fc_ctrl_connectivity_loss()
856 struct nvme_fc_ctrl *ctrl; in nvme_fc_unregister_remoteport()
1032 static void nvme_fc_ctrl_put(struct nvme_fc_ctrl *);
1033 static int nvme_fc_ctrl_get(struct nvme_fc_ctrl *);
1035 static void nvme_fc_error_recovery(struct nvme_fc_ctrl *ctrl, char *errmsg);
1177 nvme_fc_connect_admin_queue(struct nvme_fc_ctrl *ctrl, in nvme_fc_connect_admin_queue()
1294 nvme_fc_connect_queue(struct nvme_fc_ctrl *ctrl, struct nvme_fc_queue *queue, in nvme_fc_connect_queue()
1425 nvme_fc_xmt_disconnect_assoc(struct nvme_fc_ctrl *ctrl) in nvme_fc_xmt_disconnect_assoc()
1507 static struct nvme_fc_ctrl *
1513 struct nvme_fc_ctrl *ctrl, *ret = NULL; in nvme_fc_match_disconn_ls()
1568 struct nvme_fc_ctrl *ctrl = NULL; in nvme_fc_ls_disconnect_assoc()
1828 __nvme_fc_exit_request(struct nvme_fc_ctrl *ctrl, in __nvme_fc_exit_request()
1849 __nvme_fc_abort_op(struct nvme_fc_ctrl *ctrl, struct nvme_fc_fcp_op *op) in __nvme_fc_abort_op()
1876 nvme_fc_abort_aen_ops(struct nvme_fc_ctrl *ctrl) in nvme_fc_abort_aen_ops()
1890 __nvme_fc_fcpop_chk_teardowns(struct nvme_fc_ctrl *ctrl, in __nvme_fc_fcpop_chk_teardowns()
1909 struct nvme_fc_ctrl *ctrl = in nvme_fc_ctrl_ioerr_work()
1910 container_of(work, struct nvme_fc_ctrl, ioerr_work); in nvme_fc_ctrl_ioerr_work()
1939 struct nvme_fc_ctrl *ctrl = op->ctrl; in nvme_fc_fcpio_done()
2095 __nvme_fc_init_request(struct nvme_fc_ctrl *ctrl, in __nvme_fc_init_request()
2151 struct nvme_fc_ctrl *ctrl = to_fc_ctrl(set->driver_data); in nvme_fc_init_request()
2168 nvme_fc_init_aen_ops(struct nvme_fc_ctrl *ctrl) in nvme_fc_init_aen_ops()
2207 nvme_fc_term_aen_ops(struct nvme_fc_ctrl *ctrl) in nvme_fc_term_aen_ops()
2225 struct nvme_fc_ctrl *ctrl = to_fc_ctrl(data); in __nvme_fc_init_hctx()
2247 nvme_fc_init_queue(struct nvme_fc_ctrl *ctrl, int idx) in nvme_fc_init_queue()
2301 __nvme_fc_delete_hw_queue(struct nvme_fc_ctrl *ctrl, in __nvme_fc_delete_hw_queue()
2311 nvme_fc_free_io_queues(struct nvme_fc_ctrl *ctrl) in nvme_fc_free_io_queues()
2320 __nvme_fc_create_hw_queue(struct nvme_fc_ctrl *ctrl, in __nvme_fc_create_hw_queue()
2334 nvme_fc_delete_hw_io_queues(struct nvme_fc_ctrl *ctrl) in nvme_fc_delete_hw_io_queues()
2344 nvme_fc_create_hw_io_queues(struct nvme_fc_ctrl *ctrl, u16 qsize) in nvme_fc_create_hw_io_queues()
2364 nvme_fc_connect_io_queues(struct nvme_fc_ctrl *ctrl, u16 qsize) in nvme_fc_connect_io_queues()
2384 nvme_fc_init_io_queues(struct nvme_fc_ctrl *ctrl) in nvme_fc_init_io_queues()
2395 struct nvme_fc_ctrl *ctrl = in nvme_fc_ctrl_free()
2396 container_of(ref, struct nvme_fc_ctrl, ref); in nvme_fc_ctrl_free()
2422 nvme_fc_ctrl_put(struct nvme_fc_ctrl *ctrl) in nvme_fc_ctrl_put()
2428 nvme_fc_ctrl_get(struct nvme_fc_ctrl *ctrl) in nvme_fc_ctrl_get()
2440 struct nvme_fc_ctrl *ctrl = to_fc_ctrl(nctrl); in nvme_fc_nvme_ctrl_freed()
2463 struct nvme_fc_ctrl *ctrl = to_fc_ctrl(nctrl); in nvme_fc_terminate_exchange()
2481 __nvme_fc_abort_outstanding_ios(struct nvme_fc_ctrl *ctrl, bool start_queues) in __nvme_fc_abort_outstanding_ios()
2542 nvme_fc_error_recovery(struct nvme_fc_ctrl *ctrl, char *errmsg) in nvme_fc_error_recovery()
2583 struct nvme_fc_ctrl *ctrl = op->ctrl; in nvme_fc_timeout()
2608 nvme_fc_map_data(struct nvme_fc_ctrl *ctrl, struct request *rq, in nvme_fc_map_data()
2643 nvme_fc_unmap_data(struct nvme_fc_ctrl *ctrl, struct request *rq, in nvme_fc_unmap_data()
2683 nvme_fc_start_fcp_op(struct nvme_fc_ctrl *ctrl, struct nvme_fc_queue *queue, in nvme_fc_start_fcp_op()
2804 struct nvme_fc_ctrl *ctrl = queue->ctrl; in nvme_fc_queue_rq()
2844 struct nvme_fc_ctrl *ctrl = to_fc_ctrl(arg); in nvme_fc_submit_async_event()
2864 struct nvme_fc_ctrl *ctrl = op->ctrl; in nvme_fc_complete_rq()
2876 struct nvme_fc_ctrl *ctrl = to_fc_ctrl(set->driver_data); in nvme_fc_map_queues()
2907 nvme_fc_create_io_queues(struct nvme_fc_ctrl *ctrl) in nvme_fc_create_io_queues()
2960 nvme_fc_recreate_io_queues(struct nvme_fc_ctrl *ctrl) in nvme_fc_recreate_io_queues()
3032 nvme_fc_ctlr_active_on_rport(struct nvme_fc_ctrl *ctrl) in nvme_fc_ctlr_active_on_rport()
3048 nvme_fc_ctlr_inactive_on_rport(struct nvme_fc_ctrl *ctrl) in nvme_fc_ctlr_inactive_on_rport()
3071 nvme_fc_create_association(struct nvme_fc_ctrl *ctrl) in nvme_fc_create_association()
3233 nvme_fc_delete_association(struct nvme_fc_ctrl *ctrl) in nvme_fc_delete_association()
3300 struct nvme_fc_ctrl *ctrl = to_fc_ctrl(nctrl); in nvme_fc_delete_ctrl()
3312 nvme_fc_reconnect_or_delete(struct nvme_fc_ctrl *ctrl, int status) in nvme_fc_reconnect_or_delete()
3366 struct nvme_fc_ctrl *ctrl = in nvme_fc_reset_ctrl_work()
3367 container_of(work, struct nvme_fc_ctrl, ctrl.reset_work); in nvme_fc_reset_ctrl_work()
3411 struct nvme_fc_ctrl *ctrl = in nvme_fc_connect_ctrl_work()
3413 struct nvme_fc_ctrl, connect_work); in nvme_fc_connect_ctrl_work()
3447 struct nvme_fc_ctrl *ctrl; in nvme_fc_existing_controller()
3466 struct nvme_fc_ctrl *ctrl; in nvme_fc_init_ctrl()
3961 struct nvme_fc_ctrl *ctrl; in nvme_fc_delete_controllers()