Home
last modified time | relevance | path

Searched refs:sgls (Results 1 – 2 of 2) sorted by relevance

/openbsd/sys/dev/pci/
H A Dvmwpvs.c406 struct vmwpvs_sgl *sgls; in vmwpvs_attach() local
504 sgls = VMWPVS_DMA_KVA(sc->sc_sgls); in vmwpvs_attach()
519 ccb->ccb_sgl_offset = i * sizeof(*sgls); in vmwpvs_attach()
520 ccb->ccb_sgl = &sgls[i]; in vmwpvs_attach()
/openbsd/sys/dev/ic/
H A Dnvmereg.h360 u_int32_t sgls; /* SGL Support */ member