Home
last modified time | relevance | path

Searched refs:ih3 (Results 1 – 2 of 2) sorted by relevance

/f-stack/dpdk/drivers/net/liquidio/
H A Dlio_rxtx.h102 uint64_t ih3; member
509 struct octeon_instr_ih3 *ih3; in lio_prepare_pci_cmd() local
514 ih3 = (struct octeon_instr_ih3 *)&cmd->cmd3.ih3; in lio_prepare_pci_cmd()
520 ih3->pkind = lio_dev->instr_queue[setup->s.iq_no]->txpciq.s.pkind; in lio_prepare_pci_cmd()
522 ih3->fsz = OCTEON_PCI_CMD_O3; in lio_prepare_pci_cmd()
525 ih3->dlengsz = setup->s.u.datasize; in lio_prepare_pci_cmd()
527 ih3->gather = 1; in lio_prepare_pci_cmd()
528 ih3->dlengsz = setup->s.u.gatherptrs; in lio_prepare_pci_cmd()
H A Dlio_rxtx.c1122 struct octeon_instr_ih3 *ih3; in lio_prepare_soft_command() local
1129 ih3 = (struct octeon_instr_ih3 *)&sc->cmd.cmd3.ih3; in lio_prepare_soft_command()
1131 ih3->pkind = lio_dev->instr_queue[sc->iq_no]->txpciq.s.pkind; in lio_prepare_soft_command()
1148 ih3->dlengsz = sc->datasize; in lio_prepare_soft_command()
1165 ih3->fsz = OCTEON_SOFT_CMD_RESP_IH3; in lio_prepare_soft_command()
1169 ih3->fsz = OCTEON_PCI_CMD_O3; in lio_prepare_soft_command()
1177 struct octeon_instr_ih3 *ih3; in lio_send_soft_command() local
1181 ih3 = (struct octeon_instr_ih3 *)&sc->cmd.cmd3.ih3; in lio_send_soft_command()
1182 if (ih3->dlengsz) { in lio_send_soft_command()
1195 len = (uint32_t)ih3->dlengsz; in lio_send_soft_command()