Searched refs:mapped_len (Results 1 – 1 of 1) sorted by relevance
983 uint64_t mapped_len; in async_mbuf_to_desc() local1079 cpy_len, &mapped_len); in async_mbuf_to_desc()1081 if (unlikely(!hpa || mapped_len < cpy_threshold)) in async_mbuf_to_desc()1086 mbuf_offset), (size_t)mapped_len); in async_mbuf_to_desc()1089 hpa, (size_t)mapped_len); in async_mbuf_to_desc()1091 tlen += (uint32_t)mapped_len; in async_mbuf_to_desc()1092 cpy_len -= (uint32_t)mapped_len; in async_mbuf_to_desc()1093 mbuf_avail -= (uint32_t)mapped_len; in async_mbuf_to_desc()1094 mbuf_offset += (uint32_t)mapped_len; in async_mbuf_to_desc()1095 buf_avail -= (uint32_t)mapped_len; in async_mbuf_to_desc()[all …]