Searched refs:tso_caps (Results 1 – 8 of 8) sorted by relevance
193 struct ibv_tso_caps tso_caps; member
151 struct mlx5_ib_tso_caps tso_caps; member
280 struct ibv_tso_caps tso_caps; member
943 context->cached_tso_caps = device_attr.tso_caps; in mlx5_init_context()
1990 attr->tso_caps = resp.tso_caps; in mlx5_query_device_ex()
717 if (field_avail(typeof(resp), tso_caps, uhw->outlen)) { in mlx5_ib_query_device()720 resp.tso_caps.max_tso = 1 << max_tso; in mlx5_ib_query_device()721 resp.tso_caps.supported_qpts |= in mlx5_ib_query_device()723 resp.response_length += sizeof(resp.tso_caps); in mlx5_ib_query_device()742 if (field_avail(typeof(resp), tso_caps, uhw->outlen)) in mlx5_ib_query_device()743 resp.response_length += sizeof(resp.tso_caps); in mlx5_ib_query_device()
521 print_tso_caps(&device_attr.tso_caps); in print_hca_cap()
269 struct ibv_tso_caps tso_caps; member