Searched refs:r2t_sn (Results 1 - 6 of 6) sorted by relevance

/drivers/target/iscsi/
H A Discsi_target_seq_pdu_list.h75 u32 r2t_sn; member in struct:iscsi_seq
H A Discsi_target_tmr.c598 if (r2t->r2t_sn >= tmr_req->exp_data_sn)
726 cmd->r2t_sn = tmr_req->exp_data_sn;
734 if (r2t->r2t_sn < tmr_req->exp_data_sn)
742 tmr_req->exp_data_sn, r2t->r2t_sn,
835 if (tmr_req->exp_data_sn > ref_cmd->r2t_sn) {
839 ref_cmd->r2t_sn);
H A Discsi_target_util.c68 u32 r2t_sn)
80 r2t->r2t_sn = (!r2t_sn) ? cmd->r2t_sn++ : r2t_sn;
220 u32 r2t_sn)
226 if (r2t->r2t_sn == r2t_sn) {
63 iscsit_add_r2t_to_list( struct iscsi_cmd *cmd, u32 offset, u32 xfer_len, int recovery, u32 r2t_sn) argument
218 iscsit_get_holder_for_r2tsn( struct iscsi_cmd *cmd, u32 r2t_sn) argument
H A Discsi_target_core.h341 u32 r2t_sn; member in struct:iscsi_r2t
393 u32 r2t_sn; member in struct:iscsi_cmd
H A Discsi_target_erl1.c168 if ((begrun + runlength) > cmd->r2t_sn) {
172 cmd->init_task_tag, begrun, runlength, cmd->r2t_sn);
178 last_r2tsn = cmd->r2t_sn;
H A Discsi_target.c3058 hdr->r2tsn = cpu_to_be32(r2t->r2t_sn);
3081 r2t->targ_xfer_tag, ntohl(hdr->statsn), r2t->r2t_sn,

Completed in 92 milliseconds