Searched refs:ap_send (Results 1 – 3 of 3) sorted by relevance
/linux-4.1.27/drivers/s390/crypto/ |
D | zcrypt_pcixcc.c | 179 rc = ap_send(ap_dev->qid, 0x0102030405060708ULL, msg, sizeof(msg)); in zcrypt_pcixcc_mcl() 231 rc = ap_send(ap_dev->qid, 0x0102030405060708ULL, ap_msg.message, in zcrypt_pcixcc_rng_supported()
|
D | ap_bus.h | 232 int ap_send(ap_qid_t, unsigned long long, void *, size_t);
|
D | ap_bus.c | 433 int ap_send(ap_qid_t qid, unsigned long long psmid, void *msg, size_t length) in ap_send() function 450 EXPORT_SYMBOL(ap_send);
|