Searched refs:seq_ptr (Results 1 – 6 of 6) sorted by relevance
264 if (!fsp->seq_ptr) in fc_fcp_send_abort()268 return fsp->lp->tt.seq_exch_abort(fsp->seq_ptr, 0); in fc_fcp_send_abort()282 if (fsp->seq_ptr) { in fc_fcp_retry_cmd()283 fsp->lp->tt.exch_done(fsp->seq_ptr); in fc_fcp_retry_cmd()284 fsp->seq_ptr = NULL; in fc_fcp_retry_cmd()957 seq = fsp->seq_ptr; in fc_fcp_complete_locked()959 fsp->seq_ptr = NULL; in fc_fcp_complete_locked()996 if (fsp->seq_ptr) { in fc_fcp_cleanup_cmd()997 lport->tt.exch_done(fsp->seq_ptr); in fc_fcp_cleanup_cmd()998 fsp->seq_ptr = NULL; in fc_fcp_cleanup_cmd()[all …]
70 if ((pkt)->seq_ptr) { \72 _ep = fc_seq_exch((pkt)->seq_ptr); \
111 cmd->seq_ptr = seq; in iscsit_dataout_within_command_recovery_check()260 cmd->seq_ptr = seq; in iscsit_dataout_check_sequence()365 struct iscsi_seq *seq = cmd->seq_ptr; in iscsit_dataout_check_datasn()426 struct iscsi_seq *seq = cmd->seq_ptr; in iscsit_dataout_pre_datapduinorder_yes()574 seq = cmd->seq_ptr; in iscsit_dataout_post_crc_passed()609 seq = cmd->seq_ptr; in iscsit_dataout_post_crc_passed()
456 struct iscsi_seq *seq_ptr; member
640 struct iscsi_seq *seq = cmd->seq_ptr; in iscsit_dataout_datapduinorder_no_fbit()
343 struct fc_seq *seq_ptr; member