Home
last modified time | relevance | path

Searched refs:dv_esw_en (Results 1 – 8 of 8) sorted by relevance

/f-stack/dpdk/drivers/net/mlx5/linux/
H A Dmlx5_os.c324 if (priv->config.dv_esw_en) { in mlx5_alloc_shared_dr()
586 if (!priv->config.dv_esw_en) in mlx5_os_txq_obj_new()
606 if (!txq_obj->txq_ctrl->priv->config.dv_esw_en) { in mlx5_os_txq_obj_release()
1477 config->dv_esw_en = 0; in mlx5_dev_spawn()
1479 config->dv_esw_en = 0; in mlx5_dev_spawn()
1501 if (config->dv_esw_en) in mlx5_dev_spawn()
1522 if (!priv->config.dv_esw_en && in mlx5_dev_spawn()
2150 dev_config.dv_esw_en = 1; in mlx5_os_pci_probe()
/f-stack/dpdk/drivers/net/mlx5/
H A Dmlx5_flow_meter.c631 .transfer = priv->config.dv_esw_en ? 1 : 0, in mlx5_flow_meter_create()
721 .transfer = priv->config.dv_esw_en ? 1 : 0, in mlx5_flow_meter_destroy()
1263 .transfer = priv->config.dv_esw_en ? 1 : 0, in mlx5_flow_meter_flush()
H A Dmlx5.h217 unsigned int dv_esw_en:1; /* Enable E-Switch DV flow. */ member
H A Dmlx5_trigger.c1251 if (priv->config.dv_esw_en && !priv->config.vf) { in mlx5_traffic_enable()
H A Dmlx5.c1539 config->dv_esw_en = !!tmp; in mlx5_args_check()
H A Dmlx5_flow.c1661 if (attributes->transfer && !priv->config.dv_esw_en) in mlx5_flow_validate_attributes()
2950 if (attr->transfer && priv->config.dv_esw_en) in flow_get_drv_type()
H A Dmlx5_flow_dv.c5164 if (!priv->config.dv_esw_en) in flow_dv_validate_attributes()
12175 if (priv->config.dv_esw_en) { in flow_dv_create_mtr_tbl()
/f-stack/dpdk/doc/guides/nics/
H A Dmlx5.rst847 - ``dv_esw_en`` parameter [int]