Searched defs:otx2_cpt_pending_queue (Results 1 – 1 of 1) sorted by relevance
84 struct otx2_cpt_pending_queue { struct85 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 */