Lines Matching +full:allow +full:- +full:set +full:- +full:time
5 related to any device class, such as chip-wide/switch-ASIC-wide configuration.
8 -------
10 Driver facing APIs are currently transitioning to allow more explicit
11 locking. Drivers can use the existing ``devlink_*`` set of APIs, or
13 in devlink core, but don't allow registration of most sub-objects once
22 taking RTNL lock at the same time. Devlink instance lock needs to be taken
26 ----------------
32 - Lock ordering should be maintained. If driver needs to take instance
33 lock of both nested and parent instances at the same time, devlink
36 - Driver should use object-specific helpers to setup the
39 - ``devl_nested_devlink_set()`` - called to setup devlink -> nested
41 - ``devl_port_fn_devlink_set()`` - called to setup port function ->
43 - ``devlink_linecard_nested_dl_set()`` - called to setup linecard ->
46 The nested devlink info is exposed to the userspace over object-specific
50 -----------------------
58 devlink-dpipe
59 devlink-health
60 devlink-info
61 devlink-flash
62 devlink-params
63 devlink-port
64 devlink-region
65 devlink-resource
66 devlink-reload
67 devlink-selftests
68 devlink-trap
69 devlink-linecard
70 devlink-eswitch-attr
72 Driver-specific documentation
73 -----------------------------
94 ti-cpsw-switch
95 am65-nuss-cpsw-switch