Home
last modified time | relevance | path

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

/openbmc/linux/net/devlink/
H A Dport.c153 bool *msg_updated) in devlink_port_fn_caps_fill() argument
181 *msg_updated = true; in devlink_port_fn_caps_fill()
269 bool *msg_updated) in devlink_port_fn_hw_addr_fill() argument
288 *msg_updated = true; in devlink_port_fn_hw_addr_fill()
309 bool *msg_updated) in devlink_port_fn_state_fill() argument
337 *msg_updated = true; in devlink_port_fn_state_fill()
417 bool msg_updated = false; in devlink_nl_port_function_attrs_put() local
424 err = devlink_port_fn_hw_addr_fill(port, msg, extack, &msg_updated); in devlink_nl_port_function_attrs_put()
427 err = devlink_port_fn_caps_fill(port, msg, extack, &msg_updated); in devlink_nl_port_function_attrs_put()
430 err = devlink_port_fn_state_fill(port, msg, extack, &msg_updated); in devlink_nl_port_function_attrs_put()
[all …]