Home
last modified time | relevance | path

Searched refs:msg_updated (Results 1 – 3 of 3) sorted by relevance

/linux/net/devlink/
H A Dport.c154 bool *msg_updated) in devlink_port_fn_caps_fill() argument
182 *msg_updated = true; in devlink_port_fn_caps_fill()
189 bool *msg_updated) in devlink_port_fn_max_io_eqs_fill() argument
206 *msg_updated = true; in devlink_port_fn_max_io_eqs_fill()
294 bool *msg_updated) in devlink_port_fn_hw_addr_fill() argument
313 *msg_updated = true; in devlink_port_fn_hw_addr_fill()
334 bool *msg_updated) in devlink_port_fn_state_fill() argument
362 *msg_updated = true; in devlink_port_fn_state_fill()
454 bool msg_updated = false; in devlink_nl_port_function_attrs_put() local
461 err = devlink_port_fn_hw_addr_fill(port, msg, extack, &msg_updated); in devlink_nl_port_function_attrs_put()
[all …]
H A Dcore.c219 bool *msg_updated) in devlink_rel_devlink_handle_put() argument
230 if (!err && msg_updated) in devlink_rel_devlink_handle_put()
231 *msg_updated = true; in devlink_rel_devlink_handle_put()
H A Ddevl_internal.h131 bool *msg_updated);