Lines Matching refs:seq_ptr
265 if (!fsp->seq_ptr) in fc_fcp_send_abort()
276 rc = fc_seq_exch_abort(fsp->seq_ptr, 0); in fc_fcp_send_abort()
300 if (fsp->seq_ptr) { in fc_fcp_retry_cmd()
301 fc_exch_done(fsp->seq_ptr); in fc_fcp_retry_cmd()
302 fsp->seq_ptr = NULL; in fc_fcp_retry_cmd()
1006 seq = fsp->seq_ptr; in fc_fcp_complete_locked()
1008 fsp->seq_ptr = NULL; in fc_fcp_complete_locked()
1043 if (fsp->seq_ptr) { in fc_fcp_cleanup_cmd()
1044 fc_exch_done(fsp->seq_ptr); in fc_fcp_cleanup_cmd()
1045 fsp->seq_ptr = NULL; in fc_fcp_cleanup_cmd()
1198 fsp->seq_ptr = seq; in fc_fcp_cmd_send()
1335 if (fsp->seq_ptr) { in fc_lun_reset()
1336 fc_exch_done(fsp->seq_ptr); in fc_lun_reset()
1337 fsp->seq_ptr = NULL; in fc_lun_reset()
1383 if (!fsp->seq_ptr || !fsp->wait_for_comp) in fc_tm_done()
1389 fsp->seq_ptr = NULL; in fc_tm_done()
1465 if (!fsp->seq_ptr || rpriv->rp_state != RPORT_ST_READY) { in fc_fcp_rec()
1476 fr_seq(fp) = fsp->seq_ptr; in fc_fcp_rec()
1557 struct fc_exch *ep = fc_seq_exch(fsp->seq_ptr); in fc_fcp_rec_resp()
1719 struct fc_exch *ep = fc_seq_exch(fsp->seq_ptr); in fc_fcp_srr()