Home
last modified time | relevance | path

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

/linux/drivers/crypto/marvell/octeontx2/
A Dotx2_cpt_reqmgr.h84 struct otx2_cpt_pending_queue { struct
85 struct otx2_cpt_pending_entry *head; /* Head of the queue */
86 u32 front; /* Process work from here */
87 u32 rear; /* Append new work here */
88 u32 pending_count; /* Pending requests count */
89 u32 qlen; /* Queue length */
90 spinlock_t lock; /* Queue lock */

Completed in 4 milliseconds