Home
last modified time | relevance | path

Searched refs:pending_entry (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/crypto/cavium/cpt/
H A Dcptvf.h67 struct pending_entry { struct
77 struct pending_entry *head; /* head of the queue */ argument
H A Dcptvf_reqmanager.c15 static struct pending_entry *get_free_pending_entry(struct pending_queue *q, in get_free_pending_entry()
18 struct pending_entry *ent = NULL; in get_free_pending_entry()
334 struct pending_entry *pentry = NULL; in process_pending_queue()
417 struct pending_entry *pentry = NULL; in process_request()
H A Drequest_manager.h105 struct pending_entry *pentry;
H A Dcptvf_main.c114 size = (qlen * sizeof(struct pending_entry)); in alloc_pending_queues()