Home
last modified time | relevance | path

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

/dpdk/drivers/compress/qat/
H A Dqat_comp.c491 uint32_t left_in_current = rte_pktmbuf_data_len(sgl_buf) - in qat_comp_response_data_copy() local
496 if (rx_op->produced <= left_in_current) { in qat_comp_response_data_copy()
500 if (rx_op->produced == left_in_current) { in qat_comp_response_data_copy()
507 left_in_current); in qat_comp_response_data_copy()
509 prod = rx_op->produced - left_in_current; in qat_comp_response_data_copy()
510 sent = left_in_current; in qat_comp_response_data_copy()