Lines Matching refs:csbcpb
70 struct nx_csbcpb csbcpb;
76 /* Check the valid bit within the csbcpb valid field */
79 /* CE macros operate on the completion_extension field bits in the csbcpb.
285 struct nx_csbcpb *csbcpb;
318 csbcpb = &workmem->csbcpb;
319 memset(csbcpb, 0, sizeof(*csbcpb));
320 op.csbcpb = nx842_get_pa(csbcpb);
362 ret = nx842_validate_result(dev, &csbcpb->csb);
366 *outlen = be32_to_cpu(csbcpb->csb.processed_byte_count);
415 struct nx_csbcpb *csbcpb;
450 csbcpb = &workmem->csbcpb;
451 memset(csbcpb, 0, sizeof(*csbcpb));
452 op.csbcpb = nx842_get_pa(csbcpb);
493 ret = nx842_validate_result(dev, &csbcpb->csb);
497 *outlen = be32_to_cpu(csbcpb->csb.processed_byte_count);