Searched refs:tso_caps (Results 1 – 2 of 2) sorted by relevance
188 struct mlx4_ib_tso_caps tso_caps; member
1023 if (offsetofend(typeof(resp), tso_caps) <= uhw_outlen) { in mlx5_ib_query_device()1026 resp.tso_caps.max_tso = 1 << max_tso; in mlx5_ib_query_device()1027 resp.tso_caps.supported_qpts |= in mlx5_ib_query_device()1029 resp.response_length += sizeof(resp.tso_caps); in mlx5_ib_query_device()1049 if (offsetofend(typeof(resp), tso_caps) <= uhw_outlen) in mlx5_ib_query_device()1050 resp.response_length += sizeof(resp.tso_caps); in mlx5_ib_query_device()