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

/linux-4.1.27/drivers/crypto/
H A Dixp4xx_crypto.c212 static struct npe *npe_c; variable in typeref:struct:npe
433 npe_c = npe_request(NPE_ID); init_ixp_crypto()
434 if (!npe_c) init_ixp_crypto()
437 if (!npe_running(npe_c)) { init_ixp_crypto()
438 ret = npe_load_firmware(npe_c, npe_name(npe_c), dev); init_ixp_crypto()
442 if (npe_recv_message(npe_c, msg, "STATUS_MSG")) init_ixp_crypto()
445 if (npe_send_message(npe_c, msg, "STATUS_MSG")) init_ixp_crypto()
448 if (npe_recv_message(npe_c, msg, "STATUS_MSG")) init_ixp_crypto()
455 npe_name(npe_c)); init_ixp_crypto()
464 npe_name(npe_c)); init_ixp_crypto()
499 printk(KERN_ERR "%s not responding\n", npe_name(npe_c)); init_ixp_crypto()
506 npe_release(npe_c); init_ixp_crypto()
521 npe_release(npe_c); release_ixp_crypto()

Completed in 63 milliseconds