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