Home
last modified time | relevance | path

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

/linux-6.15/tools/verification/dot2/
H A Ddot2k.py21 def __init__(self, file_path, MonitorType, extra_params={}): argument
22 self.container = extra_params.get("container")
23 self.parent = extra_params.get("parent")
33 self.name = extra_params.get("model_name")
39 super().__init__(file_path, extra_params.get("model_name"))
49 self.description = extra_params.get("description", self.name) or "auto-generated"
50 self.auto_patch = extra_params.get("auto_patch")
/linux-6.15/drivers/net/wireless/quantenna/qtnfmac/pcie/
H A Dtopaz_pcie.c186 struct qtnf_extra_bd_params __iomem *extra_params; in topaz_alloc_bd_table() local
231 extra_params = (struct qtnf_extra_bd_params __iomem *)vaddr; in topaz_alloc_bd_table()
233 ts->ep_next_rx_pkt = &extra_params->param1; in topaz_alloc_bd_table()
236 ts->txqueue_wake = &extra_params->param2; in topaz_alloc_bd_table()
237 ts->ep_pmstate = &extra_params->param3; in topaz_alloc_bd_table()