Home
last modified time | relevance | path

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

/dpdk/drivers/common/mlx5/
H A Dmlx5_devx_cmds.h197 uint32_t non_wire_sq:1; /* SQ with non-wire ops is supported. */ member
H A Dmlx5_devx_cmds.c886 attr->non_wire_sq = MLX5_GET(cmd_hca_cap, hcattr, non_wire_sq); in mlx5_devx_cmd_query_hca_attr()
H A Dmlx5_prm.h1430 u8 non_wire_sq[0x1]; member
/dpdk/drivers/net/mlx5/linux/
H A Dmlx5_os.c335 hca_attr->non_wire_sq ? "" : "not "); in mlx5_os_capabilities_prepare()
352 if (!hca_attr->non_wire_sq) { in mlx5_os_capabilities_prepare()