Searched refs:ih3 (Results 1 – 5 of 5) sorted by relevance
184 struct octeon_instr_ih3 *ih3; in octnet_prepare_pci_cmd_o3() local191 ih3 = (struct octeon_instr_ih3 *)&cmd->cmd3.ih3; in octnet_prepare_pci_cmd_o3()197 ih3->pkind = oct->instr_queue[setup->s.iq_no]->txpciq.s.pkind; in octnet_prepare_pci_cmd_o3()199 ih3->fsz = LIO_PCICMD_O3; in octnet_prepare_pci_cmd_o3()202 ih3->dlengsz = setup->s.u.datasize; in octnet_prepare_pci_cmd_o3()204 ih3->gather = 1; in octnet_prepare_pci_cmd_o3()205 ih3->dlengsz = setup->s.u.gatherptrs; in octnet_prepare_pci_cmd_o3()
38 struct octeon_instr_ih3 *ih3; in octeon_alloc_soft_command_resp() local56 ih3 = (struct octeon_instr_ih3 *)&sc->cmd.cmd3.ih3; in octeon_alloc_soft_command_resp()60 ih3->fsz = LIO_SOFTCMDRESP_IH3; in octeon_alloc_soft_command_resp()
597 struct octeon_instr_ih3 *ih3; in octeon_prepare_soft_command() local608 ih3 = (struct octeon_instr_ih3 *)&sc->cmd.cmd3.ih3; in octeon_prepare_soft_command()610 ih3->pkind = oct->instr_queue[sc->iq_no]->txpciq.s.pkind; in octeon_prepare_soft_command()628 ih3->dlengsz = sc->datasize; in octeon_prepare_soft_command()647 ih3->fsz = LIO_SOFTCMDRESP_IH3; in octeon_prepare_soft_command()652 ih3->fsz = LIO_PCICMD_O3; in octeon_prepare_soft_command()696 struct octeon_instr_ih3 *ih3; in octeon_send_soft_command() local701 ih3 = (struct octeon_instr_ih3 *)&sc->cmd.cmd3.ih3; in octeon_send_soft_command()702 if (ih3->dlengsz) { in octeon_send_soft_command()713 len = (u32)ih3->dlengsz; in octeon_send_soft_command()
230 u64 ih3; member
3057 (&sc->cmd.cmd3.ih3))->dlengsz; in send_nic_timestamp_pkt()