Lines Matching refs:seq_ptr
270 if (!fsp->seq_ptr) in fc_fcp_send_abort()
277 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()
1010 seq = fsp->seq_ptr; in fc_fcp_complete_locked()
1012 fsp->seq_ptr = NULL; in fc_fcp_complete_locked()
1047 if (fsp->seq_ptr) { in fc_fcp_cleanup_cmd()
1048 fc_exch_done(fsp->seq_ptr); in fc_fcp_cleanup_cmd()
1049 fsp->seq_ptr = NULL; in fc_fcp_cleanup_cmd()
1202 fsp->seq_ptr = seq; in fc_fcp_cmd_send()
1339 if (fsp->seq_ptr) { in fc_lun_reset()
1340 fc_exch_done(fsp->seq_ptr); in fc_lun_reset()
1341 fsp->seq_ptr = NULL; in fc_lun_reset()
1387 if (!fsp->seq_ptr || !fsp->wait_for_comp) in fc_tm_done()
1393 fsp->seq_ptr = NULL; in fc_tm_done()
1469 if (!fsp->seq_ptr || rpriv->rp_state != RPORT_ST_READY) { in fc_fcp_rec()
1480 fr_seq(fp) = fsp->seq_ptr; in fc_fcp_rec()
1561 struct fc_exch *ep = fc_seq_exch(fsp->seq_ptr); in fc_fcp_rec_resp()
1720 struct fc_exch *ep = fc_seq_exch(fsp->seq_ptr); in fc_fcp_srr()