Searched refs:rp_state (Results 1 - 6 of 6) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/scsi/libfc/
H A Dfc_rport.c140 rdata->rp_state = RPORT_ST_INIT;
185 cp = fc_rport_state_names[rdata->rp_state];
240 if (rdata->rp_state != new)
242 rdata->rp_state = new;
293 rpriv->rp_state = rdata->rp_state;
326 rpriv->rp_state = RPORT_ST_DELETE;
335 if (rdata->rp_state == RPORT_ST_DELETE) {
358 if (rdata->rp_state == RPORT_ST_READY)
388 switch (rdata->rp_state) {
[all...]
H A Dfc_fcp.c1366 if (!fsp->seq_ptr || rpriv->rp_state != RPORT_ST_READY) {
1621 rpriv->rp_state != RPORT_ST_READY)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/scsi/libfc/
H A Dfc_rport.c140 rdata->rp_state = RPORT_ST_INIT;
185 cp = fc_rport_state_names[rdata->rp_state];
240 if (rdata->rp_state != new)
242 rdata->rp_state = new;
293 rpriv->rp_state = rdata->rp_state;
326 rpriv->rp_state = RPORT_ST_DELETE;
335 if (rdata->rp_state == RPORT_ST_DELETE) {
358 if (rdata->rp_state == RPORT_ST_READY)
388 switch (rdata->rp_state) {
[all...]
H A Dfc_fcp.c1366 if (!fsp->seq_ptr || rpriv->rp_state != RPORT_ST_READY) {
1621 rpriv->rp_state != RPORT_ST_READY)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/include/scsi/
H A Dlibfc.h147 * @rp_state: Indicates READY for I/O or DELETE when blocked
154 enum fc_rport_state rp_state; member in struct:fc_rport_libfc_priv
168 * @rp_state: Enumeration that tracks progress of PLOGI, PRLI,
188 enum fc_rport_state rp_state; member in struct:fc_rport_priv
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/include/scsi/
H A Dlibfc.h147 * @rp_state: Indicates READY for I/O or DELETE when blocked
154 enum fc_rport_state rp_state; member in struct:fc_rport_libfc_priv
168 * @rp_state: Enumeration that tracks progress of PLOGI, PRLI,
188 enum fc_rport_state rp_state; member in struct:fc_rport_priv

Completed in 396 milliseconds