Lines Matching defs:text
449 * bnx2i_send_iscsi_text - post iSCSI text WQE to hardware
1494 * bnx2i_process_text_resp - this function handles iscsi text response
1507 struct bnx2i_text_response *text;
1512 text = (struct bnx2i_text_response *) cqe;
1514 task = iscsi_itt_to_task(conn, text->itt & ISCSI_LOGIN_RESPONSE_INDEX);
1520 resp_hdr->opcode = text->op_code;
1521 resp_hdr->flags = text->response_flags;
1524 hton24(resp_hdr->dlength, text->data_length);
1526 resp_hdr->ttt = cpu_to_be32(text->ttt);
1528 resp_hdr->exp_cmdsn = cpu_to_be32(text->exp_cmd_sn);
1529 resp_hdr->max_cmdsn = cpu_to_be32(text->max_cmd_sn);
1530 pld_len = text->data_length;