Lines Matching refs:crb
33 struct coprocessor_request_block crb; /* CRB_ALIGN align */
395 struct coprocessor_request_block *crb;
400 crb = &wmem->crb;
401 csb = &crb->csb;
404 memset(crb, 0, sizeof(*crb));
407 ret = setup_ddl(&crb->source, wmem->ddl_in,
412 ret = setup_ddl(&crb->target, wmem->ddl_out,
420 crb->csb_addr = cpu_to_be64(csb_addr);
460 struct coprocessor_request_block *crb;
481 crb = &wmem->crb;
482 csb = &crb->csb;
493 ret = icswx(cpu_to_be32(ccw), crb);
495 pr_debug_ratelimited("icswx CR %x ccw %x crb->ccw %x\n", ret,
497 (unsigned int)be32_to_cpu(crb->ccw));
563 struct coprocessor_request_block *crb;
575 crb = &wmem->crb;
576 csb = &crb->csb;
584 crb->ccw = cpu_to_be32(ccw);
593 * @crb and @offset.
595 vas_copy_crb(crb, 0);