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()
301 if (fsp->seq_ptr) { in fc_fcp_retry_cmd()
302 fc_exch_done(fsp->seq_ptr); in fc_fcp_retry_cmd()
303 fsp->seq_ptr = NULL; in fc_fcp_retry_cmd()
1011 seq = fsp->seq_ptr; in fc_fcp_complete_locked()
1013 fsp->seq_ptr = NULL; in fc_fcp_complete_locked()
1048 if (fsp->seq_ptr) { in fc_fcp_cleanup_cmd()
1049 fc_exch_done(fsp->seq_ptr); in fc_fcp_cleanup_cmd()
1050 fsp->seq_ptr = NULL; in fc_fcp_cleanup_cmd()
1203 fsp->seq_ptr = seq; in fc_fcp_cmd_send()
1340 if (fsp->seq_ptr) { in fc_lun_reset()
1341 fc_exch_done(fsp->seq_ptr); in fc_lun_reset()
1342 fsp->seq_ptr = NULL; in fc_lun_reset()
1388 if (!fsp->seq_ptr || !fsp->wait_for_comp) in fc_tm_done()
1394 fsp->seq_ptr = NULL; in fc_tm_done()
1470 if (!fsp->seq_ptr || rpriv->rp_state != RPORT_ST_READY) { in fc_fcp_rec()
1481 fr_seq(fp) = fsp->seq_ptr; in fc_fcp_rec()
1562 struct fc_exch *ep = fc_seq_exch(fsp->seq_ptr); in fc_fcp_rec_resp()
1723 struct fc_exch *ep = fc_seq_exch(fsp->seq_ptr); in fc_fcp_srr()