Home
last modified time | relevance | path

Searched refs:group0 (Results 1 – 9 of 9) sorted by relevance

/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/esw/
H A Dqos.c423 new_group = group ?: esw->qos.group0; in esw_qos_vport_update_group()
588 esw->qos.group0 = __esw_qos_create_rate_group(esw, extack); in esw_qos_create()
589 if (IS_ERR(esw->qos.group0)) { in esw_qos_create()
591 PTR_ERR(esw->qos.group0)); in esw_qos_create()
592 err = PTR_ERR(esw->qos.group0); in esw_qos_create()
612 if (esw->qos.group0) in esw_qos_destroy()
613 __esw_qos_destroy_rate_group(esw, esw->qos.group0, NULL); in esw_qos_destroy()
658 vport->qos.group = esw->qos.group0; in esw_qos_vport_enable()
682 WARN(vport->qos.group && vport->qos.group != esw->qos.group0, in mlx5_esw_qos_vport_disable()
/openbmc/linux/arch/powerpc/boot/dts/fsl/
H A Dp1020rdb-pc_camp_core1.dts107 35 36 40 /* enet1-queue-group0 */
109 31 32 33 /* enet2-queue-group0 */
H A Dp1020rdb-pc_camp_core0.dts54 42 29 30 34 /* serial1, enet0-queue-group0 */
/openbmc/linux/Documentation/devicetree/bindings/gpio/
H A Dnxp,lpc1850-gpio.txt8 - reg-names : Should be "gpio", "gpio-pin-ic", "gpio-group0-ic" and
37 "gpio-group0-ic", "gpio-gpoup1-ic";
/openbmc/qemu/tests/qemu-iotests/
H A D184.out37 …"filename": "json:{\"throttle-group\": \"group0\", \"driver\": \"throttle\", \"file\": {\"driver\"…
57 …"file": "json:{\"throttle-group\": \"group0\", \"driver\": \"throttle\", \"file\": {\"driver\": \"…
/openbmc/linux/Documentation/devicetree/bindings/pinctrl/
H A Daxis,artpec6-pinctrl.txt19 Available functions and groups (function: group0, group1...):
/openbmc/qemu/docs/
H A Dthrottle.txt275 "id": "group0",
292 -object throttle-group,id=group0,x-iops-total=1000,x-bps-write=2097152
319 "throttle-group": "group0",
326 -drive driver=throttle,throttle-group=group0,
/openbmc/linux/drivers/irqchip/
H A Dirq-gic-v3.c1140 bool group0; in gic_cpu_sys_reg_init() local
1155 group0 = gic_has_group0(); in gic_cpu_sys_reg_init()
1171 WARN_ON(!group0 || gic_dist_security_disabled()); in gic_cpu_sys_reg_init()
1173 WARN_ON(group0 && !gic_dist_security_disabled()); in gic_cpu_sys_reg_init()
1193 if (group0) { in gic_cpu_sys_reg_init()
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Deswitch.h363 struct mlx5_esw_rate_group *group0; member