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