Searched refs:npe_c (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/crypto/ |
H A D | ixp4xx_crypto.c | 220 static struct npe *npe_c; variable 456 npe_c = npe_request(NPE_ID); in init_ixp_crypto() 457 if (!npe_c) in init_ixp_crypto() 460 if (!npe_running(npe_c)) { in init_ixp_crypto() 461 ret = npe_load_firmware(npe_c, npe_name(npe_c), dev); in init_ixp_crypto() 464 if (npe_recv_message(npe_c, msg, "STATUS_MSG")) in init_ixp_crypto() 467 if (npe_send_message(npe_c, msg, "STATUS_MSG")) in init_ixp_crypto() 470 if (npe_recv_message(npe_c, msg, "STATUS_MSG")) in init_ixp_crypto() 477 npe_name(npe_c)); in init_ixp_crypto() [all...] |
/kernel/linux/linux-6.6/drivers/crypto/intel/ixp4xx/ |
H A D | ixp4xx_crypto.c | 223 static struct npe *npe_c; variable 500 npe_c = npe_request(npe_id); in init_ixp_crypto() 501 if (!npe_c) in init_ixp_crypto() 504 if (!npe_running(npe_c)) { in init_ixp_crypto() 505 ret = npe_load_firmware(npe_c, npe_name(npe_c), dev); in init_ixp_crypto() 508 if (npe_recv_message(npe_c, msg, "STATUS_MSG")) in init_ixp_crypto() 511 if (npe_send_message(npe_c, msg, "STATUS_MSG")) in init_ixp_crypto() 514 if (npe_recv_message(npe_c, msg, "STATUS_MSG")) in init_ixp_crypto() 520 dev_warn(dev, "Firmware of %s lacks AES support\n", npe_name(npe_c)); in init_ixp_crypto() [all...] |
Completed in 3 milliseconds