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
55 /* Serializes access to devlink instance specific objects such as argument
63 struct devlink_rel *rel; argument
71 struct devlink *__devlink_alloc(const struct devlink_ops *ops, size_t priv_size, argument
75 #define devl_warn(devlink, format, args...) \ argument
104 #define devlinks_xa_for_each_registered_get(net, index, devlink) \ argument
110 static inline bool __devl_is_registered(struct devlink *devlink) in __devl_is_registered()
115 static inline bool devl_is_registered(struct devlink *devlink) in devl_is_registered()
121 static inline void devl_dev_lock(struct devlink *devlink, bool dev_lock) in devl_dev_lock()
128 static inline void devl_dev_unlock(struct devlink *devlink, bool dev_lock) in devl_dev_unlock()
155 struct devlink *devlink; member
216 devlink_nl_put_handle(struct sk_buff *msg, struct devlink *devlink) in devlink_nl_put_handle()
236 static inline bool devlink_nl_notify_need(struct devlink *devlink) in devlink_nl_notify_need()
254 struct devlink *devlink) in devlink_nl_obj_desc_init()
272 static inline void devlink_nl_notify_send_desc(struct devlink *devlink, in devlink_nl_notify_send_desc()
283 static inline void devlink_nl_notify_send(struct devlink *devlink, in devlink_nl_notify_send()