Searched refs:pull (Results 1 – 14 of 14) sorted by relevance
| /dpdk/drivers/bus/fslmc/qbman/ |
| H A D | qbman_portal.c | 1819 d->pull.rsp_addr_virt = (size_t)storage; in qbman_pull_desc_set_storage() 1825 d->pull.verb |= 1 << QB_VDQCR_VERB_RLS_SHIFT; in qbman_pull_desc_set_storage() 1831 d->pull.rsp_addr = storage_phys; in qbman_pull_desc_set_storage() 1837 d->pull.numf = numframes - 1; in qbman_pull_desc_set_numframes() 1842 d->pull.tok = token; in qbman_pull_desc_set_token() 1849 d->pull.dq_src = fqid; in qbman_pull_desc_set_fq() 1857 d->pull.dq_src = wqid; in qbman_pull_desc_set_wq() 1865 d->pull.dq_src = chid; in qbman_pull_desc_set_channel() 1897 d->pull.tok = s->sys.idx + 1; in qbman_swp_pull_direct() 1922 d->pull.tok = s->sys.idx + 1; in qbman_swp_pull_cinh_direct() [all …]
|
| /dpdk/examples/vm_power_manager/ |
| H A D | meson.build | 33 # If we're on X86, pull in the x86 code for the branch monitor algo.
|
| /dpdk/kernel/freebsd/ |
| H A D | meson.build | 9 # right now, which allows us to simplify things. We pull in the sourcer
|
| /dpdk/drivers/bus/fslmc/qbman/include/ |
| H A D | fsl_qbman_portal.h | 310 struct pull { struct 319 } pull; member
|
| /dpdk/lib/ethdev/ |
| H A D | rte_flow_driver.h | 231 int (*pull) member
|
| H A D | rte_flow.c | 1791 ret = ops->pull(dev, queue_id, res, n_res, error); in rte_flow_pull()
|
| /dpdk/drivers/ |
| H A D | meson.build | 119 # pull in driver directory which should update all the local variables
|
| /dpdk/.github/workflows/ |
| H A D | build.yml | 185 docker pull registry.fedoraproject.org/${{ matrix.config.image }}
|
| /dpdk/doc/guides/nics/ |
| H A D | tap.rst | 178 Build DPDK, then pull down Pktgen and build pktgen using the DPDK SDK/Target
|
| H A D | dpaa2.rst | 478 of the packet pull command which is issued in the previous cycle.
|
| /dpdk/doc/guides/testpmd_app_ug/ |
| H A D | testpmd_funcs.rst | 3407 flow pull {port_id} queue {queue_id} 3647 ``flow pull`` asks the underlying device about flow queue operations 3651 flow pull {port_id} queue {queue_id} 3791 ``flow queue pull`` must be called to retrieve the operation status. 4534 ``flow queue pull`` must be called to retrieve the operation status. 4818 ``flow queue pull`` must be called to retrieve the operation status. 4866 ``flow queue pull`` must be called to retrieve the operation status. 4910 ``flow queue pull`` must be called to retrieve the operation status.
|
| /dpdk/drivers/net/mlx5/ |
| H A D | mlx5_flow.h | 1552 mlx5_flow_pull_t pull; member
|
| H A D | mlx5_flow_hw.c | 2325 .pull = flow_hw_pull,
|
| H A D | mlx5_flow.c | 972 .pull = mlx5_flow_pull, 8654 return fops->pull(dev, queue, res, n_res, error); in mlx5_flow_pull()
|