Lines Matching full:csb
87 /* I assume we need to align the CSB? */
222 struct cop_status_block *csb) in nx842_validate_result() argument
224 /* The csb must be valid after returning from vio_h_cop_sync */ in nx842_validate_result()
225 if (!NX842_CSBCBP_VALID_CHK(csb->valid)) { in nx842_validate_result()
229 csb->valid, in nx842_validate_result()
230 csb->crb_seq_number, in nx842_validate_result()
231 csb->completion_code, in nx842_validate_result()
232 csb->completion_extension); in nx842_validate_result()
234 be32_to_cpu(csb->processed_byte_count), in nx842_validate_result()
235 (unsigned long)be64_to_cpu(csb->address)); in nx842_validate_result()
239 /* Check return values from the hardware in the CSB */ in nx842_validate_result()
240 switch (csb->completion_code) { in nx842_validate_result()
258 __func__, csb->completion_code); in nx842_validate_result()
262 __func__, csb->completion_code); in nx842_validate_result()
267 if (!NX842_CSBCPB_CE2(csb->completion_extension)) { in nx842_validate_result()
389 ret = nx842_validate_result(dev, &csbcpb->csb); in nx842_pseries_compress()
393 *outlen = be32_to_cpu(csbcpb->csb.processed_byte_count); in nx842_pseries_compress()
520 ret = nx842_validate_result(dev, &csbcpb->csb); in nx842_pseries_decompress()
524 *outlen = be32_to_cpu(csbcpb->csb.processed_byte_count); in nx842_pseries_decompress()