Lines Matching refs:irh
375 struct octeon_instr_irh *irh; in lio_process_iq_request_list() local
397 irh = (struct octeon_instr_irh *)&sc->cmd.irh; in lio_process_iq_request_list()
398 if (irh->rflag) { in lio_process_iq_request_list()
561 struct octeon_instr_irh *irh; in octeon_prepare_soft_command() local
580 irh = (struct octeon_instr_irh *)&sc->cmd.irh; in octeon_prepare_soft_command()
581 irh->opcode = opcode; in octeon_prepare_soft_command()
582 irh->subcode = subcode; in octeon_prepare_soft_command()
585 irh->ossp = irh_ossp; in octeon_prepare_soft_command()
594 irh->rflag = 1; in octeon_prepare_soft_command()
595 irh->len = 4; in octeon_prepare_soft_command()
598 irh->rflag = 0; in octeon_prepare_soft_command()
599 irh->len = 2; in octeon_prepare_soft_command()
611 struct octeon_instr_irh *irh; in octeon_send_soft_command() local
620 irh = (struct octeon_instr_irh *)&sc->cmd.irh; in octeon_send_soft_command()
621 if (irh->rflag) { in octeon_send_soft_command()