Lines Matching defs:rmpc
290 void *rmpc;
307 rmpc = MLX5_ADDR_OF(create_rmp_in, create_in, ctx);
308 wq = MLX5_ADDR_OF(rmpc, rmpc, wq);
310 MLX5_SET(rmpc, rmpc, state, MLX5_RMPC_STATE_RDY);
313 memcpy(MLX5_ADDR_OF(rmpc, rmpc, wq.pas), in->pas, pas_size);
343 void *rmpc;
360 rmpc = MLX5_ADDR_OF(modify_rmp_in, in, ctx);
362 wq = MLX5_ADDR_OF(rmpc, rmpc, wq);
369 MLX5_SET(rmpc, rmpc, state, MLX5_RMPC_STATE_RDY);
385 void *rmpc;
406 rmpc = MLX5_ADDR_OF(query_rmp_out, rmp_out, rmp_context);
407 get_wq(MLX5_ADDR_OF(rmpc, rmpc, wq), out);
408 if (MLX5_GET(rmpc, rmpc, state) != MLX5_RMPC_STATE_RDY)