Home
last modified time | relevance | path

Searched refs:rp_state (Results 1 – 12 of 12) sorted by relevance

/openbmc/qemu/migration/
H A Dcolo.c175 if (s->rp_state.from_dst_file) { in primary_vm_do_failover()
176 qemu_file_shutdown(s->rp_state.from_dst_file); in primary_vm_do_failover()
414 colo_receive_check_message(s->rp_state.from_dst_file, in colo_do_checkpoint_transaction()
487 colo_receive_check_message(s->rp_state.from_dst_file, in colo_do_checkpoint_transaction()
499 colo_receive_check_message(s->rp_state.from_dst_file, in colo_do_checkpoint_transaction()
538 s->rp_state.from_dst_file = qemu_file_get_return_path(s->to_dst_file); in colo_process_checkpoint()
539 if (!s->rp_state.from_dst_file) { in colo_process_checkpoint()
551 colo_receive_check_message(s->rp_state.from_dst_file, in colo_process_checkpoint()
634 if (s->rp_state.from_dst_file) { in colo_process_checkpoint()
635 qemu_fclose(s->rp_state.from_dst_file); in colo_process_checkpoint()
[all …]
H A Dmigration.c1403 if (s->rp_state.from_dst_file) { in migrate_fd_cancel()
1587 s->rp_state.from_dst_file = NULL; in migrate_init()
2049 qemu_sem_wait(&s->rp_state.rp_sem); in migration_rp_wait()
2061 qemu_sem_post(&s->rp_state.rp_sem); in migration_rp_kick()
2154 file = ms->rp_state.from_dst_file; in migration_release_dst_files()
2155 ms->rp_state.from_dst_file = NULL; in migration_release_dst_files()
2341 if (!ms->rp_state.from_dst_file) { in open_return_path_on_source()
2349 ms->rp_state.rp_thread_created = true; in open_return_path_on_source()
2359 if (!ms->rp_state.rp_thread_created) { in close_return_path_on_source()
2379 ms->rp_state.rp_thread_created = false; in close_return_path_on_source()
[all …]
H A Dmigration.h331 } rp_state; member
H A Dram.c4122 QEMUFile *file = s->rp_state.from_dst_file; in ram_dirty_bitmap_reload()
/openbmc/linux/drivers/scsi/libfc/
H A Dfc_rport.c155 rdata->rp_state = RPORT_ST_INIT; in fc_rport_create()
247 if (rdata->rp_state != new) in fc_rport_state_enter()
249 rdata->rp_state = new; in fc_rport_state_enter()
306 rpriv->rp_state = rdata->rp_state; in fc_rport_work()
357 rpriv->rp_state = RPORT_ST_DELETE; in fc_rport_work()
437 switch (rdata->rp_state) { in fc_rport_login()
579 switch (rdata->rp_state) { in fc_rport_timeout()
622 switch (rdata->rp_state) { in fc_rport_error()
892 switch (rdata->rp_state) { in fc_rport_recv_flogi_req()
1714 switch (rdata->rp_state) { in fc_rport_recv_els_req()
[all …]
H A Dfc_fcp.c1465 if (!fsp->seq_ptr || rpriv->rp_state != RPORT_ST_READY) { in fc_fcp_rec()
1728 rpriv->rp_state != RPORT_ST_READY) in fc_fcp_srr()
/openbmc/linux/include/scsi/
H A Dlibfc.h158 enum fc_rport_state rp_state; member
194 enum fc_rport_state rp_state; member
/openbmc/linux/drivers/scsi/qedf/
H A Dqedf_debugfs.c366 fc_rport_state_names[rdata->rp_state], in qedf_driver_stats_show()
H A Dqedf_els.c400 if (rdata && rdata->rp_state == RPORT_ST_READY) { in qedf_restart_rport()
/openbmc/linux/drivers/scsi/fnic/
H A Dfnic_scsi.c456 if (!rp || rp->rp_state == RPORT_ST_DELETE) { in fnic_queuecommand_lck()
467 if (rp->rp_state != RPORT_ST_READY) { in fnic_queuecommand_lck()
470 rport->port_id, rp->rp_state); in fnic_queuecommand_lck()
/openbmc/linux/drivers/scsi/bnx2fc/
H A Dbnx2fc_tgt.c592 if (rdata->rp_state != RPORT_ST_DELETE) { in bnx2fc_tgt_lookup()
/openbmc/linux/drivers/scsi/fcoe/
H A Dfcoe_ctlr.c2525 rdata->rp_state); in fcoe_ctlr_vn_add()