Lines Matching refs:ctrl_list
134 struct list_head ctrl_list; member
164 struct list_head ctrl_list; /* rport->ctrl_list */ member
522 WARN_ON(!list_empty(&rport->ctrl_list)); in nvme_fc_free_rport()
621 list_for_each_entry(ctrl, &rport->ctrl_list, ctrl_list) in nvme_fc_attach_to_suspended_rport()
715 INIT_LIST_HEAD(&newrec->ctrl_list); in nvme_fc_register_remoteport()
823 list_for_each_entry(ctrl, &rport->ctrl_list, ctrl_list) { in nvme_fc_unregister_remoteport()
1478 list_for_each_entry(ctrl, &rport->ctrl_list, ctrl_list) { in nvme_fc_match_disconn_ls()
2363 list_del(&ctrl->ctrl_list); in nvme_fc_ctrl_free()
3405 list_for_each_entry(ctrl, &rport->ctrl_list, ctrl_list) { in nvme_fc_existing_controller()
3461 INIT_LIST_HEAD(&ctrl->ctrl_list); in nvme_fc_alloc_ctrl()
3546 list_add_tail(&ctrl->ctrl_list, &rport->ctrl_list); in nvme_fc_init_ctrl()
3924 list_for_each_entry(ctrl, &rport->ctrl_list, ctrl_list) { in nvme_fc_delete_controllers()