Searched refs:tso_caps (Results 1 – 3 of 3) sorted by relevance
188 struct mlx4_ib_tso_caps tso_caps; member
619 if (offsetofend(typeof(resp), tso_caps) <= uhw->outlen) { in mlx4_ib_query_device()625 resp.tso_caps.max_tso = dev->dev->caps.max_gso_sz; in mlx4_ib_query_device()626 resp.tso_caps.supported_qpts |= in mlx4_ib_query_device()629 resp.response_length = offsetof(typeof(resp), tso_caps) + in mlx4_ib_query_device()630 sizeof(resp.tso_caps); in mlx4_ib_query_device()
1031 if (offsetofend(typeof(resp), tso_caps) <= uhw_outlen) { in mlx5_ib_query_device()1034 resp.tso_caps.max_tso = 1 << max_tso; in mlx5_ib_query_device()1035 resp.tso_caps.supported_qpts |= in mlx5_ib_query_device()1037 resp.response_length += sizeof(resp.tso_caps); in mlx5_ib_query_device()1057 if (offsetofend(typeof(resp), tso_caps) <= uhw_outlen) in mlx5_ib_query_device()1058 resp.response_length += sizeof(resp.tso_caps); in mlx5_ib_query_device()