Lines Matching full:configuration
70 configuration schema is a data
71 structure that describes the device-specific configuration parameters that a PF
74 The PF schema describes configuration that applies to the PF device as a whole.
75 The VF schema describes configuration that applies to an individual VF device.
76 Different VF devices may have different configuration applied to them, as long
77 as the configuration for each VF conforms to the VF schema.
79 A PF driver builds a configuration schema by first allocating a schema node and
80 then adding configuration parameter specifications to the schema.
81 The configuration parameter specification consists of a name and a value type.
83 Configuration parameter names are case-insensitive.
84 It is an error to specify two or more configuration parameters with the same
86 It is also an error to specific a configuration parameter that uses the same
87 name as a configuration parameter used by the SR-IOV infrastructure.
90 for documentation of all configuration parameters used by the SR-IOV
93 The parameter type constrains the possible values that the configuration
96 A configuration parameter may be specified as a required parameter by setting
106 Alternatively, a configuration parameter may be given a default value by
112 If a configuration parameter has a default value but the user has not specified
115 for that parameter in the configuration before passing it to the PF driver.
126 The SR-IOV infrastructure guarantees that all configuration parameters that are
128 configuration passed to the PF driver.
129 Configuration parameters that are neither specified as required nor given a
130 default value are optional and may or may not be present in the configuration
134 for configuration that is truly optional.
153 Configuration parameters that have security implications must default to the
154 most secure configuration possible.
156 All device-specific configuration parameters must be documented in the manual
172 function is used to allocate an empty configuration schema.
179 function is used to specify a configuration parameter in the given schema with
187 function is used to specify a configuration parameter in the given schema with
195 function is used to specify a configuration parameter in the given schema with
207 function is used to specify a configuration parameter in the given schema with
219 function is used to specify a configuration parameter in the given schema with
233 function is used to specify a configuration parameter in the given schema with
247 function is used to specify a configuration parameter in the given schema with