Searched refs:ih3 (Results 1 – 3 of 3) sorted by relevance
145 struct octeon_instr_ih3 *ih3; in lio_prepare_pci_cmd_o3() local151 ih3 = (struct octeon_instr_ih3 *)&cmd->cmd3.ih3; in lio_prepare_pci_cmd_o3()158 ih3->pkind = oct->instr_queue[setup->s.iq_no]->txpciq.s.pkind; in lio_prepare_pci_cmd_o3()160 ih3->fsz = LIO_PCICMD_O3; in lio_prepare_pci_cmd_o3()163 ih3->dlengsz = setup->s.u.datasize; in lio_prepare_pci_cmd_o3()165 ih3->gather = 1; in lio_prepare_pci_cmd_o3()166 ih3->dlengsz = setup->s.u.gatherptrs; in lio_prepare_pci_cmd_o3()
623 struct octeon_instr_ih3 *ih3; in lio_prepare_soft_command() local632 ih3 = (struct octeon_instr_ih3 *)&sc->cmd.cmd3.ih3; in lio_prepare_soft_command()634 ih3->pkind = oct->instr_queue[sc->iq_no]->txpciq.s.pkind; in lio_prepare_soft_command()650 ih3->dlengsz = sc->datasize; in lio_prepare_soft_command()669 ih3->fsz = LIO_SOFTCMDRESP_IH3; in lio_prepare_soft_command()674 ih3->fsz = LIO_PCICMD_O3; in lio_prepare_soft_command()682 struct octeon_instr_ih3 *ih3; in lio_send_soft_command() local687 ih3 = (struct octeon_instr_ih3 *)&sc->cmd.cmd3.ih3; in lio_send_soft_command()688 if (ih3->dlengsz) { in lio_send_soft_command()703 len = (uint32_t)ih3->dlengsz; in lio_send_soft_command()
201 uint64_t ih3; member