Searched refs:npe_c (Results 1 – 1 of 1) sorted by relevance
220 static struct npe *npe_c; variable456 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()486 npe_name(npe_c)); in init_ixp_crypto()[all …]