Lines Matching refs:ih
560 struct octeon_instr_ih *ih; in octeon_prepare_soft_command() local
569 ih = (struct octeon_instr_ih *)&sc->cmd.ih; in octeon_prepare_soft_command()
570 ih->tagtype = ATOMIC_TAG; in octeon_prepare_soft_command()
571 ih->tag = LIO_CONTROL; in octeon_prepare_soft_command()
572 ih->raw = 1; in octeon_prepare_soft_command()
573 ih->grp = CFG_GET_CTRL_Q_GRP(oct_cfg); in octeon_prepare_soft_command()
576 ih->dlengsz = sc->datasize; in octeon_prepare_soft_command()
577 ih->rs = 1; in octeon_prepare_soft_command()
596 ih->fsz = 40; /* irh+ossp[0]+ossp[1]+rdp+rptr = 40 bytes */ in octeon_prepare_soft_command()
600 ih->fsz = 24; /* irh + ossp[0] + ossp[1] = 24 bytes */ in octeon_prepare_soft_command()
610 struct octeon_instr_ih *ih; in octeon_send_soft_command() local
614 ih = (struct octeon_instr_ih *)&sc->cmd.ih; in octeon_send_soft_command()
615 if (ih->dlengsz) { in octeon_send_soft_command()
635 (u32)ih->dlengsz, REQTYPE_SOFT_COMMAND); in octeon_send_soft_command()