Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/common/mlx5/
H A Dmlx5_devx_cmds.h109 uint32_t non_wire_sq:1; /* SQ with non-wire ops is supported. */ member
H A Dmlx5_devx_cmds.c709 attr->non_wire_sq = MLX5_GET(cmd_hca_cap, hcattr, non_wire_sq); in mlx5_devx_cmd_query_hca_attr()
H A Dmlx5_prm.h1145 u8 non_wire_sq[0x1]; member
/f-stack/dpdk/drivers/net/mlx5/linux/
H A Dmlx5_os.c1238 config->hca_attr.non_wire_sq ? "" : "not "); in mlx5_dev_spawn()
1266 if (!config->hca_attr.non_wire_sq) { in mlx5_dev_spawn()