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