Home
last modified time | relevance | path

Searched refs:seq_ptr (Results 1 – 6 of 6) sorted by relevance

/linux-4.4.14/drivers/scsi/libfc/
Dfc_fcp.c267 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()
[all …]
Dfc_libfc.h70 if ((pkt)->seq_ptr) { \
72 _ep = fc_seq_exch((pkt)->seq_ptr); \
/linux-4.4.14/drivers/target/iscsi/
Discsi_target_erl0.c109 cmd->seq_ptr = seq; in iscsit_dataout_within_command_recovery_check()
259 cmd->seq_ptr = seq; in iscsit_dataout_check_sequence()
363 struct iscsi_seq *seq = cmd->seq_ptr; in iscsit_dataout_check_datasn()
421 struct iscsi_seq *seq = cmd->seq_ptr; in iscsit_dataout_pre_datapduinorder_yes()
572 seq = cmd->seq_ptr; in iscsit_dataout_post_crc_passed()
608 seq = cmd->seq_ptr; in iscsit_dataout_post_crc_passed()
Discsi_target_erl1.c637 struct iscsi_seq *seq = cmd->seq_ptr; in iscsit_dataout_datapduinorder_no_fbit()
/linux-4.4.14/include/scsi/
Dlibfc.h349 struct fc_seq *seq_ptr; member
/linux-4.4.14/include/target/iscsi/
Discsi_target_core.h472 struct iscsi_seq *seq_ptr; member