Lines Matching refs:response_length
4025 resp->response_length = sizeof(*resp); in __mlx5_ib_modify_qp()
4206 resp.response_length = (udata->outlen < sizeof(resp)) ? in mlx5_ib_modify_dct()
4230 err = ib_copy_to_udata(udata, &resp, resp.response_length); in mlx5_ib_modify_dct()
4380 if (!err && resp.response_length && in mlx5_ib_modify_qp()
4381 udata->outlen >= resp.response_length) in mlx5_ib_modify_qp()
4383 err = ib_copy_to_udata(udata, &resp, resp.response_length); in mlx5_ib_modify_qp()
5088 resp.response_length = offsetofend( in mlx5_ib_create_wq()
5089 struct mlx5_ib_create_wq_resp, response_length); in mlx5_ib_create_wq()
5090 err = ib_copy_to_udata(udata, &resp, resp.response_length); in mlx5_ib_create_wq()
5179 resp.response_length = in mlx5_ib_create_rwq_ind_table()
5181 response_length); in mlx5_ib_create_rwq_ind_table()
5182 err = ib_copy_to_udata(udata, &resp, resp.response_length); in mlx5_ib_create_rwq_ind_table()