Lines Matching refs:devlink
9 The ``devlink-flash`` API allows updating device firmware. It replaces the
13 $ devlink dev flash pci/0000:05:00.0 file flash-boot.bin
22 The ``devlink-flash`` command allows optionally specifying a mask indicating
53 ``devlink-info`` allows users to query firmware information (loaded
58 devlink parameter can be used to control this behavior
59 (:ref:`Documentation/networking/devlink/devlink-params.rst <devlink_params_generic>`).
66 Drivers are expected to implement ``devlink-flash`` and ``devlink-info``
70 ``devlink-info`` exposes the ``driver`` name and three version groups
89 $hw_id = devlink-dev-info['fixed']
95 if $want_flash_vers != devlink-dev-info['stored']:
97 devlink-dev-flash($file)
103 if $want_fw_vers != devlink-dev-info['running']:
108 if $want_fw_vers != devlink-dev-info['running']:
109 devlink-reset()
112 if $want_fw_vers != devlink-dev-info['running']:
115 Note that each reference to ``devlink-dev-info`` in this pseudo-code