Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/common/qat/
H A Dqat_qp.c555 uint32_t max_head; in rxq_free_desc() local
559 max_head = qp->nb_descriptors * q->msg_size; in rxq_free_desc()
565 memset(cur_desc, ADF_RING_EMPTY_SIG_BYTE, max_head - old_head); in rxq_free_desc()
/f-stack/dpdk/drivers/crypto/qat/
H A Dqat_sym_hw_dp.c860 uint32_t max_head; in qat_sym_dp_update_head() local
864 max_head = qp->nb_descriptors * rx_queue->msg_size; in qat_sym_dp_update_head()
871 max_head - old_head); in qat_sym_dp_update_head()