Home
last modified time | relevance | path

Searched refs:plogi_pending (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/scsi/bfa/
H A Dbfa_fcs_rport.c543 rport->plogi_pending = BFA_TRUE; in bfa_fcs_rport_sm_fc4_fcs_online()
609 rport->plogi_pending = BFA_TRUE; in bfa_fcs_rport_sm_hal_online()
1127 (rport->plogi_pending)) { in bfa_fcs_rport_sm_hcb_offline()
1128 rport->plogi_pending = BFA_FALSE; in bfa_fcs_rport_sm_hcb_offline()
2372 rport->plogi_pending = BFA_FALSE; in bfa_fcs_rport_free()
H A Dbfa_fcs.h429 bfa_boolean_t plogi_pending; /* Rx Plogi Pending */ member