Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/crypto/
Dixp4xx_crypto.c222 static struct npe *npe_c; variable
444 npe_c = npe_request(NPE_ID); in init_ixp_crypto()
445 if (!npe_c) in init_ixp_crypto()
448 if (!npe_running(npe_c)) { in init_ixp_crypto()
449 ret = npe_load_firmware(npe_c, npe_name(npe_c), dev); in init_ixp_crypto()
453 if (npe_recv_message(npe_c, msg, "STATUS_MSG")) in init_ixp_crypto()
456 if (npe_send_message(npe_c, msg, "STATUS_MSG")) in init_ixp_crypto()
459 if (npe_recv_message(npe_c, msg, "STATUS_MSG")) in init_ixp_crypto()
466 npe_name(npe_c)); in init_ixp_crypto()
475 npe_name(npe_c)); in init_ixp_crypto()
[all …]