Home
last modified time | relevance | path

Searched refs:MmGetMdlByteCount (Results 1 – 4 of 4) sorted by relevance

/trueos/sys/compat/ndis/
HDsubr_ndis.c1066 MmGetMdlVirtualAddress(buf), MmGetMdlByteCount(buf), ndis_map_cb, in NdisMStartBufferPhysicalMapping()
2010 return (MmGetMdlByteCount(buf));
2026 *len = MmGetMdlByteCount(buf);
2040 *len = MmGetMdlByteCount(buf);
2065 MmGetMdlByteCount(buf) = len;
2371 if (MmGetMdlByteCount(buf) == 0)
2374 MmGetMdlByteCount(buf)));
2398 *len = MmGetMdlByteCount(buf);
2645 *firstlen = *totlen = MmGetMdlByteCount(tmp);
2647 *totlen += MmGetMdlByteCount(tmp);
[all …]
HDntoskrnl_var.h152 #define MmGetMdlByteCount(mdl) ((mdl)->mdl_bytecount) macro
HDndis_var.h1693 pktlen = MmGetMdlByteCount(tmp);\
HDkern_ndis.c676 m->m_len = MmGetMdlByteCount(buf);