Lines Matching defs:text_wqe
459 struct bnx2i_text_request *text_wqe;
464 text_wqe = (struct bnx2i_text_request *) bnx2i_conn->ep->qp.sq_prod_qe;
466 memset(text_wqe, 0, sizeof(struct bnx2i_text_request));
468 text_wqe->op_code = text_hdr->opcode;
469 text_wqe->op_attr = text_hdr->flags;
470 text_wqe->data_length = ntoh24(text_hdr->dlength);
471 text_wqe->itt = mtask->itt |
473 text_wqe->ttt = be32_to_cpu(text_hdr->ttt);
475 text_wqe->cmd_sn = be32_to_cpu(text_hdr->cmdsn);
477 text_wqe->resp_bd_list_addr_lo = (u32) bnx2i_conn->gen_pdu.resp_bd_dma;
478 text_wqe->resp_bd_list_addr_hi =
484 text_wqe->resp_buffer = dword;
485 text_wqe->bd_list_addr_lo = (u32) bnx2i_conn->gen_pdu.req_bd_dma;
486 text_wqe->bd_list_addr_hi =
488 text_wqe->num_bds = 1;
489 text_wqe->cq_index = 0; /* CQ# used for completion, 5771x only */