Lines Matching refs:update_wqe
634 struct iscsi_kwqe_conn_update *update_wqe; in bnx2i_update_iscsi_conn() local
637 update_wqe = &conn_update_kwqe; in bnx2i_update_iscsi_conn()
639 update_wqe->hdr.op_code = ISCSI_KWQE_OPCODE_UPDATE_CONN; in bnx2i_update_iscsi_conn()
640 update_wqe->hdr.flags = in bnx2i_update_iscsi_conn()
645 update_wqe->context_id = bnx2i_conn->ep->ep_cid; in bnx2i_update_iscsi_conn()
647 update_wqe->context_id = (bnx2i_conn->ep->ep_cid >> 7); in bnx2i_update_iscsi_conn()
648 update_wqe->conn_flags = 0; in bnx2i_update_iscsi_conn()
650 update_wqe->conn_flags |= ISCSI_KWQE_CONN_UPDATE_HEADER_DIGEST; in bnx2i_update_iscsi_conn()
652 update_wqe->conn_flags |= ISCSI_KWQE_CONN_UPDATE_DATA_DIGEST; in bnx2i_update_iscsi_conn()
654 update_wqe->conn_flags |= ISCSI_KWQE_CONN_UPDATE_INITIAL_R2T; in bnx2i_update_iscsi_conn()
656 update_wqe->conn_flags |= ISCSI_KWQE_CONN_UPDATE_IMMEDIATE_DATA; in bnx2i_update_iscsi_conn()
658 update_wqe->max_send_pdu_length = conn->max_xmit_dlength; in bnx2i_update_iscsi_conn()
659 update_wqe->max_recv_pdu_length = conn->max_recv_dlength; in bnx2i_update_iscsi_conn()
660 update_wqe->first_burst_length = conn->session->first_burst; in bnx2i_update_iscsi_conn()
661 update_wqe->max_burst_length = conn->session->max_burst; in bnx2i_update_iscsi_conn()
662 update_wqe->exp_stat_sn = conn->exp_statsn; in bnx2i_update_iscsi_conn()
663 update_wqe->max_outstanding_r2ts = conn->session->max_r2t; in bnx2i_update_iscsi_conn()
664 update_wqe->session_error_recovery_level = conn->session->erl; in bnx2i_update_iscsi_conn()
668 update_wqe->max_burst_length, in bnx2i_update_iscsi_conn()
669 update_wqe->first_burst_length, in bnx2i_update_iscsi_conn()
670 update_wqe->max_recv_pdu_length, in bnx2i_update_iscsi_conn()
671 update_wqe->max_send_pdu_length); in bnx2i_update_iscsi_conn()
673 kwqe_arr[0] = (struct kwqe *) update_wqe; in bnx2i_update_iscsi_conn()