Home
last modified time | relevance | path

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

/linux/tools/net/ynl/pyynl/
H A Dynl_gen_c.py1179 def __init__(self, family, yaml, req_value, rsp_value): argument
1188 super().__init__(family, yaml, req_value, rsp_value)
1311 def new_operation(self, elem, req_value, rsp_value): argument
1312 return Operation(self, elem, req_value, rsp_value)
2046 if op.rsp_value:
2049 if family.rsp_by_value[op.rsp_value] != op:
2053 if op.req_value == op.rsp_value:
3367 crud_op = ri.family.req_by_value[op.rsp_value]
/linux/tools/net/ynl/pyynl/lib/
H A Dynl.py728 self.async_msg_ids.add(msg.rsp_value)
1375 if nl_msg.nl_seq not in reqs_by_seq or decoded.cmd() != op.rsp_value: