Searched refs:exp_cmdsn (Results 1 - 11 of 11) sorted by relevance

/linux-master/include/scsi/
H A Discsi_proto.h194 __be32 exp_cmdsn; member in struct:iscsi_scsi_rsp
223 __be32 exp_cmdsn; member in struct:iscsi_async
267 __be32 exp_cmdsn; member in struct:iscsi_nopin
315 __be32 exp_cmdsn; member in struct:iscsi_tm_rsp
341 __be32 exp_cmdsn; member in struct:iscsi_r2t_rsp
379 __be32 exp_cmdsn; member in struct:iscsi_data_rsp
421 __be32 exp_cmdsn; member in struct:iscsi_text_rsp
475 __be32 exp_cmdsn; member in struct:iscsi_login_rsp
559 __be32 exp_cmdsn; member in struct:iscsi_logout_rsp
611 __be32 exp_cmdsn; member in struct:iscsi_reject
[all...]
H A Dlibiscsi.h295 uint32_t exp_cmdsn; member in struct:iscsi_session
486 uint32_t exp_cmdsn, uint32_t max_cmdsn);
/linux-master/drivers/scsi/
H A Dlibiscsi.c109 uint32_t exp_cmdsn, uint32_t max_cmdsn)
115 if (iscsi_sna_lt(max_cmdsn, exp_cmdsn - 1))
118 if (exp_cmdsn != session->exp_cmdsn &&
119 !iscsi_sna_lt(exp_cmdsn, session->exp_cmdsn))
120 session->exp_cmdsn = exp_cmdsn;
129 __iscsi_update_cmdsn(session, be32_to_cpu(hdr->exp_cmdsn),
442 session->max_cmdsn - session->exp_cmdsn
108 __iscsi_update_cmdsn(struct iscsi_session *session, uint32_t exp_cmdsn, uint32_t max_cmdsn) argument
558 iscsi_complete_scsi_task(struct iscsi_task *task, uint32_t exp_cmdsn, uint32_t max_cmdsn) argument
[all...]
/linux-master/drivers/scsi/qedi/
H A Dqedi_fw.c52 resp_hdr->exp_cmdsn = cpu_to_be32(cqe_logout_response->exp_cmd_sn);
113 resp_hdr_ptr->exp_cmdsn = cpu_to_be32(cqe_text_response->exp_cmd_sn);
217 resp_hdr_ptr->exp_cmdsn = cpu_to_be32(cqe_tmp_response->exp_cmd_sn);
289 resp_hdr_ptr->exp_cmdsn = cpu_to_be32(cqe_login_response->exp_cmd_sn);
435 hdr->exp_cmdsn = cpu_to_be32(cqe_nop_in->exp_cmd_sn);
516 resp_hdr->exp_cmdsn = cpu_to_be32(cqe_async_msg->exp_cmd_sn);
566 hdr->exp_cmdsn = cpu_to_be32(cqe_reject->exp_cmd_sn);
624 hdr->exp_cmdsn = cpu_to_be32(cqe_data_in->exp_cmd_sn);
/linux-master/drivers/scsi/bnx2i/
H A Dbnx2i_hwi.c1386 hdr->exp_cmdsn = cpu_to_be32(resp_cqe->exp_cmd_sn);
1464 resp_hdr->exp_cmdsn = cpu_to_be32(login->exp_cmd_sn);
1528 resp_hdr->exp_cmdsn = cpu_to_be32(text->exp_cmd_sn);
1582 resp_hdr->exp_cmdsn = cpu_to_be32(tmf_cqe->exp_cmd_sn);
1625 resp_hdr->exp_cmdsn = cpu_to_be32(logout->exp_cmd_sn);
1705 hdr->exp_cmdsn = cpu_to_be32(nop_in->exp_cmd_sn);
1766 resp_hdr->exp_cmdsn = cpu_to_be32(async_cqe->exp_cmd_sn);
1812 hdr->exp_cmdsn = cpu_to_be32(reject->exp_cmd_sn);
/linux-master/drivers/scsi/be2iscsi/
H A Dbe_main.c1126 u32 resid = 0, exp_cmdsn, max_cmdsn; local
1129 exp_cmdsn = csol_cqe->exp_cmdsn;
1130 max_cmdsn = (csol_cqe->exp_cmdsn +
1181 iscsi_complete_scsi_task(task, exp_cmdsn, max_cmdsn);
1199 hdr->exp_cmdsn = cpu_to_be32(csol_cqe->exp_cmdsn);
1200 hdr->max_cmdsn = cpu_to_be32(csol_cqe->exp_cmdsn +
1224 hdr->exp_cmdsn = cpu_to_be32(csol_cqe->exp_cmdsn);
[all...]
H A Dbe_cmds.h1034 u32 exp_cmdsn; member in struct:common_sol_cqe
/linux-master/drivers/target/iscsi/
H A Discsi_target.c2792 hdr->exp_cmdsn = cpu_to_be32(conn->sess->exp_cmd_sn);
2850 hdr->exp_cmdsn = cpu_to_be32(conn->sess->exp_cmd_sn);
3005 hdr->exp_cmdsn = cpu_to_be32(conn->sess->exp_cmd_sn);
3048 hdr->exp_cmdsn = cpu_to_be32(conn->sess->exp_cmd_sn);
3129 hdr->exp_cmdsn = cpu_to_be32(conn->sess->exp_cmd_sn);
3269 hdr->exp_cmdsn = cpu_to_be32(conn->sess->exp_cmd_sn);
3349 hdr->exp_cmdsn = cpu_to_be32(conn->sess->exp_cmd_sn);
3557 hdr->exp_cmdsn = cpu_to_be32(conn->sess->exp_cmd_sn);
3598 hdr->exp_cmdsn = cpu_to_be32(conn->sess->exp_cmd_sn);
H A Discsi_target_nego.c331 login_rsp->exp_cmdsn = cpu_to_be32(conn->sess->exp_cmd_sn);
337 ntohl(login_rsp->exp_cmdsn), ntohl(login_rsp->max_cmdsn),
H A Discsi_target_erl1.c1039 ooo_cmdsn->exp_cmdsn = sess->exp_cmd_sn;
/linux-master/include/target/iscsi/
H A Discsi_target_core.h327 u32 exp_cmdsn; member in struct:iscsi_ooo_cmdsn

Completed in 215 milliseconds