/kernel/linux/linux-5.10/include/scsi/ |
H A D | iscsi_proto.h | 86 __be32 exp_statsn; member 148 __be32 exp_statsn; member 252 __be32 exp_statsn; member 283 __be32 exp_statsn; member 359 __be32 exp_statsn; member 403 __be32 exp_statsn; member 441 __be32 exp_statsn; member 533 __be32 exp_statsn; member 585 __be32 exp_statsn; member
|
H A D | libiscsi.h | 87 __be32 exp_statsn; /* copied from R2T */ member 172 uint32_t exp_statsn; member
|
H A D | scsi_transport_iscsi.h | 333 uint32_t exp_statsn; member
|
/kernel/linux/linux-6.6/include/scsi/ |
H A D | iscsi_proto.h | 86 __be32 exp_statsn; member 148 __be32 exp_statsn; member 252 __be32 exp_statsn; member 283 __be32 exp_statsn; member 359 __be32 exp_statsn; member 403 __be32 exp_statsn; member 441 __be32 exp_statsn; member 533 __be32 exp_statsn; member 585 __be32 exp_statsn; member
|
H A D | libiscsi.h | 90 __be32 exp_statsn; /* copied from R2T */ member 190 uint32_t exp_statsn; member
|
H A D | scsi_transport_iscsi.h | 334 uint32_t exp_statsn; member
|
/kernel/linux/linux-5.10/drivers/scsi/ |
H A D | libiscsi.c | 149 hdr->exp_statsn = r2t->exp_statsn; in iscsi_prep_data_out_pdu() 338 hdr->exp_statsn = cpu_to_be32(conn->exp_statsn); in iscsi_prep_scsi_cmd_pdu() 393 r2t->exp_statsn = cpu_to_be32(conn->exp_statsn); in iscsi_prep_scsi_cmd_pdu() 632 nop->exp_statsn = cpu_to_be32(conn->exp_statsn); in iscsi_prep_mgmt_task() 810 conn->exp_statsn = be32_to_cpu(rhdr->statsn) + 1; in iscsi_scsi_cmd_rsp() 911 conn->exp_statsn in iscsi_data_in_rsp() [all...] |
/kernel/linux/linux-6.6/drivers/scsi/ |
H A D | libiscsi.c | 161 hdr->exp_statsn = r2t->exp_statsn; in iscsi_prep_data_out_pdu() 350 hdr->exp_statsn = cpu_to_be32(conn->exp_statsn); in iscsi_prep_scsi_cmd_pdu() 405 r2t->exp_statsn = cpu_to_be32(conn->exp_statsn); in iscsi_prep_scsi_cmd_pdu() 664 nop->exp_statsn = cpu_to_be32(conn->exp_statsn); in iscsi_prep_mgmt_task() 878 conn->exp_statsn = be32_to_cpu(rhdr->statsn) + 1; in iscsi_scsi_cmd_rsp() 976 conn->exp_statsn in iscsi_data_in_rsp() [all...] |
/kernel/linux/linux-5.10/drivers/target/iscsi/ |
H A D | iscsi_target_erl2.c | 218 u32 exp_statsn) in iscsit_discard_cr_cmds_by_expstatsn() 230 (cmd->stat_sn >= exp_statsn)) { in iscsit_discard_cr_cmds_by_expstatsn() 249 dropped_count, cr->cid, exp_statsn); in iscsit_discard_cr_cmds_by_expstatsn() 216 iscsit_discard_cr_cmds_by_expstatsn( struct iscsi_conn_recovery *cr, u32 exp_statsn) iscsit_discard_cr_cmds_by_expstatsn() argument
|
H A D | iscsi_target.c | 951 static void iscsit_ack_from_expstatsn(struct iscsi_conn *conn, u32 exp_statsn) in iscsit_ack_from_expstatsn() argument 956 conn->exp_statsn = exp_statsn; in iscsit_ack_from_expstatsn() 965 iscsi_sna_lt(cmd->stat_sn, exp_statsn)) { in iscsit_ack_from_expstatsn() 1139 cmd->exp_stat_sn = be32_to_cpu(hdr->exp_statsn); in iscsit_setup_scsi_cmd() 1242 iscsit_ack_from_expstatsn(conn, be32_to_cpu(hdr->exp_statsn)); in iscsit_process_scsi_cmd() 1756 hdr->itt, hdr->ttt, hdr->cmdsn, hdr->exp_statsn, in iscsit_setup_nop_out() 1773 cmd->exp_stat_sn = be32_to_cpu(hdr->exp_statsn); in iscsit_setup_nop_out() 1798 iscsit_ack_from_expstatsn(conn, be32_to_cpu(hdr->exp_statsn)); in iscsit_process_nop_out() 2049 cmd->exp_stat_sn = be32_to_cpu(hdr->exp_statsn); in iscsit_handle_task_mgt_cmd() [all...] |
H A D | iscsi_target_erl1.c | 479 begrun = conn->exp_statsn; in iscsit_handle_status_snack() 480 } else if (conn->exp_statsn > begrun) { in iscsit_handle_status_snack() 483 " %hu.\n", begrun, runlength, conn->exp_statsn, in iscsit_handle_status_snack()
|
H A D | iscsi_target_login.c | 551 u32 exp_statsn) in iscsi_login_post_auth_non_zero_tsih() 590 iscsit_discard_cr_cmds_by_expstatsn(cr, exp_statsn); in iscsi_login_post_auth_non_zero_tsih() 1023 login_req->exp_statsn, login_req->cid, payload_length); in iscsit_get_login_rx() 1037 login->initial_exp_statsn = be32_to_cpu(login_req->exp_statsn); in iscsit_get_login_rx() 548 iscsi_login_post_auth_non_zero_tsih( struct iscsi_conn *conn, u16 cid, u32 exp_statsn) iscsi_login_post_auth_non_zero_tsih() argument
|
/kernel/linux/linux-6.6/drivers/target/iscsi/ |
H A D | iscsi_target_erl2.c | 218 u32 exp_statsn) in iscsit_discard_cr_cmds_by_expstatsn() 230 (cmd->stat_sn >= exp_statsn)) { in iscsit_discard_cr_cmds_by_expstatsn() 249 dropped_count, cr->cid, exp_statsn); in iscsit_discard_cr_cmds_by_expstatsn() 216 iscsit_discard_cr_cmds_by_expstatsn( struct iscsi_conn_recovery *cr, u32 exp_statsn) iscsit_discard_cr_cmds_by_expstatsn() argument
|
H A D | iscsi_target.c | 959 static void iscsit_ack_from_expstatsn(struct iscsit_conn *conn, u32 exp_statsn) in iscsit_ack_from_expstatsn() argument 964 conn->exp_statsn = exp_statsn; in iscsit_ack_from_expstatsn() 973 iscsi_sna_lt(cmd->stat_sn, exp_statsn)) { in iscsit_ack_from_expstatsn() 1170 cmd->exp_stat_sn = be32_to_cpu(hdr->exp_statsn); in iscsit_setup_scsi_cmd() 1282 iscsit_ack_from_expstatsn(conn, be32_to_cpu(hdr->exp_statsn)); in iscsit_process_scsi_cmd() 1796 hdr->itt, hdr->ttt, hdr->cmdsn, hdr->exp_statsn, in iscsit_setup_nop_out() 1813 cmd->exp_stat_sn = be32_to_cpu(hdr->exp_statsn); in iscsit_setup_nop_out() 1838 iscsit_ack_from_expstatsn(conn, be32_to_cpu(hdr->exp_statsn)); in iscsit_process_nop_out() 2090 cmd->exp_stat_sn = be32_to_cpu(hdr->exp_statsn); in iscsit_handle_task_mgt_cmd() [all...] |
H A D | iscsi_target_erl1.c | 479 begrun = conn->exp_statsn; in iscsit_handle_status_snack() 480 } else if (conn->exp_statsn > begrun) { in iscsit_handle_status_snack() 483 " %hu.\n", begrun, runlength, conn->exp_statsn, in iscsit_handle_status_snack()
|
H A D | iscsi_target_login.c | 564 u32 exp_statsn) in iscsi_login_post_auth_non_zero_tsih() 603 iscsit_discard_cr_cmds_by_expstatsn(cr, exp_statsn); in iscsi_login_post_auth_non_zero_tsih() 983 login_req->exp_statsn, login_req->cid, payload_length); in iscsit_get_login_rx() 997 login->initial_exp_statsn = be32_to_cpu(login_req->exp_statsn); in iscsit_get_login_rx() 561 iscsi_login_post_auth_non_zero_tsih( struct iscsit_conn *conn, u16 cid, u32 exp_statsn) iscsi_login_post_auth_non_zero_tsih() argument
|
/kernel/linux/linux-5.10/drivers/scsi/be2iscsi/ |
H A D | be_main.h | 410 u32 exp_statsn; member 539 u8 exp_statsn[32]; member
|
H A D | be_iscsi.c | 890 AMAP_SET_BITS(struct amap_beiscsi_offload_params, exp_statsn, params, in beiscsi_set_params_for_offld() 891 (conn->exp_statsn - 1)); in beiscsi_set_params_for_offld()
|
/kernel/linux/linux-6.6/drivers/scsi/be2iscsi/ |
H A D | be_main.h | 409 u32 exp_statsn; member 538 u8 exp_statsn[32]; member
|
H A D | be_iscsi.c | 890 AMAP_SET_BITS(struct amap_beiscsi_offload_params, exp_statsn, params, in beiscsi_set_params_for_offld() 891 (conn->exp_statsn - 1)); in beiscsi_set_params_for_offld()
|
/kernel/linux/linux-5.10/drivers/scsi/bnx2i/ |
H A D | bnx2i_hwi.c | 353 login_wqe->exp_stat_sn = be32_to_cpu(login_hdr->exp_statsn); in bnx2i_send_iscsi_login() 662 update_wqe->exp_stat_sn = conn->exp_statsn; in bnx2i_update_iscsi_conn() 1527 resp_hdr->statsn = task->hdr->exp_statsn; in bnx2i_process_text_resp() 1624 resp_hdr->statsn = task->hdr->exp_statsn; in bnx2i_process_logout_resp()
|
/kernel/linux/linux-5.10/drivers/scsi/qedi/ |
H A D | qedi_fw.c | 1048 login_req_pdu_header.exp_stat_sn = be32_to_cpu(login_hdr->exp_statsn); in qedi_send_iscsi_login() 1140 logout_pdu_header.exp_stat_sn = be32_to_cpu(logout_hdr->exp_statsn); in qedi_send_iscsi_logout() 1640 text_request_pdu_header.exp_stat_sn = be32_to_cpu(text_hdr->exp_statsn); in qedi_send_iscsi_text() 1740 nop_out_pdu_header.exp_stat_sn = be32_to_cpu(nopout_hdr->exp_statsn); in qedi_send_iscsi_nopout()
|
/kernel/linux/linux-6.6/drivers/scsi/bnx2i/ |
H A D | bnx2i_hwi.c | 353 login_wqe->exp_stat_sn = be32_to_cpu(login_hdr->exp_statsn); in bnx2i_send_iscsi_login() 662 update_wqe->exp_stat_sn = conn->exp_statsn; in bnx2i_update_iscsi_conn() 1527 resp_hdr->statsn = task->hdr->exp_statsn; in bnx2i_process_text_resp() 1624 resp_hdr->statsn = task->hdr->exp_statsn; in bnx2i_process_logout_resp()
|
/kernel/linux/linux-6.6/drivers/scsi/qedi/ |
H A D | qedi_fw.c | 1011 login_req_pdu_header.exp_stat_sn = be32_to_cpu(login_hdr->exp_statsn); in qedi_send_iscsi_login() 1103 logout_pdu_header.exp_stat_sn = be32_to_cpu(logout_hdr->exp_statsn); in qedi_send_iscsi_logout() 1583 text_request_pdu_header.exp_stat_sn = be32_to_cpu(text_hdr->exp_statsn); in qedi_send_iscsi_text() 1683 nop_out_pdu_header.exp_stat_sn = be32_to_cpu(nopout_hdr->exp_statsn); in qedi_send_iscsi_nopout()
|
/kernel/linux/linux-5.10/include/target/iscsi/ |
H A D | iscsi_target_core.h | 533 u32 exp_statsn; member
|