Lines Matching full:csb
62 /* I assume we need to align the CSB? */
195 struct cop_status_block *csb) in nx842_validate_result() argument
197 /* The csb must be valid after returning from vio_h_cop_sync */ in nx842_validate_result()
198 if (!NX842_CSBCBP_VALID_CHK(csb->valid)) { in nx842_validate_result()
202 csb->valid, in nx842_validate_result()
203 csb->crb_seq_number, in nx842_validate_result()
204 csb->completion_code, in nx842_validate_result()
205 csb->completion_extension); in nx842_validate_result()
207 be32_to_cpu(csb->processed_byte_count), in nx842_validate_result()
208 (unsigned long)be64_to_cpu(csb->address)); in nx842_validate_result()
212 /* Check return values from the hardware in the CSB */ in nx842_validate_result()
213 switch (csb->completion_code) { in nx842_validate_result()
231 __func__, csb->completion_code); in nx842_validate_result()
235 __func__, csb->completion_code); in nx842_validate_result()
240 if (!NX842_CSBCPB_CE2(csb->completion_extension)) { in nx842_validate_result()
362 ret = nx842_validate_result(dev, &csbcpb->csb); in nx842_pseries_compress()
366 *outlen = be32_to_cpu(csbcpb->csb.processed_byte_count); in nx842_pseries_compress()
493 ret = nx842_validate_result(dev, &csbcpb->csb); in nx842_pseries_decompress()
497 *outlen = be32_to_cpu(csbcpb->csb.processed_byte_count); in nx842_pseries_decompress()