Home
last modified time | relevance | path

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

/openbmc/linux/include/scsi/
H 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
H A Dlibiscsi.h90 __be32 exp_statsn; /* copied from R2T */ member
190 uint32_t exp_statsn; member
H A Dscsi_transport_iscsi.h334 uint32_t exp_statsn; member
/openbmc/linux/drivers/target/iscsi/
H 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()
H A Discsi_target.c964 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()
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()
2090 cmd->exp_stat_sn = be32_to_cpu(hdr->exp_statsn); in iscsit_handle_task_mgt_cmd()
2214 hdr->exp_statsn, payload_length); in iscsit_setup_text_cmd()
2222 cmd->exp_stat_sn = be32_to_cpu(hdr->exp_statsn); in iscsit_setup_text_cmd()
2510 hdr->itt, hdr->cmdsn, hdr->exp_statsn, reason_code, in iscsit_handle_logout_cmd()
2526 cmd->exp_stat_sn = be32_to_cpu(hdr->exp_statsn); in iscsit_handle_logout_cmd()
[all …]
H 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()
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()
H 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()
/openbmc/linux/drivers/scsi/
H 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 …]
H A Dlibiscsi_tcp.c632 r2t->exp_statsn = rhdr->statsn; in iscsi_tcp_r2t_rsp()
H A Dscsi_transport_iscsi.c1077 iscsi_flashnode_conn_attr(fnode, exp_statsn, ISCSI_FLASHNODE_EXP_STATSN);
4156 iscsi_conn_attr(exp_statsn, ISCSI_PARAM_EXP_STATSN);
/openbmc/linux/drivers/scsi/be2iscsi/
H A Dbe_main.h409 u32 exp_statsn; member
538 u8 exp_statsn[32]; member
H A Dbe_iscsi.c890 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()
H A Dbe_mgmt.c1320 exp_statsn) / 32] + 1)); in beiscsi_offload_cxn_v0()
1431 exp_statsn) / 32] + 1)); in beiscsi_offload_cxn_v2()
H A Dbe_main.c4769 task->hdr->exp_statsn = 0; in beiscsi_task_xmit()
/openbmc/linux/drivers/scsi/bnx2i/
H 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()
/openbmc/linux/drivers/scsi/qedi/
H 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()
H A Dqedi_iscsi.c470 conn_info->exp_stat_sn = conn->exp_statsn; in qedi_iscsi_update_conn()
/openbmc/linux/include/target/iscsi/
H A Discsi_target_core.h531 u32 exp_statsn; member
/openbmc/linux/drivers/target/iscsi/cxgbit/
H 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()
/openbmc/linux/drivers/scsi/qla4xxx/
H A Dql4_os.c3587 conn->exp_statsn = le32_to_cpu(fw_ddb_entry->exp_stat_sn); in qla4xxx_copy_from_fwddb_param()
3714 fw_ddb_entry->exp_stat_sn = cpu_to_le32(conn->exp_statsn); in qla4xxx_copy_to_fwddb_param()
3823 conn->exp_statsn = le32_to_cpu(fw_ddb_entry->exp_stat_sn); in qla4xxx_copy_to_sess_conn_params()
8078 rc = sprintf(buf, "%u\n", fnode_conn->exp_statsn); in qla4xxx_sysfs_ddb_get_param()
8301 fnode_conn->exp_statsn = in qla4xxx_sysfs_ddb_set_param()
/openbmc/linux/drivers/infiniband/ulp/isert/
H A Dib_isert.c1007 login->initial_exp_statsn = be32_to_cpu(login_req->exp_statsn); in isert_rx_login_req()