Searched refs:rsp_value (Results 1 – 3 of 3) sorted by relevance
| /linux-6.15/tools/net/ynl/pyynl/lib/ |
| H A D | nlspec.py | 353 def __init__(self, family, yaml, req_value, rsp_value): argument 356 self.value = req_value if req_value == rsp_value else None 358 self.rsp_value = rsp_value 606 if op.rsp_value is not None: 607 self.rsp_by_value[op.rsp_value] = op
|
| H A D | ynl.py | 499 self.async_msg_ids.add(msg.rsp_value) 1061 if nl_msg.nl_seq not in reqs_by_seq or decoded.cmd() != op.rsp_value:
|
| /linux-6.15/tools/net/ynl/pyynl/ |
| H A D | ynl_gen_c.py | 934 def __init__(self, family, yaml, req_value, rsp_value): argument 935 super().__init__(family, yaml, req_value, rsp_value) 1042 def new_operation(self, elem, req_value, rsp_value): argument 1043 return Operation(self, elem, req_value, rsp_value) 1631 if op.rsp_value: 1634 if family.rsp_by_value[op.rsp_value] != op: 1638 if op.req_value == op.rsp_value:
|