Searched refs:extra_params (Results 1 – 2 of 2) sorted by relevance
21 def __init__(self, file_path, MonitorType, extra_params={}): argument22 super().__init__(file_path, extra_params.get("model_name"))34 self.description = extra_params.get("description", self.name) or "auto-generated"35 self.auto_patch = extra_params.get("auto_patch")
186 struct qtnf_extra_bd_params __iomem *extra_params; in topaz_alloc_bd_table() local231 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()