Home
last modified time | relevance | path

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

/linux-6.15/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()
/linux-6.15/include/scsi/
H A Dlibfc.h163 enum fc_rport_state rp_state; member
199 enum fc_rport_state rp_state; member
/linux-6.15/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()
/linux-6.15/drivers/scsi/bnx2fc/
H A Dbnx2fc_tgt.c590 if (rdata->rp_state != RPORT_ST_DELETE) { in bnx2fc_tgt_lookup()
/linux-6.15/drivers/scsi/fcoe/
H A Dfcoe_ctlr.c2525 rdata->rp_state); in fcoe_ctlr_vn_add()