Searched refs:dev_port (Results 1 – 14 of 14) sorted by relevance
| /dpdk/drivers/net/mlx5/ |
| H A D | mlx5_devx.h | 12 enum mlx5_txq_modify_type type, uint8_t dev_port);
|
| H A D | mlx5_trigger.c | 1207 priv->sh->port[priv->dev_port - 1].ih_port_id = in mlx5_dev_start() 1215 priv->sh->port[priv->dev_port - 1].nl_ih_port_id = in mlx5_dev_start() 1223 priv->sh->port[priv->dev_port - 1].devx_ih_port_id = in mlx5_dev_start() 1271 priv->sh->port[priv->dev_port - 1].ih_port_id = RTE_MAX_ETHPORTS; in mlx5_dev_stop() 1272 priv->sh->port[priv->dev_port - 1].devx_ih_port_id = RTE_MAX_ETHPORTS; in mlx5_dev_stop() 1273 priv->sh->port[priv->dev_port - 1].nl_ih_port_id = RTE_MAX_ETHPORTS; in mlx5_dev_stop()
|
| H A D | mlx5_rxtx.c | 392 (uint8_t)priv->dev_port); in mlx5_queue_state_modify_primary()
|
| H A D | mlx5.h | 624 (&((priv)->sh->port[(priv)->dev_port - 1].age_info)) 1429 enum mlx5_txq_modify_type type, uint8_t dev_port); 1440 uint32_t dev_port; /* Device port number. */ member
|
| H A D | mlx5_txq.c | 198 (uint8_t)priv->dev_port); in mlx5_tx_queue_stop_primary() 271 (uint8_t)priv->dev_port); in mlx5_tx_queue_start_primary()
|
| H A D | mlx5_devx.c | 111 uint8_t dev_port) in mlx5_txq_devx_modify() argument 148 (void)dev_port; in mlx5_txq_devx_modify()
|
| H A D | mlx5_flow_verbs.c | 62 .port = (uint8_t)priv->dev_port, in flow_verbs_discover_priorities() 1882 dev_flow->verbs.attr.port = (uint8_t)priv->dev_port; in flow_verbs_translate()
|
| H A D | mlx5.c | 2360 priv->dev_port); in mlx5_port_args_config()
|
| H A D | mlx5_flow_dv.c | 11111 *dst_port_id = priv->dev_port; in flow_dv_translate_action_port_id()
|
| /dpdk/drivers/net/mlx4/ |
| H A D | mlx4_ethdev.c | 81 unsigned int dev_port; in mlx4_get_ifname() local 110 r = fscanf(file, (dev_type ? "%x" : "%u"), &dev_port); in mlx4_get_ifname() 119 if (dev_port == dev_port_prev) in mlx4_get_ifname() 121 dev_port_prev = dev_port; in mlx4_get_ifname() 122 if (dev_port == (priv->port - 1u)) in mlx4_get_ifname()
|
| /dpdk/drivers/common/mlx5/linux/ |
| H A D | mlx5_common_os.c | 178 unsigned int dev_port; in mlx5_get_ifname_sysfs() local 207 r = fscanf(file, (dev_type ? "%x" : "%u"), &dev_port); in mlx5_get_ifname_sysfs() 216 if (dev_port == dev_port_prev) in mlx5_get_ifname_sysfs() 218 dev_port_prev = dev_port; in mlx5_get_ifname_sysfs() 219 if (dev_port == 0) in mlx5_get_ifname_sysfs()
|
| /dpdk/drivers/net/mlx5/linux/ |
| H A D | mlx5_os.c | 650 mlx5_release_tunnel_hub(sh, priv->dev_port); in mlx5_alloc_shared_dr() 729 mlx5_release_tunnel_hub(sh, priv->dev_port); in mlx5_os_free_shared_dr() 1178 priv->dev_port = spawn->phys_port; in mlx5_dev_spawn() 1193 priv->dev_port, dpdk_dev->bus->name, in mlx5_dev_spawn() 1273 priv->dev_port, priv->domain_id); in mlx5_dev_spawn() 1286 priv->dev_port, priv->domain_id); in mlx5_dev_spawn() 1489 priv->sh->port[priv->dev_port - 1].nl_ih_port_id = in mlx5_dev_spawn() 2677 priv->dev_port, in mlx5_os_read_dev_stat()
|
| H A D | mlx5_verbs.c | 91 uint8_t dev_port) in mlx5_ibv_modify_qp() argument 95 .port_num = dev_port, in mlx5_ibv_modify_qp() 990 (uint8_t)priv->dev_port); in mlx5_txq_ibv_obj_new()
|
| /dpdk/drivers/net/mlx5/windows/ |
| H A D | mlx5_os.c | 351 priv->dev_port = spawn->phys_port; in mlx5_dev_spawn()
|