Home
last modified time | relevance | path

Searched refs:tso_caps (Results 1 – 2 of 2) sorted by relevance

/linux/include/uapi/rdma/
H A Dmlx4-abi.h188 struct mlx4_ib_tso_caps tso_caps; member
/linux/drivers/infiniband/hw/mlx5/
H A Dmain.c1023 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()