| /dpdk/doc/guides/nics/ |
| H A D | features.rst | 33 * **[provides] rte_eth_dev_info**: ``speed_capa:RTE_ETH_LINK_SPEED_*``. 157 * **[provides] rte_eth_dev_info**: ``max_rx_pktlen``. 185 * **[provides] rte_eth_dev_info**: ``rx_offload_capa:RTE_ETH_RX_OFFLOAD_BUFFER_SPLIT``. 202 * **[provides] rte_eth_dev_info**: ``max_lro_pkt_size``. 281 * **[provides] rte_eth_dev_info**: ``flow_type_rss_offloads``. 306 * **[provides] rte_eth_dev_info**: ``hash_key_size``. 319 * **[provides] rte_eth_dev_info**: ``reta_size``. 628 * **[uses] rte_eth_dev_info**: ``dev_capa:RTE_ETH_DEV_CAPA_RXQ_SHARE``. 629 * **[uses] rte_eth_dev_info,rte_eth_switch_info**: ``rx_domain``, ``domain_id``. 895 * **[provides] rte_eth_dev_info**: ``dev_capa:RTE_ETH_DEV_CAPA_RUNTIME_RX_QUEUE_SETUP``. [all …]
|
| /dpdk/drivers/net/bnxt/ |
| H A D | rte_pmd_bnxt.c | 138 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 D | bnxt_reps.h | 27 struct rte_eth_dev_info *dev_info);
|
| /dpdk/app/test-pmd/ |
| H A D | util.c | 339 struct rte_eth_dev_info dev_info; in add_tx_md_callback() 360 struct rte_eth_dev_info dev_info; in remove_tx_md_callback() 395 struct rte_eth_dev_info dev_info; in add_tx_dynf_callback() 416 struct rte_eth_dev_info dev_info; in remove_tx_dynf_callback() 437 struct rte_eth_dev_info *dev_info) in eth_dev_info_get_print_err()
|
| H A D | testpmd.c | 974 struct rte_eth_dev_info dev_info; in dma_unmap_cb() 1016 struct rte_eth_dev_info dev_info; in dma_map_cb() 1245 struct rte_eth_dev_info dev_info; in get_allowed_max_nb_rxq() 1293 struct rte_eth_dev_info dev_info; in get_allowed_max_nb_txq() 1340 struct rte_eth_dev_info dev_info; in get_allowed_max_nb_rxd() 1364 struct rte_eth_dev_info dev_info; in get_allowed_min_nb_rxd() 1422 struct rte_eth_dev_info dev_info; in get_allowed_max_nb_txd() 1446 struct rte_eth_dev_info dev_info; in get_allowed_min_nb_txd() 3318 struct rte_eth_dev_info dev_info; in detach_port_device() 3522 struct rte_eth_dev_info dev_info; in rmv_port_callback() [all …]
|
| /dpdk/examples/ethtool/lib/ |
| H A D | rte_ethtool.c | 24 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()
|
| /dpdk/drivers/net/netvsc/ |
| H A D | hn_rndis.h | 19 struct rte_eth_dev_info *dev_info);
|
| H A D | hn_vf.c | 354 struct rte_eth_dev_info *info) in hn_vf_info_merge() 356 struct rte_eth_dev_info vf_info; in hn_vf_info_merge() 388 int hn_vf_info_get(struct hn_data *hv, struct rte_eth_dev_info *info) in hn_vf_info_get()
|
| /dpdk/drivers/net/hns3/ |
| H A D | hns3_common.h | 36 struct rte_eth_dev_info *info);
|
| /dpdk/drivers/net/bonding/ |
| H A D | rte_eth_bond_api.c | 288 const struct rte_eth_dev_info *di) in eth_bond_slave_inherit_dev_info_rx_first() 323 const struct rte_eth_dev_info *di) in eth_bond_slave_inherit_dev_info_tx_first() 355 const struct rte_eth_dev_info *di) in eth_bond_slave_inherit_dev_info_rx_next() 402 const struct rte_eth_dev_info *di) in eth_bond_slave_inherit_dev_info_tx_next() 465 struct rte_eth_dev_info dev_info; in __eth_bond_slave_add_lock_free()
|
| /dpdk/drivers/net/softnic/ |
| H A D | rte_eth_softnic_link.c | 57 struct rte_eth_dev_info port_info; in softnic_link_create()
|
| /dpdk/lib/port/ |
| H A D | rte_swx_port_ethdev.c | 49 struct rte_eth_dev_info info; in reader_create() 181 struct rte_eth_dev_info info; in writer_create()
|
| /dpdk/lib/latencystats/ |
| H A D | rte_latencystats.c | 262 struct rte_eth_dev_info dev_info; in rte_latencystats_init() 306 struct rte_eth_dev_info dev_info; in rte_latencystats_uninit()
|
| /dpdk/drivers/net/ark/ |
| H A D | ark_pktchkr.h | 59 struct rte_eth_dev_info *dev_info;
|
| H A D | ark_pktgen.h | 47 struct rte_eth_dev_info *dev_info;
|
| /dpdk/lib/ethdev/ |
| H A D | rte_ethdev.c | 1072 struct rte_eth_dev_info dev_info; in rte_eth_dev_configure() 1451 struct rte_eth_dev_info dev_info; in rte_eth_dev_start() 1718 struct rte_eth_dev_info dev_info; in rte_eth_rx_queue_setup() 1982 struct rte_eth_dev_info dev_info; in rte_eth_tx_queue_setup() 3303 struct rte_eth_dev_info dev_info; in rte_eth_macaddrs_get() 3364 struct rte_eth_dev_info dev_info; in rte_eth_dev_set_mtu() 3481 struct rte_eth_dev_info dev_info; in rte_eth_dev_set_vlan_offload() 3755 struct rte_eth_dev_info dev_info; in rte_eth_dev_priority_flow_ctrl_queue_configure() 4144 struct rte_eth_dev_info dev_info; in eth_dev_get_mac_addr_index() 4303 struct rte_eth_dev_info dev_info; in eth_dev_get_hash_mac_addr_index() [all …]
|
| H A D | rte_class_eth.c | 47 struct rte_eth_dev_info dev_info; in eth_mac_cmp()
|
| /dpdk/drivers/net/cxgbe/ |
| H A D | cxgbe_pfvf.h | 24 struct rte_eth_dev_info *device_info);
|
| /dpdk/drivers/net/mlx5/ |
| H A D | mlx5_ethdev.c | 236 mlx5_set_default_params(struct rte_eth_dev *dev, struct rte_eth_dev_info *info) in mlx5_set_default_params() 276 mlx5_set_txlimit_params(struct rte_eth_dev *dev, struct rte_eth_dev_info *info) in mlx5_set_txlimit_params() 312 mlx5_dev_infos_get(struct rte_eth_dev *dev, struct rte_eth_dev_info *info) in mlx5_dev_infos_get()
|
| /dpdk/drivers/net/sfc/ |
| H A D | sfc_dp_rx.h | 109 typedef void (sfc_dp_rx_get_dev_info_t)(struct rte_eth_dev_info *dev_info);
|
| /dpdk/examples/ip_pipeline/ |
| H A D | kni.c | 103 struct rte_eth_dev_info dev_info; in kni_create()
|
| /dpdk/examples/skeleton/ |
| H A D | basicfwd.c | 37 struct rte_eth_dev_info dev_info; in port_init()
|
| /dpdk/examples/l2fwd-event/ |
| H A D | l2fwd_common.c | 33 struct rte_eth_dev_info dev_info; in l2fwd_event_init_ports()
|
| /dpdk/app/test/ |
| H A D | test_link_bonding_rssconf.c | 51 struct rte_eth_dev_info dev_info; 63 struct rte_eth_dev_info bond_dev_info;
|
| H A D | test_kni.c | 427 struct rte_eth_dev_info info; in test_kni_processing() 546 struct rte_eth_dev_info info; in test_kni()
|