Searched refs:dev_cfg_cnt (Results 1 – 3 of 3) sorted by relevance
183 KASSERT(softc->dev_cfg_cap >= softc->dev_cfg_cnt, in ivhd_dev_add_entry()185 if (softc->dev_cfg_cap == softc->dev_cfg_cnt) { in ivhd_dev_add_entry()195 dev_cfg = &softc->dev_cfg[softc->dev_cfg_cnt++]; in ivhd_dev_add_entry()238 for (i = 0; i < softc->dev_cfg_cnt; i++) in ivhd_dev_parse()
183 for (i = 0; i < softc->dev_cfg_cnt; i++) { in amdvi_dev_support_iotlb()806 for (i = 0; i < softc->dev_cfg_cnt; i++) { in amdvi_print_dev_cap()1202 for (j = 0; j < softc->dev_cfg_cnt; j++) in amdvi_find_iommu()
398 int dev_cfg_cnt; member