Lines Matching defs:csbcpb
96 struct nx_csbcpb csbcpb;
102 /* Check the valid bit within the csbcpb valid field */
105 /* CE macros operate on the completion_extension field bits in the csbcpb.
313 struct nx_csbcpb *csbcpb;
346 csbcpb = &workmem->csbcpb;
347 memset(csbcpb, 0, sizeof(*csbcpb));
348 op.csbcpb = nx842_get_pa(csbcpb);
390 ret = nx842_validate_result(dev, &csbcpb->csb);
394 *outlen = be32_to_cpu(csbcpb->csb.processed_byte_count);
443 struct nx_csbcpb *csbcpb;
478 csbcpb = &workmem->csbcpb;
479 memset(csbcpb, 0, sizeof(*csbcpb));
480 op.csbcpb = nx842_get_pa(csbcpb);
521 ret = nx842_validate_result(dev, &csbcpb->csb);
525 *outlen = be32_to_cpu(csbcpb->csb.processed_byte_count);