Searched refs:phy_port (Results 1 – 7 of 7) sorted by relevance
| /f-stack/dpdk/drivers/net/bnxt/tf_ulp/ |
| H A D | ulp_port_db.c | 455 uint32_t phy_port, in ulp_port_db_phy_port_vport_get() argument 461 if (!port_db || phy_port >= port_db->phy_port_cnt) { in ulp_port_db_phy_port_vport_get() 465 *out_port = port_db->phy_port_list[phy_port].port_vport; in ulp_port_db_phy_port_vport_get() 480 uint32_t phy_port, in ulp_port_db_phy_port_svif_get() argument 486 if (!port_db || phy_port >= port_db->phy_port_cnt) { in ulp_port_db_phy_port_svif_get() 490 *svif = port_db->phy_port_list[phy_port].port_svif; in ulp_port_db_phy_port_svif_get()
|
| H A D | ulp_port_db.h | 220 uint32_t phy_port, 234 uint32_t phy_port,
|
| H A D | ulp_rte_parser.c | 1964 const struct rte_flow_action_phy_port *phy_port; in ulp_rte_phy_port_act_handler() local 1970 phy_port = action_item->conf; in ulp_rte_phy_port_act_handler() 1971 if (!phy_port) { in ulp_rte_phy_port_act_handler() 1977 if (phy_port->original) { in ulp_rte_phy_port_act_handler() 1989 rc = ulp_port_db_phy_port_vport_get(prm->ulp_ctx, phy_port->index, in ulp_rte_phy_port_act_handler()
|
| /f-stack/dpdk/drivers/net/sfc/ |
| H A D | sfc_mae.c | 1954 uint32_t phy_port; in sfc_mae_rule_parse_action_phy_port() local 1958 phy_port = efx_nic_cfg_get(sa->nic)->enc_assigned_port; in sfc_mae_rule_parse_action_phy_port() 1960 phy_port = conf->index; in sfc_mae_rule_parse_action_phy_port() 1962 rc = efx_mae_mport_by_phy_port(phy_port, &mport); in sfc_mae_rule_parse_action_phy_port()
|
| /f-stack/dpdk/drivers/common/sfc_efx/base/ |
| H A D | efx_mae.c | 551 __in uint32_t phy_port, in efx_mae_mport_by_phy_port() argument 557 if (phy_port > EFX_MASK32(MAE_MPORT_SELECTOR_PPORT_ID)) { in efx_mae_mport_by_phy_port() 564 MAE_MPORT_SELECTOR_PPORT_ID, phy_port); in efx_mae_mport_by_phy_port()
|
| H A D | efx.h | 4162 __in uint32_t phy_port,
|
| /f-stack/dpdk/doc/guides/testpmd_app_ug/ |
| H A D | testpmd_funcs.rst | 3573 - ``phy_port``: match traffic from/to a specific physical port. 3875 - ``phy_port``: direct packets to physical port index.
|