Searched refs:MLX5_SEND_WQE_DS (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/sys/dev/mlx5/
H A Dqp.h146 #define MLX5_SEND_WQE_DS 16 macro
148 #define MLX5_SEND_WQEBB_NUM_DS (MLX5_SEND_WQE_BB / MLX5_SEND_WQE_DS)
/freebsd-11-stable/sys/dev/mlx5/mlx5_en/
H A Dmlx5_en_tx.c419 ds_cnt = sizeof(*wqe) / MLX5_SEND_WQE_DS;
422 MLX5_SEND_WQE_DS);
H A Den.h131 (MLX5E_MAX_TX_HEADER / MLX5_SEND_WQE_DS) - \
/freebsd-11-stable/sys/dev/mlx5/mlx5_fpga/
H A Dmlx5fpga_conn.c545 MLX5_SET(qpc, temp_qpc, log_rq_stride, ilog2(MLX5_SEND_WQE_DS) - 4);
584 MLX5_SET(qpc, qpc, log_rq_stride, ilog2(MLX5_SEND_WQE_DS) - 4);

Completed in 73 milliseconds