Home
last modified time | relevance | path

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

/openbmc/linux/drivers/crypto/
H A Dn2_core.c202 static unsigned long spu_queue_submit(struct spu_queue *q, void *last) in spu_queue_submit() function
512 unsigned long hv_ret = spu_queue_submit(qp, ent); in submit_and_wait_for_tail()
846 return (spu_queue_submit(qp, ent) != HV_EOK) ? -EINVAL : 0; in __n2_crypt_chunk()