Home
last modified time | relevance | path

Searched refs:api (Results 1 – 24 of 24) sorted by relevance

/dpdk/doc/api/
H A Dmeson.build35 cdata.set('API_EXAMPLES', join_paths(dpdk_build_root, 'doc', 'api', 'examples.dox'))
36 cdata.set('OUTPUT', join_paths(dpdk_build_root, 'doc', 'api'))
39 cdata.set('STRIP_FROM_PATH', ' '.join([dpdk_source_root, join_paths(dpdk_build_root, 'doc', 'api')]…
45 doxy_conf = configure_file(input: 'doxy-api.conf.in',
46 output: 'doxy-api.conf',
51 depend_files: 'doxy-api-index.md',
H A Ddoxy-api.conf.in6 USE_MDFILE_AS_MAINPAGE = @TOPDIR@/doc/api/doxy-api-index.md
7 INPUT = @TOPDIR@/doc/api/doxy-api-index.md \
/dpdk/drivers/net/ixgbe/base/
H A Dixgbe_hv_vf.c191 static int ixgbevf_hv_negotiate_api_version_vf(struct ixgbe_hw *hw, int api) in ixgbevf_hv_negotiate_api_version_vf() argument
196 if (api != ixgbe_mbox_api_10) in ixgbevf_hv_negotiate_api_version_vf()
H A Dixgbe_vf.c670 int ixgbevf_negotiate_api_version(struct ixgbe_hw *hw, int api) in ixgbevf_negotiate_api_version() argument
677 msg[1] = api; in ixgbevf_negotiate_api_version()
686 hw->api_version = api; in ixgbevf_negotiate_api_version()
H A Dixgbe_vf.h112 int ixgbevf_negotiate_api_version(struct ixgbe_hw *hw, int api);
H A Dixgbe_type.h3947 s32 (*negotiate_api_version)(struct ixgbe_hw *hw, int api);
/dpdk/doc/
H A Dmeson.build6 subdir('api') subdir
/dpdk/drivers/net/txgbe/base/
H A Dtxgbe_vf.c576 int txgbevf_negotiate_api_version(struct txgbe_hw *hw, int api) in txgbevf_negotiate_api_version() argument
583 msg[1] = api; in txgbevf_negotiate_api_version()
592 hw->api_version = api; in txgbevf_negotiate_api_version()
H A Dtxgbe_vf.h58 int txgbevf_negotiate_api_version(struct txgbe_hw *hw, int api);
H A Dtxgbe_type.h536 s32 (*negotiate_api_version)(struct txgbe_hw *hw, int api);
/dpdk/doc/guides/prog_guide/
H A Dtelemetry_lib.rst43 <https://doc.dpdk.org/api/rte__telemetry_8h.html#a41dc74d561442bb6184ee6dd1f9b5bcc>`_
143 please refer to the `API doc <https://doc.dpdk.org/api/rte__telemetry_8h.html>`_
H A Devent_ethernet_rx_adapter.rst66 it can use the ``rte_event_eth_rx_adapter_create_with_params()`` api. The event
H A Dcryptodev_lib.rst1186 `DPDK API Reference <https://doc.dpdk.org/api/>`_
/dpdk/doc/guides/contributing/
H A Ddocumentation.rst29 |-- api
46 The configuration files that are used to control the Doxygen output are in the ``doc/api`` director…
85 …The `API index page <https://doc.dpdk.org/api/>`_ shows the generated API documentation with relat…
185 The output is generated in the directories ``build/doc/html/{api,guides}``.
586 …cumented with Doxygen should be added to the Doxygen configuration file: ``doc/api/doxy-api.conf``.
652 …`online section of the rte_ethdev.h docs <https://doc.dpdk.org/api/rte__ethdev_8h.html>`_ that con…
H A Dabi_versioning.rst187 wishes to enhance the acl api so that a debugging flag can be enabled on a
/dpdk/doc/guides/linux_gsg/
H A Dintro.rst33 * `API Reference <../../../api/html/index.html>`_: Provides detailed information about DPDK funct…
/dpdk/doc/guides/freebsd_gsg/
H A Dintro.rst50 * `API Reference <../../../api/html/index.html>`_: Provides detailed information about DPDK funct…
/dpdk/doc/guides/sample_app_ug/
H A Ddist_app.rst88 The distributor thread will then call the distributor api
/dpdk/doc/guides/rel_notes/
H A Drelease_20_02.rst25 * **Updated rte_flow api to support L2TPv3 over IP flows.**
H A Drelease_18_02.rst147 With this change, applications can use the OPDL PMD via the eventdev api.
/dpdk/doc/guides/nics/
H A Denic.rst202 .. _enic-generic-flow-api:
H A Dmlx5.rst1591 - call rte_flow_dev_dump api:
/dpdk/lib/vhost/
H A Dvhost_user.c2545 api_struct.api = UFFD_API; in vhost_user_set_postcopy_advise()
/dpdk/doc/guides/testpmd_app_ug/
H A Dtestpmd_funcs.rst4708 ``flow aged`` simply lists aged flow rules be get from api ``rte_flow_get_aged_flows``,