Searched refs:group0 (Results 1 – 3 of 3) sorted by relevance
405 new_group = group ?: esw->qos.group0; in esw_qos_vport_update_group()551 esw->qos.group0 = esw_qos_create_rate_group(esw, NULL); in mlx5_esw_qos_create()552 if (IS_ERR(esw->qos.group0)) { in mlx5_esw_qos_create()554 PTR_ERR(esw->qos.group0)); in mlx5_esw_qos_create()582 if (esw->qos.group0) in mlx5_esw_qos_destroy()583 esw_qos_destroy_rate_group(esw, esw->qos.group0, NULL); in mlx5_esw_qos_destroy()608 vport->qos.group = esw->qos.group0; in mlx5_esw_qos_vport_enable()626 WARN(vport->qos.group && vport->qos.group != esw->qos.group0, in mlx5_esw_qos_vport_disable()
1010 bool group0; in gic_cpu_sys_reg_init() local1025 group0 = gic_has_group0(); in gic_cpu_sys_reg_init()1041 WARN_ON(!group0 || gic_dist_security_disabled()); in gic_cpu_sys_reg_init()1043 WARN_ON(group0 && !gic_dist_security_disabled()); in gic_cpu_sys_reg_init()1063 if (group0) { in gic_cpu_sys_reg_init()
310 struct mlx5_esw_rate_group *group0; member