Searched refs:dev_cfg (Results 1 – 3 of 3) sorted by relevance
185 struct ivhd_dev_cfg *dev_cfg; in ivhd_dev_add_entry() local194 softc->dev_cfg = realloc(softc->dev_cfg, in ivhd_dev_add_entry()195 sizeof(*softc->dev_cfg) * softc->dev_cfg_cap, M_DEVBUF, in ivhd_dev_add_entry()199 dev_cfg = &softc->dev_cfg[softc->dev_cfg_cnt++]; in ivhd_dev_add_entry()200 dev_cfg->start_id = start_id; in ivhd_dev_add_entry()201 dev_cfg->end_id = end_id; in ivhd_dev_add_entry()202 dev_cfg->data = cfg; in ivhd_dev_add_entry()203 dev_cfg->enable_ats = ats; in ivhd_dev_add_entry()243 softc->dev_cfg[i].data |= all_data; in ivhd_dev_parse()706 free(softc->dev_cfg, M_DEVBUF); in ivhd_attach()[all …]
186 cfg = softc->dev_cfg; in amdvi_dev_support_iotlb()810 cfg = softc->dev_cfg; in amdvi_print_dev_cap()1208 if ((devid >= softc->dev_cfg[j].start_id) && in amdvi_find_iommu()1209 (devid <= softc->dev_cfg[j].end_id)) in amdvi_find_iommu()
400 struct ivhd_dev_cfg *dev_cfg; member