Searched refs:dev_cfg_cnt (Results 1 – 3 of 3) sorted by relevance
185 KASSERT(softc->dev_cfg_cap >= softc->dev_cfg_cnt, in ivhd_dev_add_entry()187 if (softc->dev_cfg_cap == softc->dev_cfg_cnt) { in ivhd_dev_add_entry()197 dev_cfg = &softc->dev_cfg[softc->dev_cfg_cnt++]; in ivhd_dev_add_entry()240 for (i = 0; i < softc->dev_cfg_cnt; i++) in ivhd_dev_parse()
186 for (i = 0; i < softc->dev_cfg_cnt; i++) { in amdvi_dev_support_iotlb()809 for (i = 0; i < softc->dev_cfg_cnt; i++) { in amdvi_print_dev_cap()1205 for (j = 0; j < softc->dev_cfg_cnt; j++) in amdvi_find_iommu()
399 int dev_cfg_cnt; member