Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/crypto/cavium/cpt/
Dcptvf.h70 struct pending_entry { struct
80 struct pending_entry *head; /* head of the queue */ argument
Dcptvf_reqmanager.c17 static struct pending_entry *get_free_pending_entry(struct pending_queue *q, in get_free_pending_entry()
20 struct pending_entry *ent = NULL; in get_free_pending_entry()
347 struct pending_entry *pentry = NULL; in process_pending_queue()
430 struct pending_entry *pentry = NULL; in process_request()
Drequest_manager.h106 struct pending_entry *pentry;
Dcptvf_main.c117 size = (qlen * sizeof(struct pending_entry)); in alloc_pending_queues()