Lines Matching defs:sqc
1345 void *sqc;
1380 sqc = MLX5_ADDR_OF(create_sq_in, in, ctx);
1381 MLX5_SET(sqc, sqc, flush_in_error_en, 1);
1383 MLX5_SET(sqc, sqc, allow_multi_pkt_send_wqe, 1);
1384 MLX5_SET(sqc, sqc, state, MLX5_SQC_STATE_RST);
1385 MLX5_SET(sqc, sqc, ts_format, ts_format);
1386 MLX5_SET(sqc, sqc, user_index, MLX5_GET(qpc, qpc, user_index));
1387 MLX5_SET(sqc, sqc, cqn, MLX5_GET(qpc, qpc, cqn_snd));
1388 MLX5_SET(sqc, sqc, tis_lst_sz, 1);
1389 MLX5_SET(sqc, sqc, tis_num_0, sq->tisn);
1392 MLX5_SET(sqc, sqc, allow_swp, 1);
1394 wq = MLX5_ADDR_OF(sqc, sqc, wq);
3832 void *sqc;
3844 sqc = MLX5_ADDR_OF(modify_sq_in, in, ctx);
3845 MLX5_SET(sqc, sqc, state, new_state);
3871 MLX5_SET(sqc, sqc, packet_pacing_rate_limit_index, rl_index);