Home
last modified time | relevance | path

Searched refs:rte_eth_dev_info (Results 1 – 25 of 163) sorted by relevance

1234567

/f-stack/dpdk/doc/guides/nics/
H A Dfeatures.rst33 * **[provides] rte_eth_dev_info**: ``speed_capa:ETH_LINK_SPEED_*``.
157 * **[provides] rte_eth_dev_info**: ``max_rx_pktlen``.
170 * **[related] rte_eth_dev_info**: ``max_rx_pktlen``.
198 * **[provides] rte_eth_dev_info**: ``rx_offload_capa:RTE_ETH_RX_OFFLOAD_BUFFER_SPLIT``.
214 * **[provides] rte_eth_dev_info**: ``rx_offload_capa,rx_queue_offload_capa:DEV_RX_OFFLOAD_TCP_LRO…
215 * **[provides] rte_eth_dev_info**: ``max_lro_pkt_size``.
294 * **[provides] rte_eth_dev_info**: ``flow_type_rss_offloads``.
319 * **[provides] rte_eth_dev_info**: ``hash_key_size``.
332 * **[provides] rte_eth_dev_info**: ``reta_size``.
898 * **[provides] rte_eth_dev_info**: ``dev_capa:RTE_ETH_DEV_CAPA_RUNTIME_RX_QUEUE_SETUP``.
[all …]
/f-stack/dpdk/drivers/net/bnxt/
H A Drte_pmd_bnxt.c138 struct rte_eth_dev_info dev_info; in rte_pmd_bnxt_set_vf_mac_addr()
178 struct rte_eth_dev_info dev_info; in rte_pmd_bnxt_set_vf_rate_limit()
233 struct rte_eth_dev_info dev_info; in rte_pmd_bnxt_set_vf_mac_anti_spoof()
293 struct rte_eth_dev_info dev_info; in rte_pmd_bnxt_set_vf_vlan_anti_spoof()
354 struct rte_eth_dev_info dev_info; in rte_pmd_bnxt_set_vf_vlan_stripq()
397 struct rte_eth_dev_info dev_info; in rte_pmd_bnxt_set_vf_rxmode()
591 struct rte_eth_dev_info dev_info; in rte_pmd_bnxt_get_vf_stats()
627 struct rte_eth_dev_info dev_info; in rte_pmd_bnxt_reset_vf_stats()
661 struct rte_eth_dev_info dev_info; in rte_pmd_bnxt_get_vf_rx_status()
696 struct rte_eth_dev_info dev_info; in rte_pmd_bnxt_get_vf_tx_drop_count()
[all …]
H A Dbnxt_reps.h27 struct rte_eth_dev_info *dev_info);
/f-stack/dpdk/app/test-pmd/
H A Dutil.c276 struct rte_eth_dev_info dev_info; in add_tx_md_callback()
297 struct rte_eth_dev_info dev_info; in remove_tx_md_callback()
332 struct rte_eth_dev_info dev_info; in add_tx_dynf_callback()
353 struct rte_eth_dev_info dev_info; in remove_tx_dynf_callback()
374 struct rte_eth_dev_info *dev_info) in eth_dev_info_get_print_err()
/f-stack/dpdk/drivers/net/netvsc/
H A Dhn_rndis.h19 struct rte_eth_dev_info *dev_info);
H A Dhn_vf.c172 struct rte_eth_dev_info *info) in hn_vf_info_merge()
174 struct rte_eth_dev_info vf_info; in hn_vf_info_merge()
206 int hn_vf_info_get(struct hn_data *hv, struct rte_eth_dev_info *info) in hn_vf_info_get()
/f-stack/dpdk/examples/ethtool/lib/
H A Drte_ethtool.c24 struct rte_eth_dev_info dev_info; in rte_ethtool_get_drvinfo()
387 struct rte_eth_dev_info dev_info; in rte_ethtool_net_set_rx_mode()
418 struct rte_eth_dev_info dev_info; in rte_ethtool_get_ringparam()
/f-stack/dpdk/drivers/net/softnic/
H A Drte_eth_softnic_link.c57 struct rte_eth_dev_info port_info; in softnic_link_create()
/f-stack/dpdk/drivers/net/cxgbe/
H A Dcxgbe_pfvf.h24 struct rte_eth_dev_info *device_info);
/f-stack/dpdk/drivers/net/bonding/
H A Drte_eth_bond_api.c282 const struct rte_eth_dev_info *di) in eth_bond_slave_inherit_dev_info_rx_first()
316 const struct rte_eth_dev_info *di) in eth_bond_slave_inherit_dev_info_tx_first()
348 const struct rte_eth_dev_info *di) in eth_bond_slave_inherit_dev_info_rx_next()
390 const struct rte_eth_dev_info *di) in eth_bond_slave_inherit_dev_info_tx_next()
453 struct rte_eth_dev_info dev_info; in __eth_bond_slave_add_lock_free()
/f-stack/dpdk/drivers/net/mlx5/
H A Dmlx5_ethdev.c214 mlx5_set_default_params(struct rte_eth_dev *dev, struct rte_eth_dev_info *info) in mlx5_set_default_params()
254 mlx5_set_txlimit_params(struct rte_eth_dev *dev, struct rte_eth_dev_info *info) in mlx5_set_txlimit_params()
290 mlx5_dev_infos_get(struct rte_eth_dev *dev, struct rte_eth_dev_info *info) in mlx5_dev_infos_get()
/f-stack/dpdk/lib/librte_port/
H A Drte_swx_port_ethdev.c49 struct rte_eth_dev_info info; in reader_create()
181 struct rte_eth_dev_info info; in writer_create()
/f-stack/dpdk/drivers/net/ark/
H A Dark_pktchkr.h59 struct rte_eth_dev_info *dev_info;
H A Dark_pktgen.h47 struct rte_eth_dev_info *dev_info;
/f-stack/dpdk/lib/librte_latencystats/
H A Drte_latencystats.c266 struct rte_eth_dev_info dev_info; in rte_latencystats_init()
310 struct rte_eth_dev_info dev_info; in rte_latencystats_uninit()
/f-stack/dpdk/examples/l2fwd-event/
H A Dl2fwd_common.c34 struct rte_eth_dev_info dev_info; in l2fwd_event_init_ports()
/f-stack/dpdk/drivers/net/sfc/
H A Dsfc_dp_rx.h102 typedef void (sfc_dp_rx_get_dev_info_t)(struct rte_eth_dev_info *dev_info);
H A Dsfc_dp_tx.h90 typedef void (sfc_dp_tx_get_dev_info_t)(struct rte_eth_dev_info *dev_info);
/f-stack/dpdk/lib/librte_ethdev/
H A Drte_class_eth.c47 struct rte_eth_dev_info dev_info; in eth_mac_cmp()
/f-stack/dpdk/examples/ip_pipeline/
H A Dkni.c103 struct rte_eth_dev_info dev_info; in kni_create()
/f-stack/dpdk/doc/guides/rel_notes/
H A Ddeprecation.rst88 ``(struct rte_eth_dev_info).max_rx_pktlen`` will be kept,
90 ``(struct rte_eth_dev_info).max_rx_pktlen - (struct rte_eth_dev_info).max_mtu``
/f-stack/dpdk/examples/skeleton/
H A Dbasicfwd.c41 struct rte_eth_dev_info dev_info; in port_init()
/f-stack/dpdk/app/test-eventdev/
H A Dtest_pipeline_common.c201 struct rte_eth_dev_info dev_info; in pipeline_ethdev_setup()
456 struct rte_eth_dev_info dev_info; in pipeline_mempool_setup()
/f-stack/dpdk/app/test/
H A Dtest_kni.c427 struct rte_eth_dev_info info; in test_kni_processing()
546 struct rte_eth_dev_info info; in test_kni()
H A Dtest_link_bonding_rssconf.c51 struct rte_eth_dev_info dev_info;
63 struct rte_eth_dev_info bond_dev_info;

1234567