Home
last modified time | relevance | path

Searched refs:pull (Results 1 – 14 of 14) sorted by relevance

/dpdk/drivers/bus/fslmc/qbman/
H A Dqbman_portal.c1819 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 Dmeson.build33 # If we're on X86, pull in the x86 code for the branch monitor algo.
/dpdk/kernel/freebsd/
H A Dmeson.build9 # right now, which allows us to simplify things. We pull in the sourcer
/dpdk/drivers/bus/fslmc/qbman/include/
H A Dfsl_qbman_portal.h310 struct pull { struct
319 } pull; member
/dpdk/lib/ethdev/
H A Drte_flow_driver.h231 int (*pull) member
H A Drte_flow.c1791 ret = ops->pull(dev, queue_id, res, n_res, error); in rte_flow_pull()
/dpdk/drivers/
H A Dmeson.build119 # pull in driver directory which should update all the local variables
/dpdk/.github/workflows/
H A Dbuild.yml185 docker pull registry.fedoraproject.org/${{ matrix.config.image }}
/dpdk/doc/guides/nics/
H A Dtap.rst178 Build DPDK, then pull down Pktgen and build pktgen using the DPDK SDK/Target
H A Ddpaa2.rst478 of the packet pull command which is issued in the previous cycle.
/dpdk/doc/guides/testpmd_app_ug/
H A Dtestpmd_funcs.rst3407 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 Dmlx5_flow.h1552 mlx5_flow_pull_t pull; member
H A Dmlx5_flow_hw.c2325 .pull = flow_hw_pull,
H A Dmlx5_flow.c972 .pull = mlx5_flow_pull,
8654 return fops->pull(dev, queue, res, n_res, error); in mlx5_flow_pull()