Lines Matching refs:update_wqe
650 struct iscsi_kwqe_conn_update *update_wqe; in bnx2i_update_iscsi_conn() local
653 update_wqe = &conn_update_kwqe; in bnx2i_update_iscsi_conn()
655 update_wqe->hdr.op_code = ISCSI_KWQE_OPCODE_UPDATE_CONN; in bnx2i_update_iscsi_conn()
656 update_wqe->hdr.flags = in bnx2i_update_iscsi_conn()
661 update_wqe->context_id = bnx2i_conn->ep->ep_cid; in bnx2i_update_iscsi_conn()
663 update_wqe->context_id = (bnx2i_conn->ep->ep_cid >> 7); in bnx2i_update_iscsi_conn()
664 update_wqe->conn_flags = 0; in bnx2i_update_iscsi_conn()
666 update_wqe->conn_flags |= ISCSI_KWQE_CONN_UPDATE_HEADER_DIGEST; in bnx2i_update_iscsi_conn()
668 update_wqe->conn_flags |= ISCSI_KWQE_CONN_UPDATE_DATA_DIGEST; in bnx2i_update_iscsi_conn()
670 update_wqe->conn_flags |= ISCSI_KWQE_CONN_UPDATE_INITIAL_R2T; in bnx2i_update_iscsi_conn()
672 update_wqe->conn_flags |= ISCSI_KWQE_CONN_UPDATE_IMMEDIATE_DATA; in bnx2i_update_iscsi_conn()
674 update_wqe->max_send_pdu_length = conn->max_xmit_dlength; in bnx2i_update_iscsi_conn()
675 update_wqe->max_recv_pdu_length = conn->max_recv_dlength; in bnx2i_update_iscsi_conn()
676 update_wqe->first_burst_length = conn->session->first_burst; in bnx2i_update_iscsi_conn()
677 update_wqe->max_burst_length = conn->session->max_burst; in bnx2i_update_iscsi_conn()
678 update_wqe->exp_stat_sn = conn->exp_statsn; in bnx2i_update_iscsi_conn()
679 update_wqe->max_outstanding_r2ts = conn->session->max_r2t; in bnx2i_update_iscsi_conn()
680 update_wqe->session_error_recovery_level = conn->session->erl; in bnx2i_update_iscsi_conn()
684 update_wqe->max_burst_length, in bnx2i_update_iscsi_conn()
685 update_wqe->first_burst_length, in bnx2i_update_iscsi_conn()
686 update_wqe->max_recv_pdu_length, in bnx2i_update_iscsi_conn()
687 update_wqe->max_send_pdu_length); in bnx2i_update_iscsi_conn()
689 kwqe_arr[0] = (struct kwqe *) update_wqe; in bnx2i_update_iscsi_conn()