Home
last modified time | relevance | path

Searched refs:totaloutputlength (Results 1 – 2 of 2) sorted by relevance

/dpdk/drivers/compress/octeontx/include/
H A Dzip_regs.h185 uint64_t totaloutputlength : 24; member
232 uint64_t totaloutputlength : 24;
366 uint64_t totaloutputlength : 24; member
413 uint64_t totaloutputlength : 24;
/dpdk/drivers/compress/octeontx/
H A Dotx_zip.h196 inst->s.totaloutputlength = rte_pktmbuf_pkt_len(m_dst) - in zipvf_prepare_out_buf()
198 inst->s.out_ptr_ctl.s.length = inst->s.totaloutputlength; in zipvf_prepare_out_buf()
229 cmd83->s.totaloutputlength); in zip_dump_instruction()