Searched refs:NPE_QLEN (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/crypto/ |
H A D | ixp4xx_crypto.c | 75 #define NPE_QLEN 16 macro 77 * NPE_QLEN crypt_ctl are busy */ 263 NPE_QLEN * sizeof(struct crypt_ctl), in setup_crypt_desc() 287 if (++idx >= NPE_QLEN) in get_crypt_desc() 302 static int idx = NPE_QLEN; in get_crypt_desc_emerg() 316 idx = NPE_QLEN; in get_crypt_desc_emerg() 509 ret = qmgr_request_queue(RECV_QID, NPE_QLEN, 0, 0, in init_ixp_crypto() 547 NPE_QLEN * sizeof(struct crypt_ctl), in release_ixp_crypto()
|
/kernel/linux/linux-6.6/drivers/crypto/intel/ixp4xx/ |
H A D | ixp4xx_crypto.c | 78 #define NPE_QLEN 16 macro 80 * NPE_QLEN crypt_ctl are busy */ 270 NPE_QLEN * sizeof(struct crypt_ctl), in setup_crypt_desc() 294 if (++idx >= NPE_QLEN) in get_crypt_desc() 309 static int idx = NPE_QLEN; in get_crypt_desc_emerg() 323 idx = NPE_QLEN; in get_crypt_desc_emerg() 550 ret = qmgr_request_queue(recv_qid, NPE_QLEN, 0, 0, in init_ixp_crypto() 587 dma_free_coherent(dev, NPE_QLEN * sizeof(struct crypt_ctl), in release_ixp_crypto()
|
Completed in 5 milliseconds