Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/scsi/libfc/
Dfc_fcp.c264 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 …]
Dfc_libfc.h70 if ((pkt)->seq_ptr) { \
72 _ep = fc_seq_exch((pkt)->seq_ptr); \
/linux-3.4.99/drivers/target/iscsi/
Discsi_target_erl0.c111 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()
Discsi_target_core.h456 struct iscsi_seq *seq_ptr; member
Discsi_target_erl1.c640 struct iscsi_seq *seq = cmd->seq_ptr; in iscsit_dataout_datapduinorder_no_fbit()
/linux-3.4.99/include/scsi/
Dlibfc.h343 struct fc_seq *seq_ptr; member