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.py1163 def __init__(self, family, yaml, req_value, rsp_value): argument
1172 super().__init__(family, yaml, req_value, rsp_value)
1289 def new_operation(self, elem, req_value, rsp_value): argument
1290 return Operation(self, elem, req_value, rsp_value)
2024 if op.rsp_value:
2027 if family.rsp_by_value[op.rsp_value] != op:
2031 if op.req_value == op.rsp_value:
3323 crud_op = ri.family.req_by_value[op.rsp_value]
/linux/tools/net/ynl/pyynl/lib/
H A Dynl.py512 self.async_msg_ids.add(msg.rsp_value)
1138 if nl_msg.nl_seq not in reqs_by_seq or decoded.cmd() != op.rsp_value: