Searched refs:get_free_pending_entry (Results 1 - 5 of 5) sorted by relevance
/kernel/linux/linux-5.10/drivers/crypto/marvell/octeontx/ |
H A D | otx_cptvf_reqmgr.c | 57 static inline struct otx_cpt_pending_entry *get_free_pending_entry( in get_free_pending_entry() function 325 pentry = get_free_pending_entry(pqueue, pqueue->qlen); in process_request() 331 pentry = get_free_pending_entry(pqueue, pqueue->qlen); in process_request()
|
/kernel/linux/linux-6.6/drivers/crypto/marvell/octeontx/ |
H A D | otx_cptvf_reqmgr.c | 57 static inline struct otx_cpt_pending_entry *get_free_pending_entry( in get_free_pending_entry() function 325 pentry = get_free_pending_entry(pqueue, pqueue->qlen); in process_request() 331 pentry = get_free_pending_entry(pqueue, pqueue->qlen); in process_request()
|
/kernel/linux/linux-6.6/drivers/crypto/marvell/octeontx2/ |
H A D | otx2_cptvf_reqmgr.c | 48 static inline struct otx2_cpt_pending_entry *get_free_pending_entry( in get_free_pending_entry() function 261 pentry = get_free_pending_entry(pqueue, pqueue->qlen); in process_request() 267 pentry = get_free_pending_entry(pqueue, pqueue->qlen); in process_request()
|
/kernel/linux/linux-5.10/drivers/crypto/cavium/cpt/ |
H A D | cptvf_reqmanager.c | 11 * get_free_pending_entry - get free entry from pending queue 15 static struct pending_entry *get_free_pending_entry(struct pending_queue *q, in get_free_pending_entry() function 489 pentry = get_free_pending_entry(pqueue, cptvf->pqinfo.qlen); in process_request()
|
/kernel/linux/linux-6.6/drivers/crypto/cavium/cpt/ |
H A D | cptvf_reqmanager.c | 11 * get_free_pending_entry - get free entry from pending queue 15 static struct pending_entry *get_free_pending_entry(struct pending_queue *q, in get_free_pending_entry() function 485 pentry = get_free_pending_entry(pqueue, cptvf->pqinfo.qlen); in process_request()
|
Completed in 7 milliseconds