Searched refs:MmGetMdlByteCount (Results 1 – 4 of 4) sorted by relevance
2015 return (MmGetMdlByteCount(buf));2031 *len = MmGetMdlByteCount(buf);2045 *len = MmGetMdlByteCount(buf);2070 MmGetMdlByteCount(buf) = len;2376 if (MmGetMdlByteCount(buf) == 0)2379 MmGetMdlByteCount(buf)));2403 *len = MmGetMdlByteCount(buf);3070 scnt = MmGetMdlByteCount(src);3071 dcnt = MmGetMdlByteCount(dst);3079 soff -= MmGetMdlByteCount(src);[all …]
154 #define MmGetMdlByteCount(mdl) ((mdl)->mdl_bytecount) macro
1691 pktlen = MmGetMdlByteCount(tmp);\
682 m->m_len = MmGetMdlByteCount(buf);