Lines Matching refs:ctrl_list
135 struct list_head ctrl_list; member
165 struct list_head ctrl_list; /* rport->ctrl_list */ member
523 WARN_ON(!list_empty(&rport->ctrl_list)); in nvme_fc_free_rport()
622 list_for_each_entry(ctrl, &rport->ctrl_list, ctrl_list) in nvme_fc_attach_to_suspended_rport()
716 INIT_LIST_HEAD(&newrec->ctrl_list); in nvme_fc_register_remoteport()
865 list_for_each_entry(ctrl, &rport->ctrl_list, ctrl_list) { in nvme_fc_unregister_remoteport()
1513 list_for_each_entry(ctrl, &rport->ctrl_list, ctrl_list) { in nvme_fc_match_disconn_ls()
2397 list_del(&ctrl->ctrl_list); in nvme_fc_ctrl_free()
3438 list_for_each_entry(ctrl, &rport->ctrl_list, ctrl_list) { in nvme_fc_existing_controller()
3494 INIT_LIST_HEAD(&ctrl->ctrl_list); in nvme_fc_alloc_ctrl()
3579 list_add_tail(&ctrl->ctrl_list, &rport->ctrl_list); in nvme_fc_init_ctrl()
3958 list_for_each_entry(ctrl, &rport->ctrl_list, ctrl_list) { in nvme_fc_delete_controllers()