Lines Matching defs:irh
398 struct octeon_instr_irh *irh = NULL;
422 irh = (struct octeon_instr_irh *)
423 &sc->cmd.cmd3.irh;
424 if (irh->rflag) {
625 struct octeon_instr_irh *irh;
652 irh = (struct octeon_instr_irh *)&sc->cmd.cmd3.irh;
653 irh->opcode = opcode;
654 irh->subcode = subcode;
657 irh->ossp = irh_ossp;
666 irh->rflag = 1;
668 /* pki_ih3 irh+ossp[0]+ossp[1]+rdp+rptr = 48 bytes */
671 irh->rflag = 0;
673 /* pki_h3 + irh + ossp[0] + ossp[1] = 32 bytes */
683 struct octeon_instr_irh *irh;
694 irh = (struct octeon_instr_irh *)&sc->cmd.cmd3.irh;
695 if (irh->rflag) {