Searched refs:tso_caps (Results 1 – 4 of 4) sorted by relevance
188 struct mlx4_ib_tso_caps tso_caps; member
249 struct mlx5_ib_tso_caps tso_caps; member
610 if (field_avail(typeof(resp), tso_caps, uhw->outlen)) { in mlx4_ib_query_device()616 resp.tso_caps.max_tso = dev->dev->caps.max_gso_sz; in mlx4_ib_query_device()617 resp.tso_caps.supported_qpts |= in mlx4_ib_query_device()620 resp.response_length = offsetof(typeof(resp), tso_caps) + in mlx4_ib_query_device()621 sizeof(resp.tso_caps); in mlx4_ib_query_device()
809 if (field_avail(typeof(resp), tso_caps, uhw->outlen)) { in mlx5_ib_query_device()812 resp.tso_caps.max_tso = 1 << max_tso; in mlx5_ib_query_device()813 resp.tso_caps.supported_qpts |= in mlx5_ib_query_device()815 resp.response_length += sizeof(resp.tso_caps); in mlx5_ib_query_device()839 if (field_avail(typeof(resp), tso_caps, uhw->outlen)) in mlx5_ib_query_device()840 resp.response_length += sizeof(resp.tso_caps); in mlx5_ib_query_device()