Searched refs:MmGetMdlByteCount (Results 1 – 4 of 4) sorted by relevance
2018 return (MmGetMdlByteCount(buf));2034 *len = MmGetMdlByteCount(buf);2048 *len = MmGetMdlByteCount(buf);2073 MmGetMdlByteCount(buf) = len;2379 if (MmGetMdlByteCount(buf) == 0)2382 MmGetMdlByteCount(buf)));2406 *len = MmGetMdlByteCount(buf);3073 scnt = MmGetMdlByteCount(src);3074 dcnt = MmGetMdlByteCount(dst);3082 soff -= MmGetMdlByteCount(src);[all …]
154 #define MmGetMdlByteCount(mdl) ((mdl)->mdl_bytecount) macro
1695 pktlen = MmGetMdlByteCount(tmp);\
684 m->m_len = MmGetMdlByteCount(buf);