From ee9c73a923909e23a649407be77e25235d769e25 Mon Sep 17 00:00:00 2001
From: Michael Biebl
[type GArray(guint)]
+Element-type: guint
Flags: Read / Write
An array of 8 boolean values, where the array index corresponds to the User Priority (0 - 7) and the value indicates whether or not the corresponding priority should transmit priority pause.
-[type GArray(gboolean)]
+Element-type: gboolean
Flags: Read / Write
Element-type: guint
Flags: Read / Write
Element-type: guint
Flags: Read / Write
An array of 8 boolean values, where the array index corresponds to the User Priority (0 - 7) and the value indicates whether or not the priority may use all of the bandwidth allocated to its assigned group.
-[type GArray(gboolean)]
+Element-type: gboolean
Flags: Read / Write
An array of 8 uint values, where the array index corresponds to the User Priority (0 - 7) and the value indicates the traffic class (0 - 7) to which the priority is mapped.
-[type GArray(guint)]
+Element-type: guint
Flags: Read / Write
-- cgit 1.3.0-6-gf8a5 From 04bc9e1cd3544445d883ad29ea108c1645c8e7b7 Mon Sep 17 00:00:00 2001 From: Michael Biebl GFlags
╰── NMSettingDcbFlags
- GObject
+ GObject
╰── NMSetting
╰── NMSettingDcb
@@ -462,7 +462,7 @@ nm_setting_dcb_get_app_fcoe_flags (
nm_setting_dcb_get_app_fcoe_priority ()
-gint
+gint
nm_setting_dcb_get_app_fcoe_priority (NMSettingDcb *setting);
Parameters
@@ -537,7 +537,7 @@ nm_setting_dcb_get_app_iscsi_flags (
nm_setting_dcb_get_app_iscsi_priority ()
-gint
+gint
nm_setting_dcb_get_app_iscsi_priority (NMSettingDcb *setting);
Parameters
@@ -587,7 +587,7 @@ nm_setting_dcb_get_app_fip_flags (
nm_setting_dcb_get_app_fip_priority ()
-gint
+gint
nm_setting_dcb_get_app_fip_priority (NMSettingDcb *setting);
Parameters
@@ -638,10 +638,10 @@ nm_setting_dcb_get_priority_flow_control_flags
nm_setting_dcb_get_priority_flow_control ()
-gboolean
+gboolean
nm_setting_dcb_get_priority_flow_control
(NMSettingDcb *setting,
- guint user_priority);
+ guint user_priority);
Parameters