Searched refs:COMPUTE_BUF (Results 1 – 1 of 1) sorted by relevance
| /f-stack/dpdk/drivers/compress/zlib/ |
| H A D | zlib_pmd.c | 13 #define COMPUTE_BUF(mbuf, data, len) \ macro 78 COMPUTE_BUF(mbuf_dst, strm->next_out, strm->avail_out)); in process_zlib_deflate() 89 } while (COMPUTE_BUF(mbuf_src, strm->next_in, strm->avail_in)); in process_zlib_deflate() 165 COMPUTE_BUF(mbuf_dst, strm->next_out, strm->avail_out)); in process_zlib_inflate() 175 } while (COMPUTE_BUF(mbuf_src, strm->next_in, strm->avail_in)); in process_zlib_inflate()
|