Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/crypto/octeontx/
H A Dotx_cryptodev_ops.c148 if (qp_conf->nb_descriptors > DEFAULT_CMD_QLEN) { in otx_cpt_que_pair_setup()
151 DEFAULT_CMD_QLEN); in otx_cpt_que_pair_setup()
418 if (unlikely(pqueue->pending_count >= DEFAULT_CMD_QLEN)) in otx_cpt_request_enqueue()
436 MOD_INC(pqueue->enq_tail, DEFAULT_CMD_QLEN); in otx_cpt_request_enqueue()
643 count = DEFAULT_CMD_QLEN - pqueue->pending_count; in otx_cpt_pkt_enqueue()
861 MOD_INC(pqueue->deq_head, DEFAULT_CMD_QLEN); in otx_cpt_pkt_dequeue()
H A Dotx_cryptodev_hw_access.h28 #define DEFAULT_CMD_QLEN \ macro