Home
last modified time | relevance | path

Searched refs:cmd3 (Results 1 – 3 of 3) sorted by relevance

/f-stack/freebsd/contrib/octeon-sdk/
H A Dcvmx-cmd-queue.h525 …_write3(cvmx_cmd_queue_id_t queue_id, int use_locking, uint64_t cmd1, uint64_t cmd2, uint64_t cmd3) in cvmx_cmd_queue_write3() argument
560 ptr[2] = cmd3; in cvmx_cmd_queue_write3()
584 *ptr++ = cmd3; in cvmx_cmd_queue_write3()
599 *ptr++ = cmd3; in cvmx_cmd_queue_write3()
/f-stack/dpdk/drivers/net/liquidio/
H A Dlio_rxtx.h124 struct lio_instr3_64B cmd3; member
514 ih3 = (struct octeon_instr_ih3 *)&cmd->cmd3.ih3; in lio_prepare_pci_cmd()
515 pki_ih3 = (struct octeon_instr_pki_ih3 *)&cmd->cmd3.pki_ih3; in lio_prepare_pci_cmd()
549 irh = (struct octeon_instr_irh *)&cmd->cmd3.irh; in lio_prepare_pci_cmd()
H A Dlio_rxtx.c992 irh = (struct octeon_instr_irh *)&sc->cmd.cmd3.irh; in lio_process_iq_request_list()
1150 irh = (struct octeon_instr_irh *)&sc->cmd.cmd3.irh; in lio_prepare_soft_command()
1156 sc->cmd.cmd3.ossp[0] = ossp0; in lio_prepare_soft_command()
1157 sc->cmd.cmd3.ossp[1] = ossp1; in lio_prepare_soft_command()
1160 rdp = (struct octeon_instr_rdp *)&sc->cmd.cmd3.rdp; in lio_prepare_soft_command()
1181 ih3 = (struct octeon_instr_ih3 *)&sc->cmd.cmd3.ih3; in lio_send_soft_command()
1184 sc->cmd.cmd3.dptr = sc->dmadptr; in lio_send_soft_command()
1187 irh = (struct octeon_instr_irh *)&sc->cmd.cmd3.irh; in lio_send_soft_command()
1192 sc->cmd.cmd3.rptr = sc->dmarptr; in lio_send_soft_command()
1692 ndata.cmd.cmd3.dptr = rte_mbuf_data_iova(m); in lio_dev_xmit_pkts()
[all …]