Lines Matching refs:csb
252 struct cop_status_block *csb) in nx842_validate_result() argument
255 if (!NX842_CSBCBP_VALID_CHK(csb->valid)) { in nx842_validate_result()
259 csb->valid, in nx842_validate_result()
260 csb->crb_seq_number, in nx842_validate_result()
261 csb->completion_code, in nx842_validate_result()
262 csb->completion_extension); in nx842_validate_result()
264 csb->processed_byte_count, in nx842_validate_result()
265 (unsigned long)csb->address); in nx842_validate_result()
270 switch (csb->completion_code) { in nx842_validate_result()
281 __func__, csb->completion_code); in nx842_validate_result()
285 __func__, csb->completion_code); in nx842_validate_result()
290 if (!NX842_CSBCPB_CE2(csb->completion_extension)) { in nx842_validate_result()
448 ret = nx842_validate_result(dev, &csbcpb->csb); in nx842_compress()
472 size = csbcpb->csb.processed_byte_count; in nx842_compress()
646 ret = nx842_validate_result(dev, &csbcpb->csb); in nx842_decompress()
654 outbuf += csbcpb->csb.processed_byte_count; in nx842_decompress()