Lines Matching refs:seq_ptr
267 if (!fsp->seq_ptr) in fc_fcp_send_abort()
274 return fsp->lp->tt.seq_exch_abort(fsp->seq_ptr, 0); in fc_fcp_send_abort()
288 if (fsp->seq_ptr) { in fc_fcp_retry_cmd()
289 fsp->lp->tt.exch_done(fsp->seq_ptr); in fc_fcp_retry_cmd()
290 fsp->seq_ptr = NULL; in fc_fcp_retry_cmd()
966 seq = fsp->seq_ptr; in fc_fcp_complete_locked()
968 fsp->seq_ptr = NULL; in fc_fcp_complete_locked()
1005 if (fsp->seq_ptr) { in fc_fcp_cleanup_cmd()
1006 lport->tt.exch_done(fsp->seq_ptr); in fc_fcp_cleanup_cmd()
1007 fsp->seq_ptr = NULL; in fc_fcp_cleanup_cmd()
1174 fsp->seq_ptr = seq; in fc_fcp_cmd_send()
1303 if (fsp->seq_ptr) { in fc_lun_reset()
1304 lport->tt.exch_done(fsp->seq_ptr); in fc_lun_reset()
1305 fsp->seq_ptr = NULL; in fc_lun_reset()
1351 if (!fsp->seq_ptr || !fsp->wait_for_comp) in fc_tm_done()
1357 fsp->seq_ptr = NULL; in fc_tm_done()
1424 if (!fsp->seq_ptr || rpriv->rp_state != RPORT_ST_READY) { in fc_fcp_rec()
1435 fr_seq(fp) = fsp->seq_ptr; in fc_fcp_rec()
1667 struct fc_exch *ep = fc_seq_exch(fsp->seq_ptr); in fc_fcp_srr()