Home
last modified time | relevance | path

Searched refs:otx2_cpt_pending_entry (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/crypto/marvell/octeontx2/
H A Dotx2_cptvf_reqmgr.c45 static inline struct otx2_cpt_pending_entry *get_free_pending_entry( in get_free_pending_entry()
49 struct otx2_cpt_pending_entry *ent = NULL; in get_free_pending_entry()
74 static inline void free_pentry(struct otx2_cpt_pending_entry *pentry) in free_pentry()
89 struct otx2_cpt_pending_entry *pentry = NULL; in process_request()
288 struct otx2_cpt_pending_entry *resume_pentry = NULL; in process_pending_queue()
290 struct otx2_cpt_pending_entry *pentry = NULL; in process_pending_queue()
H A Dotx2_cpt_reqmgr.h83 struct otx2_cpt_pending_entry { struct
94 struct otx2_cpt_pending_entry *head; /* Head of the queue */ argument
143 struct otx2_cpt_pending_entry *pentry;
H A Dotx2_cptvf_main.c191 sizeof(struct otx2_cpt_pending_entry); in alloc_pending_queues()