Home
last modified time | relevance | path

Searched refs:phy_port (Results 1 – 15 of 15) sorted by relevance

/dpdk/drivers/net/bnxt/tf_ulp/
H A Dulp_port_db.c463 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 Dulp_port_db.h223 uint32_t phy_port,
237 uint32_t phy_port,
328 uint32_t port_id, uint16_t *phy_port);
H A Dulp_rte_parser.c690 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 Dcxgbe.ini43 phy_port = Y key
57 phy_port = Y key
H A Dsfc.ini51 phy_port = Y key
76 phy_port = Y key
H A Dbnxt.ini67 phy_port = Y key
88 phy_port = Y key
H A Ddefault.ini125 phy_port = key
175 phy_port = key
H A Ddpaa2.ini48 phy_port = Y key
H A Dmlx5.ini79 phy_port = Y key
/dpdk/drivers/net/ice/base/
H A Dice_ptp_hw.c132 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 Dsfc_mae.c3665 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 Ddpaa2_flow.c3282 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 Defx_mae.c692 __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 Defx.h4341 __in uint32_t phy_port,
/dpdk/doc/guides/testpmd_app_ug/
H A Dtestpmd_funcs.rst3934 - ``phy_port``: match traffic from/to a specific physical port.
4287 - ``phy_port``: direct packets to physical port index.