Searched refs:new_value (Results 1 – 3 of 3) sorted by relevance
262 struct ias_value *new_value) in irias_object_change_attribute() argument288 if ( attrib->value->type != new_value->type) { in irias_object_change_attribute()299 attrib->value = new_value; in irias_object_change_attribute()
2966 u32 new_value; in tipc_link_cmd_config() local2975 new_value = ntohl(args->value); in tipc_link_cmd_config()2979 (tipc_bclink_set_queue_limits(new_value) == 0)) in tipc_link_cmd_config()2996 if ((new_value >= TIPC_MIN_LINK_TOL) && in tipc_link_cmd_config()2997 (new_value <= TIPC_MAX_LINK_TOL)) { in tipc_link_cmd_config()2998 link_set_supervision_props(l_ptr, new_value); in tipc_link_cmd_config()3000 0, 0, new_value, 0, 0); in tipc_link_cmd_config()3005 if ((new_value >= TIPC_MIN_LINK_PRI) && in tipc_link_cmd_config()3006 (new_value <= TIPC_MAX_LINK_PRI)) { in tipc_link_cmd_config()3007 l_ptr->priority = new_value; in tipc_link_cmd_config()[all …]
532 struct ias_value *new_value; in irlan_ias_register() local547 new_value = irias_new_integer_value(tsap_sel); in irlan_ias_register()549 new_value); in irlan_ias_register()