Searched refs:dst_port_id (Results 1 – 3 of 3) sorted by relevance
| /dpdk/app/test-flow-perf/ |
| H A D | main.c | 1353 insert_flows(int port_id, uint8_t core_id, uint16_t dst_port_id) in insert_flows() argument 1399 flow_group, 0, 0, 0, 0, dst_port_id, core_id, in insert_flows() 1415 decap_data, dst_port_id, in insert_flows()
|
| /dpdk/drivers/net/enic/ |
| H A D | enic_fm_flow.c | 1575 enic_fm_check_transfer_dst(struct enic *enic, uint16_t dst_port_id, in enic_fm_check_transfer_dst() argument 1581 ENICPMD_LOG(DEBUG, "port id %u", dst_port_id); in enic_fm_check_transfer_dst() 1582 if (!rte_eth_dev_is_valid_port(dst_port_id)) { in enic_fm_check_transfer_dst() 1587 dev = &rte_eth_devices[dst_port_id]; in enic_fm_check_transfer_dst()
|
| /dpdk/drivers/net/mlx5/ |
| H A D | mlx5_flow_dv.c | 11072 uint32_t *dst_port_id, in flow_dv_translate_action_port_id() argument 11111 *dst_port_id = priv->dev_port; in flow_dv_translate_action_port_id() 11118 *dst_port_id = priv->vport_id; in flow_dv_translate_action_port_id()
|