Searched refs:rsp_value (Results 1 – 3 of 3) sorted by relevance
/linux/tools/net/ynl/pyynl/lib/ |
H A D | nlspec.py | 343 rsp_value numerical ID when serialized, user <- kernel 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 | 504 self.async_msg_ids.add(msg.rsp_value) 1095 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 | 1145 def __init__(self, family, yaml, req_value, rsp_value): argument 1154 super().__init__(family, yaml, req_value, rsp_value) 1269 def new_operation(self, elem, req_value, rsp_value): argument 1270 return Operation(self, elem, req_value, rsp_value) 2004 if op.rsp_value: 2007 if family.rsp_by_value[op.rsp_value] != op: 2011 if op.req_value == op.rsp_value: 2014 cw.p(f'[{op.rsp_value}] = "{op_name}",') 2388 ri.cw.p(f'yrs.rsp_cmd = {ri.op.rsp_value};') 2431 ri.cw.p(f'yds.rsp_cmd = {ri.op.rsp_value};') [all...] |