Lines Matching defs:rqc
1210 void *rqc = param->rqc;
1211 void *rqc_wq = MLX5_ADDR_OF(rqc, rqc, wq);
1347 void *rqc;
1360 rqc = MLX5_ADDR_OF(create_rq_in, in, ctx);
1361 wq = MLX5_ADDR_OF(rqc, rqc, wq);
1363 memcpy(rqc, param->rqc, sizeof(param->rqc));
1365 MLX5_SET(rqc, rqc, state, MLX5_RQC_STATE_RST);
1366 MLX5_SET(rqc, rqc, ts_format, ts_format);
1367 MLX5_SET(rqc, rqc, flush_in_error_en, 1);
1369 MLX5_SET(rqc, rqc, counter_set_id, priv->counter_set_id);
1392 void *rqc;
1401 rqc = MLX5_ADDR_OF(modify_rq_in, in, ctx);
1405 MLX5_SET(rqc, rqc, state, next_state);
1436 MLX5_SET(rqc, param->rqc, cqn, c->rq.cq.mcq.cqn);
1505 void *rqc_wq = MLX5_ADDR_OF(rqc, param_rq.rqc, wq);
1536 MLX5_SET(rqc, param_rq.rqc, cqn, drop_rq->cq.mcq.cqn);
2354 void *rqc = param->rqc;
2355 void *wq = MLX5_ADDR_OF(rqc, rqc, wq);