Lines Matching refs:devlink
4 devlink is an API to expose device information and resources not directly
13 in devlink core, but don't allow registration of most sub-objects once
14 the main devlink object is itself registered. The newer ``devl_*`` APIs assume
15 the devlink instance lock is already held. Drivers can take the instance
16 lock by calling ``devl_lock()``. It is also held all callbacks of devlink
19 Drivers are encouraged to use the devlink instance lock for their own needs.
24 The following pages describe various interfaces available through devlink in
30 devlink-dpipe
31 devlink-health
32 devlink-info
33 devlink-flash
34 devlink-params
35 devlink-port
36 devlink-region
37 devlink-resource
38 devlink-reload
39 devlink-selftests
40 devlink-trap
41 devlink-linecard
46 Each driver that implements ``devlink`` is expected to document what