Lines Matching +full:nested +full:- +full:attributes
5 related to any device class, such as chip-wide/switch-ASIC-wide configuration.
8 -------
13 in devlink core, but don't allow registration of most sub-objects once
25 Nested instances
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
35 instance lock of the nested instance could be taken.
36 - Driver should use object-specific helpers to setup the
37 nested relationship:
39 - ``devl_nested_devlink_set()`` - called to setup devlink -> nested
40 devlink relationship (could be user for multiple nested instances.
41 - ``devl_port_fn_devlink_set()`` - called to setup port function ->
42 nested devlink relationship.
43 - ``devlink_linecard_nested_dl_set()`` - called to setup linecard ->
44 nested devlink relationship.
46 The nested devlink info is exposed to the userspace over object-specific
47 attributes of devlink netlink.
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