Searched refs:rsp_value (Results 1 – 3 of 3) sorted by relevance
/linux/tools/net/ynl/lib/ |
H A D | nlspec.py | 347 def __init__(self, family, yaml, req_value, rsp_value): argument 350 self.value = req_value if req_value == rsp_value else None 352 self.rsp_value = rsp_value 600 if op.rsp_value is not None: 601 self.rsp_by_value[op.rsp_value] = op
|
H A D | ynl.py | 496 self.async_msg_ids.add(msg.rsp_value) 1011 if nl_msg.nl_seq not in reqs_by_seq or decoded.cmd() != op.rsp_value:
|
/linux/tools/net/ynl/ |
H A D | ynl-gen-c.py | 861 def __init__(self, family, yaml, req_value, rsp_value): argument 862 super().__init__(family, yaml, req_value, rsp_value) 969 def new_operation(self, elem, req_value, rsp_value): argument 970 return Operation(self, elem, req_value, rsp_value) 1553 if op.rsp_value: 1556 if family.rsp_by_value[op.rsp_value] != op: 1560 if op.req_value == op.rsp_value:
|