Home
last modified time | relevance | path

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

/drivers/crypto/marvell/octeontx/
Dotx_cptvf_reqmgr.h148 struct otx_cpt_pending_queue { struct
149 struct otx_cpt_pending_entry *head; /* Head of the queue */
150 u32 front; /* Process work from here */
151 u32 rear; /* Append new work here */
152 u32 pending_count; /* Pending requests count */
153 u32 qlen; /* Queue length */
154 spinlock_t lock; /* Queue lock */