Home
last modified time | relevance | path

Searched refs:eswitch_manager (Results 1 – 4 of 4) sorted by relevance

/dpdk/drivers/common/mlx5/
H A Dmlx5_devx_cmds.h153 uint32_t eswitch_manager:1; member
H A Dmlx5_devx_cmds.c846 attr->eswitch_manager = MLX5_GET(cmd_hca_cap, hcattr, eswitch_manager); in mlx5_devx_cmd_query_hca_attr()
1137 if (attr->eswitch_manager) { in mlx5_devx_cmd_query_hca_attr()
H A Dmlx5_prm.h1470 u8 eswitch_manager[0x1]; member
/dpdk/drivers/net/mlx5/linux/
H A Dmlx5_os.c185 if (hca_attr->eswitch_manager && sh->dev_cap.dv_flow_en && sh->esw_mode) in mlx5_os_capabilities_prepare()