Lines Matching refs:ctrl_list
118 struct list_head ctrl_list; member
146 struct list_head ctrl_list; /* rport->ctrl_list */ member
504 WARN_ON(!list_empty(&rport->ctrl_list)); in nvme_fc_free_rport()
603 list_for_each_entry(ctrl, &rport->ctrl_list, ctrl_list) in nvme_fc_attach_to_suspended_rport()
697 INIT_LIST_HEAD(&newrec->ctrl_list); in nvme_fc_register_remoteport()
840 list_for_each_entry(ctrl, &rport->ctrl_list, ctrl_list) { in nvme_fc_unregister_remoteport()
2027 list_del(&ctrl->ctrl_list); in nvme_fc_ctrl_free()
3023 list_for_each_entry(ctrl, &rport->ctrl_list, ctrl_list) { in nvme_fc_existing_controller()
3071 INIT_LIST_HEAD(&ctrl->ctrl_list); in nvme_fc_init_ctrl()
3151 list_add_tail(&ctrl->ctrl_list, &rport->ctrl_list); in nvme_fc_init_ctrl()
3492 list_for_each_entry(ctrl, &rport->ctrl_list, ctrl_list) { in nvme_fc_delete_controllers()