Home
last modified time | relevance | path

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

/openbmc/linux/tools/net/ynl/lib/
H A Dnlspec.py293 def __init__(self, family, yaml, req_value, rsp_value): argument
296 self.value = req_value if req_value == rsp_value else None
298 self.rsp_value = rsp_value
534 if op.rsp_value is not None:
535 self.rsp_by_value[op.rsp_value] = op
H A Dynl.py432 self.async_msg_ids.add(msg.rsp_value)
707 if nl_msg.nl_seq != req_seq or decoded.cmd() != op.rsp_value:
/openbmc/linux/tools/net/ynl/
H A Dynl-gen-c.py757 def __init__(self, family, yaml, req_value, rsp_value): argument
758 super().__init__(family, yaml, req_value, rsp_value)
860 def new_operation(self, elem, req_value, rsp_value): argument
861 return Operation(self, elem, req_value, rsp_value)
1377 if op.rsp_value:
1378 if op.req_value == op.rsp_value: