Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/crypto/
Dn2_core.c198 static unsigned long spu_queue_submit(struct spu_queue *q, void *last) in spu_queue_submit() function
513 unsigned long hv_ret = spu_queue_submit(qp, ent); in submit_and_wait_for_tail()
885 return (spu_queue_submit(qp, ent) != HV_EOK) ? -EINVAL : 0; in __n2_crypt_chunk()