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