Lines Matching refs:seq_ptr
265 if (!fsp->seq_ptr) in fc_fcp_send_abort()
271 rc = fc_seq_exch_abort(fsp->seq_ptr, 0); in fc_fcp_send_abort()
295 if (fsp->seq_ptr) { in fc_fcp_retry_cmd()
296 fc_exch_done(fsp->seq_ptr); in fc_fcp_retry_cmd()
297 fsp->seq_ptr = NULL; in fc_fcp_retry_cmd()
1001 seq = fsp->seq_ptr; in fc_fcp_complete_locked()
1003 fsp->seq_ptr = NULL; in fc_fcp_complete_locked()
1038 if (fsp->seq_ptr) { in fc_fcp_cleanup_cmd()
1039 fc_exch_done(fsp->seq_ptr); in fc_fcp_cleanup_cmd()
1040 fsp->seq_ptr = NULL; in fc_fcp_cleanup_cmd()
1193 fsp->seq_ptr = seq; in fc_fcp_cmd_send()
1330 if (fsp->seq_ptr) { in fc_lun_reset()
1331 fc_exch_done(fsp->seq_ptr); in fc_lun_reset()
1332 fsp->seq_ptr = NULL; in fc_lun_reset()
1378 if (!fsp->seq_ptr || !fsp->wait_for_comp) in fc_tm_done()
1384 fsp->seq_ptr = NULL; in fc_tm_done()
1460 if (!fsp->seq_ptr || rpriv->rp_state != RPORT_ST_READY) { in fc_fcp_rec()
1471 fr_seq(fp) = fsp->seq_ptr; in fc_fcp_rec()
1552 struct fc_exch *ep = fc_seq_exch(fsp->seq_ptr); in fc_fcp_rec_resp()
1713 struct fc_exch *ep = fc_seq_exch(fsp->seq_ptr); in fc_fcp_srr()