Searched refs:cmd3 (Results 1 - 6 of 6) sorted by relevance

/freebsd-11-stable/sys/dev/liquidio/base/
H A Dlio_ctrl.h152 ih3 = (struct octeon_instr_ih3 *)&cmd->cmd3.ih3;
153 pki_ih3 = (struct octeon_instr_pki_ih3 *)&cmd->cmd3.pki_ih3;
189 irh = (struct octeon_instr_irh *)&cmd->cmd3.irh;
H A Dlio_request_manager.c435 &sc->cmd.cmd3.irh;
647 ih3 = (struct octeon_instr_ih3 *)&sc->cmd.cmd3.ih3;
651 pki_ih3 = (struct octeon_instr_pki_ih3 *)&sc->cmd.cmd3.pki_ih3;
667 irh = (struct octeon_instr_irh *)&sc->cmd.cmd3.irh;
673 sc->cmd.cmd3.ossp[0] = ossp0;
674 sc->cmd.cmd3.ossp[1] = ossp1;
677 rdp = (struct octeon_instr_rdp *)&sc->cmd.cmd3.rdp;
702 ih3 = (struct octeon_instr_ih3 *)&sc->cmd.cmd3.ih3;
706 sc->cmd.cmd3.dptr = sc->dmadptr;
709 irh = (struct octeon_instr_irh *)&sc->cmd.cmd3
[all...]
H A Dlio_iq.h225 struct lio_instr3_64B cmd3; member in union:lio_instr_64B
/freebsd-11-stable/usr.bin/mail/
H A DMakefile5 SRCS= version.c cmd1.c cmd2.c cmd3.c cmdtab.c collect.c edit.c fio.c \
/freebsd-11-stable/sys/contrib/octeon-sdk/
H A Dcvmx-cmd-queue.h521 * @param cmd3 Command
525 static inline cvmx_cmd_queue_result_t cvmx_cmd_queue_write3(cvmx_cmd_queue_id_t queue_id, int use_locking, uint64_t cmd1, uint64_t cmd2, uint64_t cmd3) argument
560 ptr[2] = cmd3;
584 *ptr++ = cmd3;
599 *ptr++ = cmd3;
/freebsd-11-stable/sys/dev/liquidio/
H A Dlio_rxtx.c147 ndata.cmd.cmd3.dptr = dptr;
181 ndata.cmd.cmd3.dptr = dptr;
187 irh = (struct octeon_instr_irh *)&ndata.cmd.cmd3.irh;
188 tx_info = (union lio_tx_info *)&ndata.cmd.cmd3.ossp[0];

Completed in 70 milliseconds