Home
last modified time | relevance | path

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

/linux-6.15/include/uapi/rdma/
H A Dmlx4-abi.h188 struct mlx4_ib_tso_caps tso_caps; member
H A Dmlx5-abi.h269 struct mlx5_ib_tso_caps tso_caps; member
/linux-6.15/drivers/infiniband/hw/mlx4/
H A Dmain.c620 if (offsetofend(typeof(resp), tso_caps) <= uhw->outlen) { in mlx4_ib_query_device()
626 resp.tso_caps.max_tso = dev->dev->caps.max_gso_sz; in mlx4_ib_query_device()
627 resp.tso_caps.supported_qpts |= in mlx4_ib_query_device()
630 resp.response_length = offsetof(typeof(resp), tso_caps) + in mlx4_ib_query_device()
631 sizeof(resp.tso_caps); in mlx4_ib_query_device()
/linux-6.15/drivers/infiniband/hw/mlx5/
H A Dmain.c960 if (offsetofend(typeof(resp), tso_caps) <= uhw_outlen) { in mlx5_ib_query_device()
963 resp.tso_caps.max_tso = 1 << max_tso; in mlx5_ib_query_device()
964 resp.tso_caps.supported_qpts |= in mlx5_ib_query_device()
966 resp.response_length += sizeof(resp.tso_caps); in mlx5_ib_query_device()
986 if (offsetofend(typeof(resp), tso_caps) <= uhw_outlen) in mlx5_ib_query_device()
987 resp.response_length += sizeof(resp.tso_caps); in mlx5_ib_query_device()