Lines Matching full:region
4 Devlink Region
11 region can then be accessed via the devlink region interface.
13 Region snapshots are collected by the driver, and can be accessed via read
17 Snapshot identifiers are scoped to the devlink instance, not a region.
21 The major benefit to creating a region is to provide access to internal
29 requested snapshots must implement the ``.snapshot`` callback for the region
39 $ devlink region help
40 $ devlink region show [ DEV/REGION ]
41 $ devlink region del DEV/REGION snapshot SNAPSHOT_ID
42 $ devlink region dump DEV/REGION [ snapshot SNAPSHOT_ID ]
43 $ devlink region read DEV/REGION [ snapshot SNAPSHOT_ID ] address ADDRESS length length
45 # Show all of the exposed regions with region sizes:
46 $ devlink region show
51 $ devlink region del pci/0000:00:05.0/cr-space snapshot 1
53 # Request an immediate snapshot, if supported by the region
54 $ devlink region new pci/0000:00:05.0/cr-space
58 $ devlink region dump pci/0000:00:05.0/fw-health snapshot 1
65 $ devlink region read pci/0000:00:05.0/fw-health snapshot 1 address 0 length 16