Searched refs:exp_cmdsn (Results 1 – 5 of 5) sorted by relevance
/linux-2.6.39/include/scsi/ |
D | iscsi_proto.h | 175 __be32 exp_cmdsn; member 204 __be32 exp_cmdsn; member 248 __be32 exp_cmdsn; member 296 __be32 exp_cmdsn; member 322 __be32 exp_cmdsn; member 360 __be32 exp_cmdsn; member 402 __be32 exp_cmdsn; member 450 __be32 exp_cmdsn; member 534 __be32 exp_cmdsn; member 578 __be32 exp_cmdsn; member
|
D | libiscsi.h | 260 uint32_t exp_cmdsn; member 422 uint32_t exp_cmdsn, uint32_t max_cmdsn);
|
/linux-2.6.39/drivers/scsi/ |
D | libiscsi.c | 114 uint32_t exp_cmdsn, uint32_t max_cmdsn) in __iscsi_update_cmdsn() argument 120 if (iscsi_sna_lt(max_cmdsn, exp_cmdsn - 1)) in __iscsi_update_cmdsn() 123 if (exp_cmdsn != session->exp_cmdsn && in __iscsi_update_cmdsn() 124 !iscsi_sna_lt(exp_cmdsn, session->exp_cmdsn)) in __iscsi_update_cmdsn() 125 session->exp_cmdsn = exp_cmdsn; in __iscsi_update_cmdsn() 142 __iscsi_update_cmdsn(session, be32_to_cpu(hdr->exp_cmdsn), in iscsi_update_cmdsn() 491 session->max_cmdsn - session->exp_cmdsn + 1); in iscsi_prep_scsi_cmd_pdu() 607 uint32_t exp_cmdsn, uint32_t max_cmdsn) in iscsi_complete_scsi_task() argument 614 __iscsi_update_cmdsn(conn->session, exp_cmdsn, max_cmdsn); in iscsi_complete_scsi_task() 1396 session->exp_cmdsn, session->max_cmdsn, in iscsi_check_cmdsn_window_closed() [all …]
|
/linux-2.6.39/drivers/scsi/bnx2i/ |
D | bnx2i_hwi.c | 1375 hdr->exp_cmdsn = cpu_to_be32(resp_cqe->exp_cmd_sn); in bnx2i_process_scsi_cmd_resp() 1453 resp_hdr->exp_cmdsn = cpu_to_be32(login->exp_cmd_sn); in bnx2i_process_login_resp() 1517 resp_hdr->exp_cmdsn = cpu_to_be32(text->exp_cmd_sn); in bnx2i_process_text_resp() 1571 resp_hdr->exp_cmdsn = cpu_to_be32(tmf_cqe->exp_cmd_sn); in bnx2i_process_tmf_resp() 1614 resp_hdr->exp_cmdsn = cpu_to_be32(logout->exp_cmd_sn); in bnx2i_process_logout_resp() 1694 hdr->exp_cmdsn = cpu_to_be32(nop_in->exp_cmd_sn); in bnx2i_process_nopin_mesg() 1755 resp_hdr->exp_cmdsn = cpu_to_be32(async_cqe->exp_cmd_sn); in bnx2i_process_async_mesg() 1801 hdr->exp_cmdsn = cpu_to_be32(reject->exp_cmd_sn); in bnx2i_process_reject_mesg()
|
/linux-2.6.39/drivers/scsi/be2iscsi/ |
D | be_main.c | 1144 u32 resid = 0, exp_cmdsn, max_cmdsn; in be_complete_io() local 1147 exp_cmdsn = (psol-> in be_complete_io() 1201 iscsi_complete_scsi_task(task, exp_cmdsn, max_cmdsn); in be_complete_io() 1220 hdr->exp_cmdsn = cpu_to_be32(psol-> in be_complete_logout() 1250 hdr->exp_cmdsn = cpu_to_be32(psol->dw[offsetof(struct amap_sol_cqe, in be_complete_tmf() 1302 hdr->exp_cmdsn = cpu_to_be32(psol->dw[offsetof(struct amap_sol_cqe, in be_complete_nopin_resp()
|