Lines Matching refs:crb
33 struct coprocessor_request_block crb; /* CRB_ALIGN align */
392 struct coprocessor_request_block *crb;
397 crb = &wmem->crb;
398 csb = &crb->csb;
401 memset(crb, 0, sizeof(*crb));
404 ret = setup_ddl(&crb->source, wmem->ddl_in,
409 ret = setup_ddl(&crb->target, wmem->ddl_out,
417 crb->csb_addr = cpu_to_be64(csb_addr);
457 struct coprocessor_request_block *crb;
478 crb = &wmem->crb;
479 csb = &crb->csb;
490 ret = icswx(cpu_to_be32(ccw), crb);
492 pr_debug_ratelimited("icswx CR %x ccw %x crb->ccw %x\n", ret,
494 (unsigned int)be32_to_cpu(crb->ccw));
560 struct coprocessor_request_block *crb;
572 crb = &wmem->crb;
573 csb = &crb->csb;
581 crb->ccw = cpu_to_be32(ccw);
590 * @crb and @offset.
592 vas_copy_crb(crb, 0);