Lines Matching refs:rte_eth_devices
43 struct rte_eth_dev rte_eth_devices[RTE_MAX_ETHPORTS]; variable
335 rte_eth_devices[port_id].state == RTE_ETH_DEV_UNUSED) in rte_eth_find_next()
358 rte_eth_devices[port_id].device != parent) in rte_eth_find_next_of()
369 rte_eth_devices[ref_port_id].device); in rte_eth_find_next_sibling()
382 (rte_eth_devices[port_id].state == RTE_ETH_DEV_UNUSED)) in rte_eth_dev_is_valid_port()
402 rte_eth_devices[port_id].data->owner.id != owner_id) in rte_eth_find_next_owned_by()
430 struct rte_eth_dev *ethdev = &rte_eth_devices[port_id]; in eth_dev_owner_set()
454 port_owner = &rte_eth_devices[port_id].data->owner; in eth_dev_owner_set()
519 rte_eth_devices[port_id].data; in rte_eth_dev_owner_delete()
545 ethdev = &rte_eth_devices[port_id]; in rte_eth_dev_owner_get()
572 return rte_eth_devices[port_id].data->numa_node; in rte_eth_dev_socket_id()
579 return rte_eth_devices[port_id].security_ctx; in rte_eth_dev_get_sec_ctx()
717 dev = &rte_eth_devices[port_id]; in rte_eth_dev_rx_queue_start()
756 dev = &rte_eth_devices[port_id]; in rte_eth_dev_rx_queue_stop()
788 dev = &rte_eth_devices[port_id]; in rte_eth_dev_tx_queue_start()
827 dev = &rte_eth_devices[port_id]; in rte_eth_dev_tx_queue_stop()
1079 dev = &rte_eth_devices[port_id]; in rte_eth_dev_configure()
1456 dev = &rte_eth_devices[port_id]; in rte_eth_dev_start()
1522 dev = &rte_eth_devices[port_id]; in rte_eth_dev_stop()
1549 dev = &rte_eth_devices[port_id]; in rte_eth_dev_set_link_up()
1561 dev = &rte_eth_devices[port_id]; in rte_eth_dev_set_link_down()
1575 dev = &rte_eth_devices[port_id]; in rte_eth_dev_close()
1601 dev = &rte_eth_devices[port_id]; in rte_eth_dev_reset()
1623 dev = &rte_eth_devices[port_id]; in rte_eth_dev_is_removed()
1722 dev = &rte_eth_devices[port_id]; in rte_eth_rx_queue_setup()
1915 dev = &rte_eth_devices[port_id]; in rte_eth_rx_hairpin_queue_setup()
1987 dev = &rte_eth_devices[port_id]; in rte_eth_tx_queue_setup()
2081 dev = &rte_eth_devices[port_id]; in rte_eth_tx_hairpin_queue_setup()
2149 dev = &rte_eth_devices[tx_port]; in rte_eth_hairpin_bind()
2173 dev = &rte_eth_devices[tx_port]; in rte_eth_hairpin_unbind()
2198 dev = &rte_eth_devices[port_id]; in rte_eth_hairpin_get_peer_ports()
2284 dev = &rte_eth_devices[port_id]; in rte_eth_tx_done_cleanup()
2301 dev = &rte_eth_devices[port_id]; in rte_eth_promiscuous_enable()
2321 dev = &rte_eth_devices[port_id]; in rte_eth_promiscuous_disable()
2342 dev = &rte_eth_devices[port_id]; in rte_eth_promiscuous_get()
2354 dev = &rte_eth_devices[port_id]; in rte_eth_allmulticast_enable()
2373 dev = &rte_eth_devices[port_id]; in rte_eth_allmulticast_disable()
2393 dev = &rte_eth_devices[port_id]; in rte_eth_allmulticast_get()
2404 dev = &rte_eth_devices[port_id]; in rte_eth_link_get()
2429 dev = &rte_eth_devices[port_id]; in rte_eth_link_get_nowait()
2507 dev = &rte_eth_devices[port_id]; in rte_eth_stats_get()
2529 dev = &rte_eth_devices[port_id]; in rte_eth_stats_reset()
2566 dev = &rte_eth_devices[port_id]; in eth_dev_get_xstats_count()
2687 dev = &rte_eth_devices[port_id]; in rte_eth_xstats_get_names_by_id()
2796 dev = &rte_eth_devices[port_id]; in rte_eth_xstats_get_names()
2831 dev = &rte_eth_devices[port_id]; in eth_basic_stats_get()
2886 dev = &rte_eth_devices[port_id]; in rte_eth_xstats_get_by_id()
2976 dev = &rte_eth_devices[port_id]; in rte_eth_xstats_get()
3024 dev = &rte_eth_devices[port_id]; in rte_eth_xstats_reset()
3041 dev = &rte_eth_devices[port_id]; in eth_dev_set_queue_stats_mapping()
3080 dev = &rte_eth_devices[port_id]; in rte_eth_dev_fw_version_get()
3108 dev = &rte_eth_devices[port_id]; in rte_eth_dev_info_get()
3159 dev = &rte_eth_devices[port_id]; in rte_eth_dev_conf_get()
3182 dev = &rte_eth_devices[port_id]; in rte_eth_dev_get_supported_ptypes()
3227 dev = &rte_eth_devices[port_id]; in rte_eth_dev_set_ptypes()
3315 dev = &rte_eth_devices[port_id]; in rte_eth_macaddrs_get()
3328 dev = &rte_eth_devices[port_id]; in rte_eth_macaddr_get()
3348 dev = &rte_eth_devices[port_id]; in rte_eth_dev_get_mtu()
3368 dev = &rte_eth_devices[port_id]; in rte_eth_dev_set_mtu()
3408 dev = &rte_eth_devices[port_id]; in rte_eth_dev_vlan_filter()
3450 dev = &rte_eth_devices[port_id]; in rte_eth_dev_set_vlan_strip_on_queue()
3471 dev = &rte_eth_devices[port_id]; in rte_eth_dev_set_vlan_ether_type()
3491 dev = &rte_eth_devices[port_id]; in rte_eth_dev_set_vlan_offload()
3577 dev = &rte_eth_devices[port_id]; in rte_eth_dev_get_vlan_offload()
3601 dev = &rte_eth_devices[port_id]; in rte_eth_dev_set_vlan_pvid()
3613 dev = &rte_eth_devices[port_id]; in rte_eth_dev_flow_ctrl_get()
3633 dev = &rte_eth_devices[port_id]; in rte_eth_dev_flow_ctrl_set()
3658 dev = &rte_eth_devices[port_id]; in rte_eth_dev_priority_flow_ctrl_set()
3736 dev = &rte_eth_devices[port_id]; in rte_eth_dev_priority_flow_ctrl_queue_info_get()
3760 dev = &rte_eth_devices[port_id]; in rte_eth_dev_priority_flow_ctrl_queue_configure()
3875 dev = &rte_eth_devices[port_id]; in rte_eth_dev_rss_reta_update()
3922 dev = &rte_eth_devices[port_id]; in rte_eth_dev_rss_reta_query()
3951 dev = &rte_eth_devices[port_id]; in rte_eth_dev_rss_hash_update()
3992 dev = &rte_eth_devices[port_id]; in rte_eth_dev_rss_hash_conf_get()
4013 dev = &rte_eth_devices[port_id]; in rte_eth_dev_udp_tunnel_port_add()
4039 dev = &rte_eth_devices[port_id]; in rte_eth_dev_udp_tunnel_port_delete()
4064 dev = &rte_eth_devices[port_id]; in rte_eth_led_on()
4076 dev = &rte_eth_devices[port_id]; in rte_eth_led_off()
4091 dev = &rte_eth_devices[port_id]; in rte_eth_fec_get_capability()
4112 dev = &rte_eth_devices[port_id]; in rte_eth_fec_get()
4131 dev = &rte_eth_devices[port_id]; in rte_eth_fec_set()
4145 struct rte_eth_dev *dev = &rte_eth_devices[port_id]; in eth_dev_get_mac_addr_index()
4173 dev = &rte_eth_devices[port_id]; in rte_eth_dev_mac_addr_add()
4231 dev = &rte_eth_devices[port_id]; in rte_eth_dev_mac_addr_remove()
4270 dev = &rte_eth_devices[port_id]; in rte_eth_dev_default_mac_addr_set()
4304 struct rte_eth_dev *dev = &rte_eth_devices[port_id]; in eth_dev_get_hash_mac_addr_index()
4332 dev = &rte_eth_devices[port_id]; in rte_eth_dev_uc_hash_table_set()
4389 dev = &rte_eth_devices[port_id]; in rte_eth_dev_uc_all_hash_table_set()
4405 dev = &rte_eth_devices[port_id]; in rte_eth_set_queue_rate_limit()
4445 TAILQ_INIT(&rte_eth_devices[i].link_intr_cbs); in RTE_INIT()
4480 dev = &rte_eth_devices[next_port]; in rte_eth_dev_callback_register()
4547 dev = &rte_eth_devices[next_port]; in rte_eth_dev_callback_unregister()
4585 dev = &rte_eth_devices[port_id]; in rte_eth_dev_rx_intr_ctl()
4621 dev = &rte_eth_devices[port_id]; in rte_eth_dev_rx_intr_ctl_q_get_fd()
4657 dev = &rte_eth_devices[port_id]; in rte_eth_dev_rx_intr_ctl_q()
4695 dev = &rte_eth_devices[port_id]; in rte_eth_dev_rx_intr_enable()
4713 dev = &rte_eth_devices[port_id]; in rte_eth_dev_rx_intr_disable()
4736 queue_id >= rte_eth_devices[port_id].data->nb_rx_queues) { in rte_eth_add_rx_callback()
4740 dev = &rte_eth_devices[port_id]; in rte_eth_add_rx_callback()
4758 rte_eth_devices[port_id].post_rx_burst_cbs[queue_id]; in rte_eth_add_rx_callback()
4765 &rte_eth_devices[port_id].post_rx_burst_cbs[queue_id], in rte_eth_add_rx_callback()
4791 queue_id >= rte_eth_devices[port_id].data->nb_rx_queues) { in rte_eth_add_first_rx_callback()
4808 cb->next = rte_eth_devices[port_id].post_rx_burst_cbs[queue_id]; in rte_eth_add_first_rx_callback()
4813 &rte_eth_devices[port_id].post_rx_burst_cbs[queue_id], in rte_eth_add_first_rx_callback()
4832 queue_id >= rte_eth_devices[port_id].data->nb_tx_queues) { in rte_eth_add_tx_callback()
4837 dev = &rte_eth_devices[port_id]; in rte_eth_add_tx_callback()
4856 rte_eth_devices[port_id].pre_tx_burst_cbs[queue_id]; in rte_eth_add_tx_callback()
4863 &rte_eth_devices[port_id].pre_tx_burst_cbs[queue_id], in rte_eth_add_tx_callback()
4889 queue_id >= rte_eth_devices[port_id].data->nb_rx_queues) in rte_eth_remove_rx_callback()
4892 struct rte_eth_dev *dev = &rte_eth_devices[port_id]; in rte_eth_remove_rx_callback()
4923 queue_id >= rte_eth_devices[port_id].data->nb_tx_queues) in rte_eth_remove_tx_callback()
4926 struct rte_eth_dev *dev = &rte_eth_devices[port_id]; in rte_eth_remove_tx_callback()
4954 dev = &rte_eth_devices[port_id]; in rte_eth_rx_queue_info_get()
4999 dev = &rte_eth_devices[port_id]; in rte_eth_tx_queue_info_get()
5044 dev = &rte_eth_devices[port_id]; in rte_eth_rx_burst_mode_get()
5071 dev = &rte_eth_devices[port_id]; in rte_eth_tx_burst_mode_get()
5098 dev = &rte_eth_devices[port_id]; in rte_eth_get_monitor_addr()
5125 dev = &rte_eth_devices[port_id]; in rte_eth_dev_set_mc_addr_list()
5138 dev = &rte_eth_devices[port_id]; in rte_eth_timesync_enable()
5150 dev = &rte_eth_devices[port_id]; in rte_eth_timesync_disable()
5163 dev = &rte_eth_devices[port_id]; in rte_eth_timesync_read_rx_timestamp()
5184 dev = &rte_eth_devices[port_id]; in rte_eth_timesync_read_tx_timestamp()
5204 dev = &rte_eth_devices[port_id]; in rte_eth_timesync_adjust_time()
5216 dev = &rte_eth_devices[port_id]; in rte_eth_timesync_read_time()
5236 dev = &rte_eth_devices[port_id]; in rte_eth_timesync_write_time()
5256 dev = &rte_eth_devices[port_id]; in rte_eth_read_clock()
5274 dev = &rte_eth_devices[port_id]; in rte_eth_dev_get_reg_info()
5293 dev = &rte_eth_devices[port_id]; in rte_eth_dev_get_eeprom_length()
5305 dev = &rte_eth_devices[port_id]; in rte_eth_dev_get_eeprom()
5324 dev = &rte_eth_devices[port_id]; in rte_eth_dev_set_eeprom()
5344 dev = &rte_eth_devices[port_id]; in rte_eth_dev_get_module_info()
5364 dev = &rte_eth_devices[port_id]; in rte_eth_dev_get_module_eeprom()
5398 dev = &rte_eth_devices[port_id]; in rte_eth_dev_get_dcb_info()
5456 dev = &rte_eth_devices[port_id]; in rte_eth_dev_hairpin_capability_get()
5476 dev = &rte_eth_devices[port_id]; in rte_eth_dev_pool_ops_supported()
5665 eth_dev = &rte_eth_devices[port_id]; in eth_dev_handle_port_info()
5735 dev = &rte_eth_devices[port_id]; in rte_eth_representor_info_get()
5747 dev = &rte_eth_devices[port_id]; in rte_eth_rx_metadata_negotiate()
5773 dev = &rte_eth_devices[port_id]; in rte_eth_ip_reassembly_capability_get()
5803 dev = &rte_eth_devices[port_id]; in rte_eth_ip_reassembly_conf_get()
5832 dev = &rte_eth_devices[port_id]; in rte_eth_ip_reassembly_conf_set()
5868 dev = &rte_eth_devices[port_id]; in rte_eth_dev_priv_dump()