Lines Matching refs:response_length
797 resp_len = sizeof(resp.comp_mask) + sizeof(resp.response_length); in mlx5_ib_query_device()
801 resp.response_length = resp_len; in mlx5_ib_query_device()
875 resp.response_length += sizeof(resp.tso_caps); in mlx5_ib_query_device()
896 resp.response_length += sizeof(resp.rss_caps); in mlx5_ib_query_device()
900 resp.response_length += sizeof(resp.tso_caps); in mlx5_ib_query_device()
902 resp.response_length += sizeof(resp.rss_caps); in mlx5_ib_query_device()
1043 resp.response_length += sizeof(resp.cqe_comp_caps); in mlx5_ib_query_device()
1075 resp.response_length += sizeof(resp.packet_pacing_caps); in mlx5_ib_query_device()
1088 resp.response_length += in mlx5_ib_query_device()
1093 resp.response_length += sizeof(resp.flags); in mlx5_ib_query_device()
1109 resp.response_length += sizeof(resp.sw_parsing_caps); in mlx5_ib_query_device()
1130 resp.response_length += sizeof(resp.striding_rq_caps); in mlx5_ib_query_device()
1152 resp.response_length += sizeof(resp.tunnel_offloads_caps); in mlx5_ib_query_device()
1171 err = ib_copy_to_udata(uhw, &resp, resp.response_length); in mlx5_ib_query_device()
1918 resp.response_length = min(udata->outlen, sizeof(resp)); in mlx5_ib_alloc_ucontext()
1919 err = ib_copy_to_udata(udata, &resp, resp.response_length); in mlx5_ib_alloc_ucontext()
1967 uctx_resp.response_length = in mlx5_ib_query_ucontext()