Lines Matching defs:devlink
33 struct devlink { struct
43 struct devlink_dpipe_headers *dpipe_headers; argument
48 const struct devlink_ops *ops; argument
50 struct devlink_dev_stats stats; argument
53 /* Serializes access to devlink instance specific objects such as argument
61 struct devlink_rel *rel; argument
69 /* devlink instances are open to the access from the user space after argument
89 #define devlinks_xa_for_each_registered_get(net, index, devlink) \ argument
94 static inline bool __devl_is_registered(struct devlink *devlink) in __devl_is_registered()
99 static inline bool devl_is_registered(struct devlink *devlink) in devl_is_registered()
105 static inline void devl_dev_lock(struct devlink *devlink, bool dev_lock) in devl_dev_lock()
112 static inline void devl_dev_unlock(struct devlink *devlink, bool dev_lock) in devl_dev_unlock()
175 devlink_nl_put_handle(struct sk_buff *msg, struct devlink *devlink) in devlink_nl_put_handle()
193 static inline bool devlink_nl_notify_need(struct devlink *devlink) in devlink_nl_notify_need()
209 struct devlink *devlink) in devlink_nl_obj_desc_init()
225 static inline void devlink_nl_notify_send_desc(struct devlink *devlink, in devlink_nl_notify_send_desc()
236 static inline void devlink_nl_notify_send(struct devlink *devlink, in devlink_nl_notify_send()