Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/scsi/libfc/
Dfc_rport.c141 rdata->rp_state = RPORT_ST_INIT; in fc_rport_create()
176 cp = fc_rport_state_names[rdata->rp_state]; in fc_rport_state()
231 if (rdata->rp_state != new) in fc_rport_state_enter()
233 rdata->rp_state = new; in fc_rport_state_enter()
286 rpriv->rp_state = rdata->rp_state; in fc_rport_work()
336 rpriv->rp_state = RPORT_ST_DELETE; in fc_rport_work()
345 if (rdata->rp_state == RPORT_ST_DELETE) { in fc_rport_work()
369 if (rdata->rp_state == RPORT_ST_READY) in fc_rport_work()
399 switch (rdata->rp_state) { in fc_rport_login()
434 if (rdata->rp_state == RPORT_ST_DELETE) in fc_rport_enter_delete()
[all …]
Dfc_fcp.c1424 if (!fsp->seq_ptr || rpriv->rp_state != RPORT_ST_READY) { in fc_fcp_rec()
1677 rpriv->rp_state != RPORT_ST_READY) in fc_fcp_srr()
/linux-4.1.27/include/scsi/
Dlibfc.h164 enum fc_rport_state rp_state; member
200 enum fc_rport_state rp_state; member
/linux-4.1.27/drivers/scsi/bnx2fc/
Dbnx2fc_tgt.c598 if (rdata->rp_state != RPORT_ST_DELETE) { in bnx2fc_tgt_lookup()
/linux-4.1.27/drivers/scsi/fnic/
Dfnic_scsi.c443 if (!rdata || (rdata->rp_state == RPORT_ST_DELETE)) { in fnic_queuecommand_lck()