Lines Matching refs:devlink
7 ``devlink`` regions enable access to driver defined address regions using
8 devlink.
11 region can then be accessed via the devlink region interface.
17 Snapshot identifiers are scoped to the devlink instance, not a region.
18 All snapshots with the same snapshot id within a devlink instance
25 states, but see also Documentation/networking/devlink/devlink-health.rst
48 $ devlink region help
49 $ devlink region show [ DEV/REGION ]
50 $ devlink region del DEV/REGION snapshot SNAPSHOT_ID
51 $ devlink region dump DEV/REGION [ snapshot SNAPSHOT_ID ]
52 $ devlink region read DEV/REGION [ snapshot SNAPSHOT_ID ] address ADDRESS length LENGTH
55 $ devlink region show
60 $ devlink region del pci/0000:00:05.0/cr-space snapshot 1
63 $ devlink region new pci/0000:00:05.0/cr-space
67 $ devlink region dump pci/0000:00:05.0/fw-health snapshot 1
74 $ devlink region read pci/0000:00:05.0/fw-health snapshot 1 address 0 length 16
78 $ devlink region read pci/0000:00:05.0/fw-health address 16 length 16