Lines Matching refs:ctrl_list
134 struct list_head ctrl_list; member
164 struct list_head ctrl_list; /* rport->ctrl_list */ member
529 WARN_ON(!list_empty(&rport->ctrl_list)); in nvme_fc_free_rport()
628 list_for_each_entry(ctrl, &rport->ctrl_list, ctrl_list) in nvme_fc_attach_to_suspended_rport()
722 INIT_LIST_HEAD(&newrec->ctrl_list); in nvme_fc_register_remoteport()
871 list_for_each_entry(ctrl, &rport->ctrl_list, ctrl_list) { in nvme_fc_unregister_remoteport()
1517 list_for_each_entry(ctrl, &rport->ctrl_list, ctrl_list) { in nvme_fc_match_disconn_ls()
2382 list_del(&ctrl->ctrl_list); in nvme_fc_ctrl_free()
3415 list_for_each_entry(ctrl, &rport->ctrl_list, ctrl_list) { in nvme_fc_existing_controller()
3476 INIT_LIST_HEAD(&ctrl->ctrl_list); in nvme_fc_init_ctrl()
3554 list_add_tail(&ctrl->ctrl_list, &rport->ctrl_list); in nvme_fc_init_ctrl()
3964 list_for_each_entry(ctrl, &rport->ctrl_list, ctrl_list) { in nvme_fc_delete_controllers()