Lines Matching defs:port_id

333 rte_eth_find_next(uint16_t port_id)  in rte_eth_find_next()
349 #define RTE_ETH_FOREACH_VALID_DEV(port_id) \ argument
355 rte_eth_find_next_of(uint16_t port_id, const struct rte_device *parent) in rte_eth_find_next_of()
366 rte_eth_find_next_sibling(uint16_t port_id, uint16_t ref_port_id) in rte_eth_find_next_sibling()
459 eth_dev_get(uint16_t port_id) in eth_dev_get()
471 uint16_t port_id; in rte_eth_dev_allocate() local
593 rte_eth_dev_is_valid_port(uint16_t port_id) in rte_eth_dev_is_valid_port()
612 rte_eth_find_next_owned_by(uint16_t port_id, const uint64_t owner_id) in rte_eth_find_next_owned_by()
636 eth_dev_owner_set(const uint16_t port_id, const uint64_t old_owner_id, in eth_dev_owner_set()
676 rte_eth_dev_owner_set(const uint16_t port_id, in rte_eth_dev_owner_set()
692 rte_eth_dev_owner_unset(const uint16_t port_id, const uint64_t owner_id) in rte_eth_dev_owner_unset()
711 uint16_t port_id; in rte_eth_dev_owner_delete() local
739 rte_eth_dev_owner_get(const uint16_t port_id, struct rte_eth_dev_owner *owner) in rte_eth_dev_owner_get()
761 rte_eth_dev_socket_id(uint16_t port_id) in rte_eth_dev_socket_id()
768 rte_eth_dev_get_sec_ctx(uint16_t port_id) in rte_eth_dev_get_sec_ctx()
800 rte_eth_dev_get_name_by_port(uint16_t port_id, char *name) in rte_eth_dev_get_name_by_port()
819 rte_eth_dev_get_port_by_name(const char *name, uint16_t *port_id) in rte_eth_dev_get_port_by_name()
838 eth_err(uint16_t port_id, int ret) in eth_err()
900 uint16_t port_id; in eth_dev_validate_rx_queue() local
924 uint16_t port_id; in eth_dev_validate_tx_queue() local
946 rte_eth_dev_rx_queue_start(uint16_t port_id, uint16_t rx_queue_id) in rte_eth_dev_rx_queue_start()
987 rte_eth_dev_rx_queue_stop(uint16_t port_id, uint16_t rx_queue_id) in rte_eth_dev_rx_queue_stop()
1021 rte_eth_dev_tx_queue_start(uint16_t port_id, uint16_t tx_queue_id) in rte_eth_dev_tx_queue_start()
1060 rte_eth_dev_tx_queue_stop(uint16_t port_id, uint16_t tx_queue_id) in rte_eth_dev_tx_queue_stop()
1211 eth_dev_check_lro_pkt_size(uint16_t port_id, uint32_t config_size, in eth_dev_check_lro_pkt_size()
1257 eth_dev_validate_offloads(uint16_t port_id, uint64_t req_offloads, in eth_dev_validate_offloads()
1289 rte_eth_dev_configure(uint16_t port_id, uint16_t nb_rx_q, uint16_t nb_tx_q, in rte_eth_dev_configure()
1612 struct rte_eth_dev_info *dev_info, uint16_t port_id) in eth_dev_config_restore()
1677 rte_eth_dev_start(uint16_t port_id) in rte_eth_dev_start()
1736 rte_eth_dev_stop(uint16_t port_id) in rte_eth_dev_stop()
1761 rte_eth_dev_set_link_up(uint16_t port_id) in rte_eth_dev_set_link_up()
1774 rte_eth_dev_set_link_down(uint16_t port_id) in rte_eth_dev_set_link_down()
1787 rte_eth_dev_close(uint16_t port_id) in rte_eth_dev_close()
1808 rte_eth_dev_reset(uint16_t port_id) in rte_eth_dev_reset()
1830 rte_eth_dev_is_removed(uint16_t port_id) in rte_eth_dev_is_removed()
1924 rte_eth_rx_queue_setup(uint16_t port_id, uint16_t rx_queue_id, in rte_eth_rx_queue_setup()
2110 rte_eth_rx_hairpin_queue_setup(uint16_t port_id, uint16_t rx_queue_id, in rte_eth_rx_hairpin_queue_setup()
2182 rte_eth_tx_queue_setup(uint16_t port_id, uint16_t tx_queue_id, in rte_eth_tx_queue_setup()
2282 rte_eth_tx_hairpin_queue_setup(uint16_t port_id, uint16_t tx_queue_id, in rte_eth_tx_hairpin_queue_setup()
2399 rte_eth_hairpin_get_peer_ports(uint16_t port_id, uint16_t *peer_ports, in rte_eth_hairpin_get_peer_ports()
2466 rte_eth_tx_done_cleanup(uint16_t port_id, uint16_t queue_id, uint32_t free_cnt) in rte_eth_tx_done_cleanup()
2482 rte_eth_promiscuous_enable(uint16_t port_id) in rte_eth_promiscuous_enable()
2502 rte_eth_promiscuous_disable(uint16_t port_id) in rte_eth_promiscuous_disable()
2524 rte_eth_promiscuous_get(uint16_t port_id) in rte_eth_promiscuous_get()
2535 rte_eth_allmulticast_enable(uint16_t port_id) in rte_eth_allmulticast_enable()
2554 rte_eth_allmulticast_disable(uint16_t port_id) in rte_eth_allmulticast_disable()
2575 rte_eth_allmulticast_get(uint16_t port_id) in rte_eth_allmulticast_get()
2586 rte_eth_link_get(uint16_t port_id, struct rte_eth_link *eth_link) in rte_eth_link_get()
2606 rte_eth_link_get_nowait(uint16_t port_id, struct rte_eth_link *eth_link) in rte_eth_link_get_nowait()
2663 rte_eth_stats_get(uint16_t port_id, struct rte_eth_stats *stats) in rte_eth_stats_get()
2678 rte_eth_stats_reset(uint16_t port_id) in rte_eth_stats_reset()
2715 eth_dev_get_xstats_count(uint16_t port_id) in eth_dev_get_xstats_count()
2742 rte_eth_xstats_get_id_by_name(uint16_t port_id, const char *xstat_name, in rte_eth_xstats_get_id_by_name()
2830 rte_eth_xstats_get_names_by_id(uint16_t port_id, in rte_eth_xstats_get_names_by_id()
2938 rte_eth_xstats_get_names(uint16_t port_id, in rte_eth_xstats_get_names()
2975 eth_basic_stats_get(uint16_t port_id, struct rte_eth_xstat *xstats) in eth_basic_stats_get()
3030 rte_eth_xstats_get_by_id(uint16_t port_id, const uint64_t *ids, in rte_eth_xstats_get_by_id()
3122 rte_eth_xstats_get(uint16_t port_id, struct rte_eth_xstat *xstats, in rte_eth_xstats_get()
3176 rte_eth_xstats_reset(uint16_t port_id) in rte_eth_xstats_reset()
3192 eth_dev_set_queue_stats_mapping(uint16_t port_id, uint16_t queue_id, in eth_dev_set_queue_stats_mapping()
3218 rte_eth_dev_set_tx_queue_stats_mapping(uint16_t port_id, uint16_t tx_queue_id, in rte_eth_dev_set_tx_queue_stats_mapping()
3228 rte_eth_dev_set_rx_queue_stats_mapping(uint16_t port_id, uint16_t rx_queue_id, in rte_eth_dev_set_rx_queue_stats_mapping()
3237 rte_eth_dev_fw_version_get(uint16_t port_id, char *fw_version, size_t fw_size) in rte_eth_dev_fw_version_get()
3250 rte_eth_dev_info_get(uint16_t port_id, struct rte_eth_dev_info *dev_info) in rte_eth_dev_info_get()
3302 rte_eth_dev_get_supported_ptypes(uint16_t port_id, uint32_t ptype_mask, in rte_eth_dev_get_supported_ptypes()
3328 rte_eth_dev_set_ptypes(uint16_t port_id, uint32_t ptype_mask, in rte_eth_dev_set_ptypes()
3414 rte_eth_macaddr_get(uint16_t port_id, struct rte_ether_addr *mac_addr) in rte_eth_macaddr_get()
3426 rte_eth_dev_get_mtu(uint16_t port_id, uint16_t *mtu) in rte_eth_dev_get_mtu()
3438 rte_eth_dev_set_mtu(uint16_t port_id, uint16_t mtu) in rte_eth_dev_set_mtu()
3471 rte_eth_dev_vlan_filter(uint16_t port_id, uint16_t vlan_id, int on) in rte_eth_dev_vlan_filter()
3512 rte_eth_dev_set_vlan_strip_on_queue(uint16_t port_id, uint16_t rx_queue_id, in rte_eth_dev_set_vlan_strip_on_queue()
3531 rte_eth_dev_set_vlan_ether_type(uint16_t port_id, in rte_eth_dev_set_vlan_ether_type()
3546 rte_eth_dev_set_vlan_offload(uint16_t port_id, int offload_mask) in rte_eth_dev_set_vlan_offload()
3637 rte_eth_dev_get_vlan_offload(uint16_t port_id) in rte_eth_dev_get_vlan_offload()
3663 rte_eth_dev_set_vlan_pvid(uint16_t port_id, uint16_t pvid, int on) in rte_eth_dev_set_vlan_pvid()
3675 rte_eth_dev_flow_ctrl_get(uint16_t port_id, struct rte_eth_fc_conf *fc_conf) in rte_eth_dev_flow_ctrl_get()
3687 rte_eth_dev_flow_ctrl_set(uint16_t port_id, struct rte_eth_fc_conf *fc_conf) in rte_eth_dev_flow_ctrl_set()
3703 rte_eth_dev_priority_flow_ctrl_set(uint16_t port_id, in rte_eth_dev_priority_flow_ctrl_set()
3772 rte_eth_dev_rss_reta_update(uint16_t port_id, in rte_eth_dev_rss_reta_update()
3799 rte_eth_dev_rss_reta_query(uint16_t port_id, in rte_eth_dev_rss_reta_query()
3820 rte_eth_dev_rss_hash_update(uint16_t port_id, in rte_eth_dev_rss_hash_update()
3850 rte_eth_dev_rss_hash_conf_get(uint16_t port_id, in rte_eth_dev_rss_hash_conf_get()
3863 rte_eth_dev_udp_tunnel_port_add(uint16_t port_id, in rte_eth_dev_udp_tunnel_port_add()
3886 rte_eth_dev_udp_tunnel_port_delete(uint16_t port_id, in rte_eth_dev_udp_tunnel_port_delete()
3910 rte_eth_led_on(uint16_t port_id) in rte_eth_led_on()
3921 rte_eth_led_off(uint16_t port_id) in rte_eth_led_off()
3932 rte_eth_fec_get_capability(uint16_t port_id, in rte_eth_fec_get_capability()
3951 rte_eth_fec_get(uint16_t port_id, uint32_t *fec_capa) in rte_eth_fec_get()
3965 rte_eth_fec_set(uint16_t port_id, uint32_t fec_capa) in rte_eth_fec_set()
3980 eth_dev_get_mac_addr_index(uint16_t port_id, const struct rte_ether_addr *addr) in eth_dev_get_mac_addr_index()
4002 rte_eth_dev_mac_addr_add(uint16_t port_id, struct rte_ether_addr *addr, in rte_eth_dev_mac_addr_add()
4055 rte_eth_dev_mac_addr_remove(uint16_t port_id, struct rte_ether_addr *addr) in rte_eth_dev_mac_addr_remove()
4086 rte_eth_dev_default_mac_addr_set(uint16_t port_id, struct rte_ether_addr *addr) in rte_eth_dev_default_mac_addr_set()
4115 eth_dev_get_hash_mac_addr_index(uint16_t port_id, in eth_dev_get_hash_mac_addr_index()
4139 rte_eth_dev_uc_hash_table_set(uint16_t port_id, struct rte_ether_addr *addr, in rte_eth_dev_uc_hash_table_set()
4192 rte_eth_dev_uc_all_hash_table_set(uint16_t port_id, uint8_t on) in rte_eth_dev_uc_all_hash_table_set()
4205 int rte_eth_set_queue_rate_limit(uint16_t port_id, uint16_t queue_idx, in rte_eth_set_queue_rate_limit()
4242 rte_eth_mirror_rule_set(uint16_t port_id, in rte_eth_mirror_rule_set()
4283 rte_eth_mirror_rule_reset(uint16_t port_id, uint8_t rule_id) in rte_eth_mirror_rule_reset()
4305 rte_eth_dev_callback_register(uint16_t port_id, in rte_eth_dev_callback_register()
4367 rte_eth_dev_callback_unregister(uint16_t port_id, in rte_eth_dev_callback_unregister()
4462 rte_eth_dev_rx_intr_ctl(uint16_t port_id, int epfd, int op, void *data) in rte_eth_dev_rx_intr_ctl()
4499 rte_eth_dev_rx_intr_ctl_q_get_fd(uint16_t port_id, uint16_t queue_id) in rte_eth_dev_rx_intr_ctl_q_get_fd()
4536 eth_dev_dma_mzone_name(char *name, size_t len, uint16_t port_id, uint16_t queue_id, in eth_dev_dma_mzone_name()
4686 rte_eth_dev_rx_intr_ctl_q(uint16_t port_id, uint16_t queue_id, in rte_eth_dev_rx_intr_ctl_q()
4726 rte_eth_dev_rx_intr_enable(uint16_t port_id, in rte_eth_dev_rx_intr_enable()
4746 rte_eth_dev_rx_intr_disable(uint16_t port_id, in rte_eth_dev_rx_intr_disable()
4767 rte_eth_add_rx_callback(uint16_t port_id, uint16_t queue_id, in rte_eth_add_rx_callback()
4824 rte_eth_add_first_rx_callback(uint16_t port_id, uint16_t queue_id, in rte_eth_add_first_rx_callback()
4863 rte_eth_add_tx_callback(uint16_t port_id, uint16_t queue_id, in rte_eth_add_tx_callback()
4922 rte_eth_remove_rx_callback(uint16_t port_id, uint16_t queue_id, in rte_eth_remove_rx_callback()
4956 rte_eth_remove_tx_callback(uint16_t port_id, uint16_t queue_id, in rte_eth_remove_tx_callback()
4990 rte_eth_rx_queue_info_get(uint16_t port_id, uint16_t queue_id, in rte_eth_rx_queue_info_get()
5030 rte_eth_tx_queue_info_get(uint16_t port_id, uint16_t queue_id, in rte_eth_tx_queue_info_get()
5071 rte_eth_rx_burst_mode_get(uint16_t port_id, uint16_t queue_id, in rte_eth_rx_burst_mode_get()
5095 rte_eth_tx_burst_mode_get(uint16_t port_id, uint16_t queue_id, in rte_eth_tx_burst_mode_get()
5119 rte_eth_dev_set_mc_addr_list(uint16_t port_id, in rte_eth_dev_set_mc_addr_list()
5134 rte_eth_timesync_enable(uint16_t port_id) in rte_eth_timesync_enable()
5146 rte_eth_timesync_disable(uint16_t port_id) in rte_eth_timesync_disable()
5158 rte_eth_timesync_read_rx_timestamp(uint16_t port_id, struct timespec *timestamp, in rte_eth_timesync_read_rx_timestamp()
5172 rte_eth_timesync_read_tx_timestamp(uint16_t port_id, in rte_eth_timesync_read_tx_timestamp()
5186 rte_eth_timesync_adjust_time(uint16_t port_id, int64_t delta) in rte_eth_timesync_adjust_time()
5199 rte_eth_timesync_read_time(uint16_t port_id, struct timespec *timestamp) in rte_eth_timesync_read_time()
5212 rte_eth_timesync_write_time(uint16_t port_id, const struct timespec *timestamp) in rte_eth_timesync_write_time()
5225 rte_eth_read_clock(uint16_t port_id, uint64_t *clock) in rte_eth_read_clock()
5237 rte_eth_dev_get_reg_info(uint16_t port_id, struct rte_dev_reg_info *info) in rte_eth_dev_get_reg_info()
5249 rte_eth_dev_get_eeprom_length(uint16_t port_id) in rte_eth_dev_get_eeprom_length()
5261 rte_eth_dev_get_eeprom(uint16_t port_id, struct rte_dev_eeprom_info *info) in rte_eth_dev_get_eeprom()
5273 rte_eth_dev_set_eeprom(uint16_t port_id, struct rte_dev_eeprom_info *info) in rte_eth_dev_set_eeprom()
5285 rte_eth_dev_get_module_info(uint16_t port_id, in rte_eth_dev_get_module_info()
5298 rte_eth_dev_get_module_eeprom(uint16_t port_id, in rte_eth_dev_get_module_eeprom()
5311 rte_eth_dev_get_dcb_info(uint16_t port_id, in rte_eth_dev_get_dcb_info()
5339 rte_eth_dev_adjust_nb_rx_tx_desc(uint16_t port_id, in rte_eth_dev_adjust_nb_rx_tx_desc()
5362 rte_eth_dev_hairpin_capability_get(uint16_t port_id, in rte_eth_dev_hairpin_capability_get()
5394 rte_eth_dev_pool_ops_supported(uint16_t port_id, const char *pool) in rte_eth_dev_pool_ops_supported()
5565 int port_id; in eth_dev_handle_port_list() local
5593 int port_id, ret; in eth_dev_handle_port_stats() local
5631 int port_id, num_xstats; in eth_dev_handle_port_xstats() local
5681 int ret, port_id; in eth_dev_handle_port_link_status() local