Home
last modified time | relevance | path

Searched defs:port_id (Results 1 – 25 of 299) sorted by relevance

12345678910>>...12

/f-stack/dpdk/examples/ethtool/lib/
H A Drte_ethtool.c89 rte_ethtool_get_regs_len(uint16_t port_id) in rte_ethtool_get_regs_len()
124 rte_ethtool_get_link(uint16_t port_id) in rte_ethtool_get_link()
138 rte_ethtool_get_eeprom_len(uint16_t port_id) in rte_ethtool_get_eeprom_len()
220 rte_ethtool_get_pauseparam(uint16_t port_id, in rte_ethtool_get_pauseparam()
255 rte_ethtool_set_pauseparam(uint16_t port_id, in rte_ethtool_set_pauseparam()
298 rte_ethtool_net_open(uint16_t port_id) in rte_ethtool_net_open()
310 rte_ethtool_net_stop(uint16_t port_id) in rte_ethtool_net_stop()
349 rte_ethtool_net_change_mtu(uint16_t port_id, int mtu) in rte_ethtool_net_change_mtu()
384 rte_ethtool_net_set_rx_mode(uint16_t port_id) in rte_ethtool_net_set_rx_mode()
415 rte_ethtool_get_ringparam(uint16_t port_id, in rte_ethtool_get_ringparam()
[all …]
/f-stack/dpdk/lib/librte_ethdev/
H A Drte_tm.c42 #define RTE_TM_FUNC(port_id, func) \ argument
87 rte_tm_node_type_get(uint16_t port_id, in rte_tm_node_type_get()
98 int rte_tm_capabilities_get(uint16_t port_id, in rte_tm_capabilities_get()
130 int rte_tm_wred_profile_add(uint16_t port_id, in rte_tm_wred_profile_add()
214 int rte_tm_node_add(uint16_t port_id, in rte_tm_node_add()
230 int rte_tm_node_delete(uint16_t port_id, in rte_tm_node_delete()
240 int rte_tm_node_suspend(uint16_t port_id, in rte_tm_node_suspend()
250 int rte_tm_node_resume(uint16_t port_id, in rte_tm_node_resume()
376 int rte_tm_mark_vlan_dei(uint16_t port_id, in rte_tm_mark_vlan_dei()
388 int rte_tm_mark_ip_ecn(uint16_t port_id, in rte_tm_mark_ip_ecn()
[all …]
H A Drte_ethdev.c333 rte_eth_find_next(uint16_t port_id) in rte_eth_find_next()
459 eth_dev_get(uint16_t port_id) in eth_dev_get()
471 uint16_t port_id; in rte_eth_dev_allocate() local
711 uint16_t port_id; in rte_eth_dev_owner_delete() local
900 uint16_t port_id; in eth_dev_validate_rx_queue() local
924 uint16_t port_id; in eth_dev_validate_tx_queue() local
3910 rte_eth_led_on(uint16_t port_id) in rte_eth_led_on()
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
[all …]
H A Drte_mtr.c43 #define RTE_MTR_FUNC(port_id, func) \ argument
62 rte_mtr_capabilities_get(uint16_t port_id, in rte_mtr_capabilities_get()
73 rte_mtr_meter_profile_add(uint16_t port_id, in rte_mtr_meter_profile_add()
85 rte_mtr_meter_profile_delete(uint16_t port_id, in rte_mtr_meter_profile_delete()
96 rte_mtr_create(uint16_t port_id, in rte_mtr_create()
109 rte_mtr_destroy(uint16_t port_id, in rte_mtr_destroy()
120 rte_mtr_meter_enable(uint16_t port_id, in rte_mtr_meter_enable()
131 rte_mtr_meter_disable(uint16_t port_id, in rte_mtr_meter_disable()
142 rte_mtr_meter_profile_update(uint16_t port_id, in rte_mtr_meter_profile_update()
179 rte_mtr_stats_update(uint16_t port_id, in rte_mtr_stats_update()
[all …]
H A Drte_flow.c271 rte_flow_validate(uint16_t port_id, in rte_flow_validate()
296 rte_flow_create(uint16_t port_id, in rte_flow_create()
323 rte_flow_destroy(uint16_t port_id, in rte_flow_destroy()
346 rte_flow_flush(uint16_t port_id, in rte_flow_flush()
368 rte_flow_query(uint16_t port_id, in rte_flow_query()
393 rte_flow_isolate(uint16_t port_id, in rte_flow_isolate()
1128 rte_flow_shared_action_query(uint16_t port_id, in rte_flow_shared_action_query()
1148 rte_flow_tunnel_decap_set(uint16_t port_id, in rte_flow_tunnel_decap_set()
1171 rte_flow_tunnel_match(uint16_t port_id, in rte_flow_tunnel_match()
1194 rte_flow_get_restore_info(uint16_t port_id, in rte_flow_get_restore_info()
[all …]
H A Dethdev_profile.c18 __rte_unused uint16_t port_id, __rte_unused uint16_t queue_id, in profile_hook_rx_burst_cb()
39 vtune_profile_rx_init(uint16_t port_id, uint8_t rx_queue_num) in vtune_profile_rx_init()
55 __rte_eth_dev_profile_init(__rte_unused uint16_t port_id, in __rte_eth_dev_profile_init()
/f-stack/dpdk/app/test-pmd/
H A Dconfig.c174 nic_stats_display(portid_t port_id) in nic_stats_display()
284 nic_stats_clear(portid_t port_id) in nic_stats_clear()
375 nic_xstats_clear(portid_t port_id) in nic_xstats_clear()
586 portid_t port_id; in device_infos_display() local
2731 portid_t port_id, in ring_rx_descriptor_display()
3542 portid_t port_id; in set_fwd_ports_list() local
3907 uint16_t port_id; in nb_segs_is_invalid() local
4040 show_gro(portid_t port_id) in show_gro()
4510 tx_vlan_reset(portid_t port_id) in tx_vlan_reset()
4768 fdir_get_infos(portid_t port_id) in fdir_get_infos()
[all …]
H A Dutil.c60 dump_pkt_burst(uint16_t port_id, uint16_t queue, struct rte_mbuf *pkts[], in dump_pkt_burst()
237 dump_rx_pkts(uint16_t port_id, uint16_t queue, struct rte_mbuf *pkts[], in dump_rx_pkts()
246 dump_tx_pkts(uint16_t port_id, uint16_t queue, struct rte_mbuf *pkts[], in dump_tx_pkts()
254 tx_pkt_set_md(uint16_t port_id, __rte_unused uint16_t queue, in tx_pkt_set_md()
317 tx_pkt_set_dynf(uint16_t port_id, __rte_unused uint16_t queue, in tx_pkt_set_dynf()
373 eth_dev_info_get_print_err(uint16_t port_id, in eth_dev_info_get_print_err()
419 eth_link_get_nowait_print_err(uint16_t port_id, struct rte_eth_link *link) in eth_link_get_nowait_print_err()
432 eth_macaddr_get_print_err(uint16_t port_id, struct rte_ether_addr *mac_addr) in eth_macaddr_get_print_err()
H A Dcmdline_mtr.c239 uint16_t port_id; member
333 uint16_t port_id; member
434 uint16_t port_id; member
542 uint16_t port_id; member
653 uint16_t port_id; member
722 uint16_t port_id; member
854 uint16_t port_id; member
915 uint16_t port_id; member
976 uint16_t port_id; member
1038 uint16_t port_id; member
[all …]
H A Dcmdline_tm.c205 uint16_t port_id; member
350 uint16_t port_id; member
500 uint16_t port_id; member
623 uint16_t port_id; member
742 uint16_t port_id; member
821 uint16_t port_id; member
950 uint16_t port_id; member
1031 uint16_t port_id; member
1133 uint16_t port_id; member
1212 uint16_t port_id; member
[all …]
/f-stack/dpdk/drivers/common/octeontx2/
H A Dotx2_sec_idev.c35 otx2_sec_idev_cfg_init(int port_id) in otx2_sec_idev_cfg_init()
53 otx2_sec_idev_tx_cpt_qp_add(uint16_t port_id, struct otx2_cpt_qp *qp) in otx2_sec_idev_tx_cpt_qp_add()
86 uint16_t port_id; in otx2_sec_idev_tx_cpt_qp_remove() local
123 otx2_sec_idev_tx_cpt_qp_get(uint16_t port_id, struct otx2_cpt_qp **qp) in otx2_sec_idev_tx_cpt_qp_get()
166 uint16_t port_id; in otx2_sec_idev_tx_cpt_qp_put() local
/f-stack/dpdk/app/test/
H A Dvirtual_pmd.c32 int port_id; member
257 virtual_ethdev_start_fn_set_success(uint16_t port_id, uint8_t success) in virtual_ethdev_start_fn_set_success()
271 virtual_ethdev_configure_fn_set_success(uint16_t port_id, uint8_t success) in virtual_ethdev_configure_fn_set_success()
310 virtual_ethdev_link_update_fn_set_success(uint16_t port_id, uint8_t success) in virtual_ethdev_link_update_fn_set_success()
426 virtual_ethdev_rx_burst_fn_set_success(uint16_t port_id, uint8_t success) in virtual_ethdev_rx_burst_fn_set_success()
438 virtual_ethdev_tx_burst_fn_set_success(uint16_t port_id, uint8_t success) in virtual_ethdev_tx_burst_fn_set_success()
454 virtual_ethdev_tx_burst_fn_set_tx_pkt_fail_count(uint16_t port_id, in virtual_ethdev_tx_burst_fn_set_tx_pkt_fail_count()
466 virtual_ethdev_set_link_status(uint16_t port_id, uint8_t link_status) in virtual_ethdev_set_link_status()
474 virtual_ethdev_simulate_link_status_interrupt(uint16_t port_id, in virtual_ethdev_simulate_link_status_interrupt()
486 virtual_ethdev_add_mbufs_to_rx_queue(uint16_t port_id, in virtual_ethdev_add_mbufs_to_rx_queue()
[all …]
/f-stack/dpdk/examples/qos_sched/
H A Dstats.c11 qavg_q(uint16_t port_id, uint32_t subport_id, uint32_t pipe_id, uint8_t tc, in qavg_q()
57 qavg_tcpipe(uint16_t port_id, uint32_t subport_id, uint32_t pipe_id, in qavg_tcpipe()
113 qavg_pipe(uint16_t port_id, uint32_t subport_id, uint32_t pipe_id) in qavg_pipe()
160 qavg_tcsubport(uint16_t port_id, uint32_t subport_id, uint8_t tc) in qavg_tcsubport()
230 qavg_subport(uint16_t port_id, uint32_t subport_id) in qavg_subport()
284 subport_stat(uint16_t port_id, uint32_t subport_id) in subport_stat()
321 pipe_stat(uint16_t port_id, uint32_t subport_id, uint32_t pipe_id) in pipe_stat()
/f-stack/dpdk/lib/librte_pipeline/
H A Drte_port_in_action.h100 uint32_t port_id; member
106 uint32_t port_id; member
148 uint32_t port_id[RTE_PORT_IN_ACTION_LB_TABLE_SIZE]; member
159 uint32_t port_id[RTE_PORT_IN_ACTION_LB_TABLE_SIZE]; member
/f-stack/freebsd/contrib/ncsw/Peripherals/FM/
H A Dfman_ncsw.c234 uint8_t port_id, in fman_set_num_of_riscs_per_port()
251 uint8_t port_id, in fman_set_order_restoration_per_port()
314 void fman_set_liodn_per_port(struct fman_rg *fman_rg, uint8_t port_id, in fman_set_liodn_per_port()
337 bool fman_is_port_stalled(struct fman_fpm_regs *fpm_rg, uint8_t port_id) in fman_is_port_stalled()
342 void fman_resume_stalled_port(struct fman_fpm_regs *fpm_rg, uint8_t port_id) in fman_resume_stalled_port()
428 uint8_t port_id) in fman_get_size_of_extra_fifo()
441 uint8_t port_id, in fman_set_size_of_fifo()
482 uint8_t port_id, in fman_set_num_of_tasks()
499 uint8_t fman_get_num_of_dmas(struct fman_bmi_regs *bmi_rg, uint8_t port_id) in fman_get_num_of_dmas()
524 uint8_t port_id, in fman_set_num_of_open_dmas()
[all …]
/f-stack/dpdk/lib/librte_port/
H A Drte_port_ethdev.h28 uint16_t port_id; member
40 uint16_t port_id; member
56 uint16_t port_id; member
H A Drte_port_eventdev.h34 uint8_t port_id; member
46 uint8_t port_id; member
70 uint16_t port_id; member
H A Drte_swx_port_ethdev.c36 uint16_t port_id; member
53 uint16_t port_id; in reader_create() local
168 uint16_t port_id; member
185 uint16_t port_id; in writer_create() local
/f-stack/dpdk/drivers/net/bnxt/tf_ulp/
H A Dulp_def_rules.c136 ulp_set_vlan_in_act_prop(uint16_t port_id, in ulp_set_vlan_in_act_prop()
160 ulp_set_mark_in_act_prop(uint16_t port_id, in ulp_set_mark_in_act_prop()
181 uint16_t port_id; in ulp_df_dev_port_handler() local
440 uint16_t port_id; in bnxt_ulp_destroy_df_rules() local
482 uint16_t port_id = bp->eth_dev->data->port_id; in bnxt_create_port_app_df_rule() local
504 uint16_t port_id; in bnxt_ulp_create_df_rules() local
578 uint16_t port_id; in bnxt_ulp_create_vfr_default_rules() local
/f-stack/lib/
H A Dff_dpdk_kni.c128 kni_change_mtu(uint16_t port_id, unsigned new_mtu) in kni_change_mtu()
134 kni_config_network_interface(uint16_t port_id, uint8_t if_up) in kni_config_network_interface()
180 kni_config_mac_address(uint16_t port_id, uint8_t mac_addr[]) in kni_config_mac_address()
200 kni_process_tx(uint16_t port_id, uint16_t queue_id, in kni_process_tx()
227 kni_process_rx(uint16_t port_id, uint16_t queue_id, in kni_process_rx()
472 ff_kni_alloc(uint16_t port_id, unsigned socket_id, in ff_kni_alloc()
554 ff_kni_process(uint16_t port_id, uint16_t queue_id, in ff_kni_process()
563 ff_kni_enqueue(uint16_t port_id, struct rte_mbuf *pkt) in ff_kni_enqueue()
/f-stack/dpdk/examples/kni/
H A Dmain.c83 uint16_t port_id;/* Port ID */ member
214 uint16_t port_id; in kni_ingress() local
252 uint16_t port_id; in kni_egress() local
403 uint16_t port_id, nb_kni_port_params = 0; in parse_config() local
767 kni_change_mtu_(uint16_t port_id, unsigned int new_mtu) in kni_change_mtu_()
855 kni_change_mtu(uint16_t port_id, unsigned int new_mtu) in kni_change_mtu()
868 kni_config_network_interface(uint16_t port_id, uint8_t if_up) in kni_config_network_interface()
919 kni_config_mac_address(uint16_t port_id, uint8_t mac_addr[]) in kni_config_mac_address()
941 kni_alloc(uint16_t port_id) in kni_alloc()
1016 kni_free_kni(uint16_t port_id) in kni_free_kni()
/f-stack/dpdk/examples/l2fwd-event/
H A Dl2fwd_poll.c36 uint32_t i, j, port_id, nb_rx; in l2fwd_poll_main_loop() local
109 uint16_t port_id; in l2fwd_poll_lcore_config() local
142 uint16_t port_id; in l2fwd_poll_init_tx_buffers() local
/f-stack/dpdk/drivers/net/bonding/
H A Drte_eth_bond_8023ad.c1379 rte_eth_bond_8023ad_conf_get(uint16_t port_id, in rte_eth_bond_8023ad_conf_get()
1396 rte_eth_bond_8023ad_agg_selection_set(uint16_t port_id, in rte_eth_bond_8023ad_agg_selection_set()
1419 int rte_eth_bond_8023ad_agg_selection_get(uint16_t port_id) in rte_eth_bond_8023ad_agg_selection_get()
1441 bond_8023ad_setup_validate(uint16_t port_id, in bond_8023ad_setup_validate()
1467 rte_eth_bond_8023ad_setup(uint16_t port_id, in rte_eth_bond_8023ad_setup()
1488 rte_eth_bond_8023ad_slave_info(uint16_t port_id, uint16_t slave_id, in rte_eth_bond_8023ad_slave_info()
1521 bond_8023ad_ext_validate(uint16_t port_id, uint16_t slave_id) in bond_8023ad_ext_validate()
1549 rte_eth_bond_8023ad_ext_collect(uint16_t port_id, uint16_t slave_id, in rte_eth_bond_8023ad_ext_collect()
1570 rte_eth_bond_8023ad_ext_distrib(uint16_t port_id, uint16_t slave_id, in rte_eth_bond_8023ad_ext_distrib()
1591 rte_eth_bond_8023ad_ext_distrib_get(uint16_t port_id, uint16_t slave_id) in rte_eth_bond_8023ad_ext_distrib_get()
[all …]
/f-stack/dpdk/drivers/net/ipn3ke/
H A Dipn3ke_representor.c543 uint16_t port_id) in ipn3ke_rpst_25g_nic_side_tx_stats_reset()
572 uint16_t port_id) in ipn3ke_rpst_25g_nic_side_rx_stats_reset()
601 uint16_t port_id) in ipn3ke_rpst_10g_nic_side_tx_stats_reset()
626 uint16_t port_id) in ipn3ke_rpst_10g_nic_side_rx_stats_reset()
679 uint16_t port_id, in ipn3ke_rpst_read_25g_lineside_stats_registers()
1350 uint16_t port_id) in ipn3ke_rpst_25g_lineside_tx_stats_reset()
1379 uint16_t port_id) in ipn3ke_rpst_25g_lineside_rx_stats_reset()
1434 uint16_t port_id, in ipn3ke_rpst_read_10g_lineside_stats_registers()
2009 uint16_t port_id) in ipn3ke_rpst_10g_lineside_tx_stats_reset()
2034 uint16_t port_id) in ipn3ke_rpst_10g_lineside_rx_stats_reset()
[all …]
/f-stack/dpdk/drivers/raw/ifpga/base/
H A Difpga_fme_dperf.c37 static bool fabric_pobj_is_enabled(int port_id, in fabric_pobj_is_enabled()
50 static u64 read_fabric_counter(struct ifpga_fme_hw *fme, u8 port_id, in read_fabric_counter()
100 u8 port_id, u64 *enable) in fme_dperf_get_fab_port_enable()
119 u8 port_id, u64 enable) in fme_dperf_set_fab_port_enable()

12345678910>>...12