Lines Matching refs:seq_ptr
282 if (!fsp->seq_ptr) in fc_fcp_send_abort()
289 rc = fc_seq_exch_abort(fsp->seq_ptr, 0); in fc_fcp_send_abort()
312 if (fsp->seq_ptr) { in fc_fcp_retry_cmd()
313 fc_exch_done(fsp->seq_ptr); in fc_fcp_retry_cmd()
314 fsp->seq_ptr = NULL; in fc_fcp_retry_cmd()
1022 seq = fsp->seq_ptr; in fc_fcp_complete_locked()
1024 fsp->seq_ptr = NULL; in fc_fcp_complete_locked()
1059 if (fsp->seq_ptr) { in fc_fcp_cleanup_cmd()
1060 fc_exch_done(fsp->seq_ptr); in fc_fcp_cleanup_cmd()
1061 fsp->seq_ptr = NULL; in fc_fcp_cleanup_cmd()
1214 fsp->seq_ptr = seq; in fc_fcp_cmd_send()
1351 if (fsp->seq_ptr) { in fc_lun_reset()
1352 fc_exch_done(fsp->seq_ptr); in fc_lun_reset()
1353 fsp->seq_ptr = NULL; in fc_lun_reset()
1399 if (!fsp->seq_ptr || !fsp->wait_for_comp) in fc_tm_done()
1405 fsp->seq_ptr = NULL; in fc_tm_done()
1481 if (!fsp->seq_ptr || rpriv->rp_state != RPORT_ST_READY) { in fc_fcp_rec()
1492 fr_seq(fp) = fsp->seq_ptr; in fc_fcp_rec()
1573 struct fc_exch *ep = fc_seq_exch(fsp->seq_ptr); in fc_fcp_rec_resp()
1732 struct fc_exch *ep = fc_seq_exch(fsp->seq_ptr); in fc_fcp_srr()