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

/freebsd-13-stable/sys/dev/mlx4/mlx4_core/
H A Dmlx4_fw_qos.c82 struct mlx4_prio_qos_param qos_p_up[MLX4_NUM_UP]; member in struct:mlx4_set_vport_context
244 out_param[i].bw_share = be32_to_cpu(ctx->qos_p_up[i].bw_share);
246 be32_to_cpu(ctx->qos_p_up[i].max_avg_bw);
248 !!(be32_to_cpu(ctx->qos_p_up[i].enable) & 31);
273 ctx->qos_p_up[i].bw_share = cpu_to_be32(in_param[i].bw_share);
274 ctx->qos_p_up[i].max_avg_bw =
276 ctx->qos_p_up[i].enable =

Completed in 46 milliseconds