Home
last modified time | relevance | path

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

/linux/drivers/infiniband/hw/mlx5/
H A Dmain.c876 size_t uhw_outlen = (uhw) ? uhw->outlen : 0; in mlx5_ib_query_device() local
890 if (uhw_outlen && uhw_outlen < resp_len) in mlx5_ib_query_device()
959 if (offsetofend(typeof(resp), tso_caps) <= uhw_outlen) { in mlx5_ib_query_device()
969 if (offsetofend(typeof(resp), rss_caps) <= uhw_outlen) { in mlx5_ib_query_device()
985 if (offsetofend(typeof(resp), tso_caps) <= uhw_outlen) in mlx5_ib_query_device()
987 if (offsetofend(typeof(resp), rss_caps) <= uhw_outlen) in mlx5_ib_query_device()
1125 if (offsetofend(typeof(resp), cqe_comp_caps) <= uhw_outlen) { in mlx5_ib_query_device()
1143 if (offsetofend(typeof(resp), packet_pacing_caps) <= uhw_outlen && in mlx5_ib_query_device()
1162 uhw_outlen) { in mlx5_ib_query_device()
1175 if (offsetofend(typeof(resp), flags) <= uhw_outlen) { in mlx5_ib_query_device()
[all …]