Lines Matching refs:irh
382 struct octeon_instr_irh *irh; in lio_process_iq_request_list() local
406 irh = (struct octeon_instr_irh *) in lio_process_iq_request_list()
407 &sc->cmd.cmd3.irh; in lio_process_iq_request_list()
409 irh = (struct octeon_instr_irh *) in lio_process_iq_request_list()
410 &sc->cmd.cmd2.irh; in lio_process_iq_request_list()
411 if (irh->rflag) { in lio_process_iq_request_list()
615 struct octeon_instr_irh *irh; in octeon_prepare_soft_command() local
647 irh = (struct octeon_instr_irh *)&sc->cmd.cmd3.irh; in octeon_prepare_soft_command()
648 irh->opcode = opcode; in octeon_prepare_soft_command()
649 irh->subcode = subcode; in octeon_prepare_soft_command()
652 irh->ossp = irh_ossp; in octeon_prepare_soft_command()
661 irh->rflag = 1; in octeon_prepare_soft_command()
666 irh->rflag = 0; in octeon_prepare_soft_command()
684 irh = (struct octeon_instr_irh *)&sc->cmd.cmd2.irh; in octeon_prepare_soft_command()
685 irh->opcode = opcode; in octeon_prepare_soft_command()
686 irh->subcode = subcode; in octeon_prepare_soft_command()
689 irh->ossp = irh_ossp; in octeon_prepare_soft_command()
698 irh->rflag = 1; in octeon_prepare_soft_command()
702 irh->rflag = 0; in octeon_prepare_soft_command()
715 struct octeon_instr_irh *irh; in octeon_send_soft_command() local
732 irh = (struct octeon_instr_irh *)&sc->cmd.cmd3.irh; in octeon_send_soft_command()
733 if (irh->rflag) { in octeon_send_soft_command()
746 irh = (struct octeon_instr_irh *)&sc->cmd.cmd2.irh; in octeon_send_soft_command()
747 if (irh->rflag) { in octeon_send_soft_command()