Searched refs:rsp_value (Results 1 – 3 of 3) sorted by relevance
| /linux/tools/net/ynl/pyynl/lib/ |
| H A D | nlspec.py | 362 def __init__(self, family, yaml, req_value, rsp_value): argument 365 self.value = req_value if req_value == rsp_value else None 367 self.rsp_value = rsp_value 638 if op.rsp_value is not None: 639 self.rsp_by_value[op.rsp_value] = op
|
| H A D | ynl.py | 744 self.async_msg_ids.add(msg.rsp_value) 1420 if nl_msg.nl_seq not in reqs_by_seq or decoded.cmd() != op.rsp_value:
|
| /linux/tools/net/ynl/pyynl/ |
| H A D | ynl_gen_c.py | 1187 def __init__(self, family, yaml, req_value, rsp_value): argument 1196 super().__init__(family, yaml, req_value, rsp_value) 1319 def new_operation(self, elem, req_value, rsp_value): argument 1320 return Operation(self, elem, req_value, rsp_value) 2054 if op.rsp_value: 2057 if family.rsp_by_value[op.rsp_value] != op: 2061 if op.req_value == op.rsp_value: 3386 crud_op = ri.family.req_by_value[op.rsp_value]
|