Lines Matching refs:csbcpb
95 struct nx_csbcpb csbcpb;
101 /* Check the valid bit within the csbcpb valid field */
104 /* CE macros operate on the completion_extension field bits in the csbcpb.
312 struct nx_csbcpb *csbcpb;
345 csbcpb = &workmem->csbcpb;
346 memset(csbcpb, 0, sizeof(*csbcpb));
347 op.csbcpb = nx842_get_pa(csbcpb);
389 ret = nx842_validate_result(dev, &csbcpb->csb);
393 *outlen = be32_to_cpu(csbcpb->csb.processed_byte_count);
442 struct nx_csbcpb *csbcpb;
477 csbcpb = &workmem->csbcpb;
478 memset(csbcpb, 0, sizeof(*csbcpb));
479 op.csbcpb = nx842_get_pa(csbcpb);
520 ret = nx842_validate_result(dev, &csbcpb->csb);
524 *outlen = be32_to_cpu(csbcpb->csb.processed_byte_count);