Searched refs:phy_port (Results 1 – 15 of 15) sorted by relevance
| /dpdk/drivers/net/bnxt/tf_ulp/ |
| H A D | ulp_port_db.c | 463 uint32_t phy_port, in ulp_port_db_phy_port_vport_get() argument 469 if (!port_db || phy_port >= port_db->phy_port_cnt) { in ulp_port_db_phy_port_vport_get() 473 *out_port = port_db->phy_port_list[phy_port].port_vport; in ulp_port_db_phy_port_vport_get() 488 uint32_t phy_port, in ulp_port_db_phy_port_svif_get() argument 494 if (!port_db || phy_port >= port_db->phy_port_cnt) { in ulp_port_db_phy_port_svif_get() 498 *svif = port_db->phy_port_list[phy_port].port_svif; in ulp_port_db_phy_port_svif_get() 694 uint32_t port_id, uint16_t *phy_port) in ulp_port_db_phy_port_get() argument 700 *phy_port = info->phy_port_id; in ulp_port_db_phy_port_get()
|
| H A D | ulp_port_db.h | 223 uint32_t phy_port, 237 uint32_t phy_port, 328 uint32_t port_id, uint16_t *phy_port);
|
| H A D | ulp_rte_parser.c | 690 uint16_t phy_port = 0; in ulp_rte_phy_port_hdr_handler() local 696 port_id, &phy_port) || in ulp_rte_phy_port_hdr_handler() 697 (uint16_t)port_spec->index != phy_port) { in ulp_rte_phy_port_hdr_handler() 2397 const struct rte_flow_action_phy_port *phy_port; in ulp_rte_phy_port_act_handler() local 2403 phy_port = action_item->conf; in ulp_rte_phy_port_act_handler() 2404 if (!phy_port) { in ulp_rte_phy_port_act_handler() 2410 if (phy_port->original) { in ulp_rte_phy_port_act_handler() 2422 rc = ulp_port_db_phy_port_vport_get(prm->ulp_ctx, phy_port->index, in ulp_rte_phy_port_act_handler()
|
| /dpdk/doc/guides/nics/features/ |
| H A D | cxgbe.ini | 43 phy_port = Y key 57 phy_port = Y key
|
| H A D | sfc.ini | 51 phy_port = Y key 76 phy_port = Y key
|
| H A D | bnxt.ini | 67 phy_port = Y key 88 phy_port = Y key
|
| H A D | default.ini | 125 phy_port = key 175 phy_port = key
|
| H A D | dpaa2.ini | 48 phy_port = Y key
|
| H A D | mlx5.ini | 79 phy_port = Y key
|
| /dpdk/drivers/net/ice/base/ |
| H A D | ice_ptp_hw.c | 132 int phy_port, phy, quadtype; in ice_fill_phy_msg_e822() local 134 phy_port = port % ICE_PORTS_PER_PHY; in ice_fill_phy_msg_e822() 139 msg->msg_addr_low = P_Q0_L(P_0_BASE + offset, phy_port); in ice_fill_phy_msg_e822() 140 msg->msg_addr_high = P_Q0_H(P_0_BASE + offset, phy_port); in ice_fill_phy_msg_e822() 142 msg->msg_addr_low = P_Q1_L(P_4_BASE + offset, phy_port); in ice_fill_phy_msg_e822() 143 msg->msg_addr_high = P_Q1_H(P_4_BASE + offset, phy_port); in ice_fill_phy_msg_e822()
|
| /dpdk/drivers/net/sfc/ |
| H A D | sfc_mae.c | 3665 uint32_t phy_port; in sfc_mae_rule_parse_action_phy_port() local 3669 phy_port = efx_nic_cfg_get(sa->nic)->enc_assigned_port; in sfc_mae_rule_parse_action_phy_port() 3671 phy_port = conf->index; in sfc_mae_rule_parse_action_phy_port() 3673 rc = efx_mae_mport_by_phy_port(phy_port, &mport); in sfc_mae_rule_parse_action_phy_port() 3676 phy_port, strerror(rc)); in sfc_mae_rule_parse_action_phy_port()
|
| /dpdk/drivers/net/dpaa2/ |
| H A D | dpaa2_flow.c | 3282 const struct rte_flow_action_phy_port *phy_port; in dpaa2_flow_redirect_dev() local 3288 phy_port = (const struct rte_flow_action_phy_port *) in dpaa2_flow_redirect_dev() 3290 if (!phy_port->original) in dpaa2_flow_redirect_dev() 3291 idx = phy_port->index; in dpaa2_flow_redirect_dev()
|
| /dpdk/drivers/common/sfc_efx/base/ |
| H A D | efx_mae.c | 692 __in uint32_t phy_port, in efx_mae_mport_by_phy_port() argument 698 if (phy_port > EFX_MASK32(MAE_MPORT_SELECTOR_PPORT_ID)) { in efx_mae_mport_by_phy_port() 705 MAE_MPORT_SELECTOR_PPORT_ID, phy_port); in efx_mae_mport_by_phy_port()
|
| H A D | efx.h | 4341 __in uint32_t phy_port,
|
| /dpdk/doc/guides/testpmd_app_ug/ |
| H A D | testpmd_funcs.rst | 3934 - ``phy_port``: match traffic from/to a specific physical port. 4287 - ``phy_port``: direct packets to physical port index.
|