Searched refs:DEFAULT_CMD_QLEN (Results 1 – 3 of 3) sorted by relevance
| /dpdk/drivers/crypto/octeontx/ |
| H A D | otx_cryptodev_ops.c | 152 if (qp_conf->nb_descriptors > DEFAULT_CMD_QLEN) { in otx_cpt_que_pair_setup() 155 DEFAULT_CMD_QLEN); in otx_cpt_que_pair_setup() 634 free_slots = pending_queue_free_slots(pqueue, DEFAULT_CMD_QLEN, in otx_cpt_pkt_enqueue() 648 pending_queue_push(pqueue, req, count, DEFAULT_CMD_QLEN); in otx_cpt_pkt_enqueue() 653 pending_queue_commit(pqueue, count, DEFAULT_CMD_QLEN); in otx_cpt_pkt_enqueue() 946 pcount = pending_queue_level(pqueue, DEFAULT_CMD_QLEN); in otx_cpt_pkt_dequeue() 955 DEFAULT_CMD_QLEN, i + 1 < count); in otx_cpt_pkt_dequeue() 971 pending_queue_pop(pqueue, DEFAULT_CMD_QLEN); in otx_cpt_pkt_dequeue()
|
| H A D | otx_cryptodev_hw_access.h | 26 #define DEFAULT_CMD_QLEN 2048 macro 34 ((DEFAULT_CMD_QLEN - DEFAULT_CMD_QRSVD_SLOTS) / \
|
| H A D | otx_cryptodev_hw_access.c | 531 qlen = DEFAULT_CMD_QLEN; in otx_cpt_get_resource()
|