Lines Matching refs:ctrl_list
135 struct list_head ctrl_list; member
165 struct list_head ctrl_list; /* rport->ctrl_list */ member
530 WARN_ON(!list_empty(&rport->ctrl_list)); in nvme_fc_free_rport()
629 list_for_each_entry(ctrl, &rport->ctrl_list, ctrl_list) in nvme_fc_attach_to_suspended_rport()
723 INIT_LIST_HEAD(&newrec->ctrl_list); in nvme_fc_register_remoteport()
872 list_for_each_entry(ctrl, &rport->ctrl_list, ctrl_list) { in nvme_fc_unregister_remoteport()
1518 list_for_each_entry(ctrl, &rport->ctrl_list, ctrl_list) { in nvme_fc_match_disconn_ls()
2391 list_del(&ctrl->ctrl_list); in nvme_fc_ctrl_free()
3416 list_for_each_entry(ctrl, &rport->ctrl_list, ctrl_list) { in nvme_fc_existing_controller()
3477 INIT_LIST_HEAD(&ctrl->ctrl_list); in nvme_fc_init_ctrl()
3532 list_add_tail(&ctrl->ctrl_list, &rport->ctrl_list); in nvme_fc_init_ctrl()
3931 list_for_each_entry(ctrl, &rport->ctrl_list, ctrl_list) { in nvme_fc_delete_controllers()