Lines Matching refs:ih2
586 struct octeon_instr_ih2 *ih2; in octeon_prepare_soft_command() local
647 ih2 = (struct octeon_instr_ih2 *)&sc->cmd.cmd2.ih2; in octeon_prepare_soft_command()
648 ih2->tagtype = ATOMIC_TAG; in octeon_prepare_soft_command()
649 ih2->tag = LIO_CONTROL; in octeon_prepare_soft_command()
650 ih2->raw = 1; in octeon_prepare_soft_command()
651 ih2->grp = CFG_GET_CTRL_Q_GRP(oct_cfg); in octeon_prepare_soft_command()
654 ih2->dlengsz = sc->datasize; in octeon_prepare_soft_command()
655 ih2->rs = 1; in octeon_prepare_soft_command()
674 ih2->fsz = LIO_SOFTCMDRESP_IH2; in octeon_prepare_soft_command()
678 ih2->fsz = LIO_PCICMD_O2; in octeon_prepare_soft_command()
688 struct octeon_instr_ih2 *ih2; in octeon_send_soft_command() local
716 ih2 = (struct octeon_instr_ih2 *)&sc->cmd.cmd2.ih2; in octeon_send_soft_command()
717 if (ih2->dlengsz) { in octeon_send_soft_command()
728 len = (u32)ih2->dlengsz; in octeon_send_soft_command()