Searched refs:MmGetMdlByteCount (Results 1 – 4 of 4) sorted by relevance
1066 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 …]
152 #define MmGetMdlByteCount(mdl) ((mdl)->mdl_bytecount) macro
1693 pktlen = MmGetMdlByteCount(tmp);\
676 m->m_len = MmGetMdlByteCount(buf);