Home
last modified time | relevance | path

Searched defs:otx2_cpt_pending_queue (Results 1 – 1 of 1) sorted by relevance

/linux-6.12.1/drivers/crypto/marvell/octeontx2/
Dotx2_cpt_reqmgr.h93 struct otx2_cpt_pending_queue { struct
94 struct otx2_cpt_pending_entry *head; /* Head of the queue */
95 u32 front; /* Process work from here */
96 u32 rear; /* Append new work here */
97 u32 pending_count; /* Pending requests count */
98 u32 qlen; /* Queue length */
99 spinlock_t lock; /* Queue lock */