Searched refs:exp_statsn (Results 1 - 15 of 15) sorted by relevance

/drivers/target/iscsi/
H A Discsi_target_erl2.c225 u32 exp_statsn)
237 (cmd->stat_sn >= exp_statsn)) {
256 dropped_count, cr->cid, exp_statsn);
223 iscsit_discard_cr_cmds_by_expstatsn( struct iscsi_conn_recovery *cr, u32 exp_statsn) argument
H A Discsi_target.c783 static void iscsit_ack_from_expstatsn(struct iscsi_conn *conn, u32 exp_statsn) argument
788 conn->exp_statsn = exp_statsn;
797 iscsi_sna_lt(cmd->stat_sn, exp_statsn)) {
978 cmd->exp_stat_sn = be32_to_cpu(hdr->exp_statsn);
1077 iscsit_ack_from_expstatsn(conn, be32_to_cpu(hdr->exp_statsn));
1563 hdr->itt, hdr->ttt, hdr->cmdsn, hdr->exp_statsn,
1580 cmd->exp_stat_sn = be32_to_cpu(hdr->exp_statsn);
1605 iscsit_ack_from_expstatsn(conn, be32_to_cpu(hdr->exp_statsn));
1863 cmd->exp_stat_sn = be32_to_cpu(hdr->exp_statsn);
[all...]
H A Discsi_target_login.c627 u32 exp_statsn)
666 iscsit_discard_cr_cmds_by_expstatsn(cr, exp_statsn);
1085 login_req->exp_statsn, login_req->cid, payload_length);
1099 login->initial_exp_statsn = be32_to_cpu(login_req->exp_statsn);
624 iscsi_login_post_auth_non_zero_tsih( struct iscsi_conn *conn, u16 cid, u32 exp_statsn) argument
H A Discsi_target_erl1.c511 begrun = conn->exp_statsn;
512 } else if (conn->exp_statsn > begrun) {
515 " %hu.\n", begrun, runlength, conn->exp_statsn,
H A Discsi_target_core.h529 u32 exp_statsn; member in struct:iscsi_conn
/drivers/scsi/
H A Dlibiscsi.c151 hdr->exp_statsn = r2t->exp_statsn;
371 hdr->exp_statsn = cpu_to_be32(conn->exp_statsn);
433 r2t->exp_statsn = cpu_to_be32(conn->exp_statsn);
660 nop->exp_statsn = cpu_to_be32(conn->exp_statsn);
835 conn->exp_statsn = be32_to_cpu(rhdr->statsn) + 1;
943 conn->exp_statsn
[all...]
H A Dlibiscsi_tcp.c592 r2t->exp_statsn = rhdr->statsn;
H A Dscsi_transport_iscsi.c1075 iscsi_flashnode_conn_attr(fnode, exp_statsn, ISCSI_FLASHNODE_EXP_STATSN);
3759 iscsi_conn_attr(exp_statsn, ISCSI_PARAM_EXP_STATSN);
/drivers/scsi/be2iscsi/
H A Dbe_main.h449 u32 exp_statsn; member in struct:beiscsi_conn
580 u8 exp_statsn[32]; member in struct:amap_beiscsi_offload_params
H A Dbe_iscsi.c958 AMAP_SET_BITS(struct amap_beiscsi_offload_params, exp_statsn, params,
959 (conn->exp_statsn - 1));
H A Dbe_mgmt.c1610 exp_statsn) / 32] + 1));
1708 exp_statsn) / 32] + 1));
H A Dbe_main.c4865 io_task->cmd_bhs->iscsi_hdr.exp_statsn = 0;
4921 io_task->cmd_bhs->iscsi_hdr.exp_statsn = 0;
/drivers/scsi/bnx2i/
H A Dbnx2i_hwi.c358 login_wqe->exp_stat_sn = be32_to_cpu(login_hdr->exp_statsn);
678 update_wqe->exp_stat_sn = conn->exp_statsn;
1544 resp_hdr->statsn = task->hdr->exp_statsn;
1641 resp_hdr->statsn = task->hdr->exp_statsn;
/drivers/scsi/qla4xxx/
H A Dql4_os.c3541 conn->exp_statsn = le32_to_cpu(fw_ddb_entry->exp_stat_sn);
3669 fw_ddb_entry->exp_stat_sn = cpu_to_le32(conn->exp_statsn);
3778 conn->exp_statsn = le32_to_cpu(fw_ddb_entry->exp_stat_sn);
8058 rc = sprintf(buf, "%u\n", fnode_conn->exp_statsn);
8276 fnode_conn->exp_statsn =
/drivers/infiniband/ulp/isert/
H A Dib_isert.c1141 login->initial_exp_statsn = be32_to_cpu(login_req->exp_statsn);

Completed in 161 milliseconds