Home
last modified time | relevance | path

Searched refs:exp_statsn (Results 1 – 21 of 21) sorted by relevance

/linux-6.3-rc2/include/scsi/
A Discsi_proto.h86 __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
A Dlibiscsi.h90 __be32 exp_statsn; /* copied from R2T */ member
190 uint32_t exp_statsn; member
A Dscsi_transport_iscsi.h334 uint32_t exp_statsn; member
/linux-6.3-rc2/drivers/target/iscsi/
A Discsi_target_erl2.c218 u32 exp_statsn) in iscsit_discard_cr_cmds_by_expstatsn() argument
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()
A Discsi_target.c965 conn->exp_statsn = exp_statsn; in iscsit_ack_from_expstatsn()
974 iscsi_sna_lt(cmd->stat_sn, exp_statsn)) { in iscsit_ack_from_expstatsn()
1171 cmd->exp_stat_sn = be32_to_cpu(hdr->exp_statsn); in iscsit_setup_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()
2089 cmd->exp_stat_sn = be32_to_cpu(hdr->exp_statsn); in iscsit_handle_task_mgt_cmd()
2213 hdr->exp_statsn, payload_length); in iscsit_setup_text_cmd()
2221 cmd->exp_stat_sn = be32_to_cpu(hdr->exp_statsn); in iscsit_setup_text_cmd()
2509 hdr->itt, hdr->cmdsn, hdr->exp_statsn, reason_code, in iscsit_handle_logout_cmd()
2525 cmd->exp_stat_sn = be32_to_cpu(hdr->exp_statsn); in iscsit_handle_logout_cmd()
[all …]
A Discsi_target_login.c564 u32 exp_statsn) in iscsi_login_post_auth_non_zero_tsih() argument
603 iscsit_discard_cr_cmds_by_expstatsn(cr, exp_statsn); in iscsi_login_post_auth_non_zero_tsih()
1036 login_req->exp_statsn, login_req->cid, payload_length); in iscsit_get_login_rx()
1050 login->initial_exp_statsn = be32_to_cpu(login_req->exp_statsn); in iscsit_get_login_rx()
A Discsi_target_erl1.c479 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()
/linux-6.3-rc2/drivers/scsi/
A Dlibiscsi.c161 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 = be32_to_cpu(rhdr->statsn) + 1; in iscsi_data_in_rsp()
1001 conn->exp_statsn = be32_to_cpu(hdr->statsn) + 1; in iscsi_tmf_rsp()
1307 conn->exp_statsn = be32_to_cpu(hdr->statsn) + 1; in __iscsi_complete_pdu()
1333 conn->exp_statsn = be32_to_cpu(hdr->statsn) + 1; in __iscsi_complete_pdu()
3192 conn->exp_statsn = 0; in iscsi_conn_setup()
[all …]
A Dlibiscsi_tcp.c632 r2t->exp_statsn = rhdr->statsn; in iscsi_tcp_r2t_rsp()
A Dscsi_transport_iscsi.c1077 iscsi_flashnode_conn_attr(fnode, exp_statsn, ISCSI_FLASHNODE_EXP_STATSN);
4133 iscsi_conn_attr(exp_statsn, ISCSI_PARAM_EXP_STATSN);
/linux-6.3-rc2/drivers/scsi/be2iscsi/
A Dbe_main.h410 u32 exp_statsn; member
539 u8 exp_statsn[32]; member
A Dbe_iscsi.c886 AMAP_SET_BITS(struct amap_beiscsi_offload_params, exp_statsn, params, in beiscsi_set_params_for_offld()
887 (conn->exp_statsn - 1)); in beiscsi_set_params_for_offld()
A Dbe_mgmt.c1320 exp_statsn) / 32] + 1)); in beiscsi_offload_cxn_v0()
1431 exp_statsn) / 32] + 1)); in beiscsi_offload_cxn_v2()
A Dbe_main.c4768 task->hdr->exp_statsn = 0; in beiscsi_task_xmit()
/linux-6.3-rc2/drivers/scsi/bnx2i/
A Dbnx2i_hwi.c353 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()
/linux-6.3-rc2/drivers/scsi/qedi/
A Dqedi_fw.c1011 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()
A Dqedi_iscsi.c470 conn_info->exp_stat_sn = conn->exp_statsn; in qedi_iscsi_update_conn()
/linux-6.3-rc2/include/target/iscsi/
A Discsi_target_core.h534 u32 exp_statsn; member
/linux-6.3-rc2/drivers/target/iscsi/cxgbit/
A Dcxgbit_target.c1335 login_req->exp_statsn, login_req->cid, pdu_cb->dlen); in cxgbit_rx_login_pdu()
1350 login->initial_exp_statsn = be32_to_cpu(login_req->exp_statsn); in cxgbit_rx_login_pdu()
/linux-6.3-rc2/drivers/scsi/qla4xxx/
A Dql4_os.c3577 conn->exp_statsn = le32_to_cpu(fw_ddb_entry->exp_stat_sn); in qla4xxx_copy_from_fwddb_param()
3704 fw_ddb_entry->exp_stat_sn = cpu_to_le32(conn->exp_statsn); in qla4xxx_copy_to_fwddb_param()
3813 conn->exp_statsn = le32_to_cpu(fw_ddb_entry->exp_stat_sn); in qla4xxx_copy_to_sess_conn_params()
8068 rc = sprintf(buf, "%u\n", fnode_conn->exp_statsn); in qla4xxx_sysfs_ddb_get_param()
8286 fnode_conn->exp_statsn = in qla4xxx_sysfs_ddb_set_param()
/linux-6.3-rc2/drivers/infiniband/ulp/isert/
A Dib_isert.c1003 login->initial_exp_statsn = be32_to_cpu(login_req->exp_statsn); in isert_rx_login_req()

Completed in 92 milliseconds