Lines Matching full:pf
71 structure that describes the device-specific configuration parameters that a PF
72 driver will accept when SR-IOV is enabled on the PF device.
73 Each PF driver defines two schema instances: the PF schema and the VF schema.
74 The PF schema describes configuration that applies to the PF device as a whole.
79 A PF driver builds a configuration schema by first allocating a schema node and
115 for that parameter in the configuration before passing it to the PF driver.
128 configuration passed to the PF driver.
131 passed to the PF driver.
133 It is highly recommended that a PF driver reserve the use of optional parameters
135 For example, a Network Interface PF device might have the option to encapsulate
137 The PF driver could expose that option as a "vlan" parameter accepting an
143 Alternatively, if the PF device had an boolean option that controlled whether
146 The PF driver must either allow the MAC to change or not, so it would be more
147 appropriate for the PF driver to document the default behaviour by specifying
157 page for the PF driver, or in a separate manual page that is cross-referenced
160 It is not necessary for a PF driver to check for failure from any of these
165 function checks for this error and will fail to initialize SR-IOV on the PF
167 If this occurs, it is recommended that the PF driver still succeed in attaching
175 and will simply not enable SR-IOV on the PF device.