Searched refs:dev_cfg_cap (Results 1 - 2 of 2) sorted by relevance

/freebsd-current/sys/amd64/vmm/amd/
H A Divrs_drv.c185 KASSERT(softc->dev_cfg_cap >= softc->dev_cfg_cnt,
187 if (softc->dev_cfg_cap == softc->dev_cfg_cnt) {
188 if (softc->dev_cfg_cap == 0)
189 softc->dev_cfg_cap = 1;
191 softc->dev_cfg_cap <<= 2;
193 sizeof(*softc->dev_cfg) * softc->dev_cfg_cap, M_DEVBUF,
H A Damdvi_priv.h400 int dev_cfg_cap; member in struct:amdvi_softc

Completed in 279 milliseconds