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

/freebsd-11-stable/sys/dev/netmap/
H A Dnetmap_mem2.c862 PMDL mainMdl, tempMdl; local
886 tempMdl = IoAllocateMdl(p->lut[0].vaddr, clsz, FALSE, FALSE, NULL);
887 if (tempMdl == NULL) {
889 nm_prerr("fail to allocate tempMdl");
893 pSrc = MmGetMdlPfnArray(tempMdl);
897 MmInitializeMdl(tempMdl, p->lut[j*clobjs].vaddr, clsz);
898 MmBuildMdlForNonPagedPool(tempMdl); /* compute physical page addresses */
900 mainMdl->MdlFlags = tempMdl->MdlFlags; /* XXX what is in here ? */
902 IoFreeMdl(tempMdl);

Completed in 54 milliseconds