Searched refs:ih3 (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/sys/dev/liquidio/base/
H A Dlio_ctrl.h146 struct octeon_instr_ih3 *ih3; local
152 ih3 = (struct octeon_instr_ih3 *)&cmd->cmd3.ih3;
159 ih3->pkind = oct->instr_queue[setup->s.iq_no]->txpciq.s.pkind;
161 ih3->fsz = LIO_PCICMD_O3;
164 ih3->dlengsz = setup->s.u.datasize;
166 ih3->gather = 1;
167 ih3->dlengsz = setup->s.u.gatherptrs;
H A Dlio_request_manager.c636 struct octeon_instr_ih3 *ih3; local
647 ih3 = (struct octeon_instr_ih3 *)&sc->cmd.cmd3.ih3;
649 ih3->pkind = oct->instr_queue[sc->iq_no]->txpciq.s.pkind;
665 ih3->dlengsz = sc->datasize;
684 ih3->fsz = LIO_SOFTCMDRESP_IH3;
689 ih3->fsz = LIO_PCICMD_O3;
697 struct octeon_instr_ih3 *ih3; local
702 ih3 = (struct octeon_instr_ih3 *)&sc->cmd.cmd3.ih3;
[all...]
H A Dlio_iq.h202 uint64_t ih3; member in struct:lio_instr3_64B

Completed in 54 milliseconds