Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/compress/qat/
H A Dqat_comp.c490 uint32_t left_in_current = rte_pktmbuf_data_len(sgl_buf) - in qat_comp_response_data_copy() local
495 if (rx_op->produced <= left_in_current) { in qat_comp_response_data_copy()
499 if (rx_op->produced == left_in_current) { in qat_comp_response_data_copy()
506 left_in_current); in qat_comp_response_data_copy()
508 prod = rx_op->produced - left_in_current; in qat_comp_response_data_copy()
509 sent = left_in_current; in qat_comp_response_data_copy()