Home
last modified time | relevance | path

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

/linux/drivers/s390/crypto/
H A Dzcrypt_cex4.c678 zq = zcrypt_queue_alloc(aq->card->maxmsgsize); in zcrypt_cex4_queue_probe()
684 zq = zcrypt_queue_alloc(aq->card->maxmsgsize); in zcrypt_cex4_queue_probe()
690 zq = zcrypt_queue_alloc(aq->card->maxmsgsize); in zcrypt_cex4_queue_probe()
H A Dap_bus.c587 unsigned int maxmsgsize; in ap_init_apmsg() local
600 maxmsgsize = atomic_read(&ap_max_msg_size); in ap_init_apmsg()
601 ap_msg->msg = kmalloc(maxmsgsize, GFP_KERNEL); in ap_init_apmsg()
604 ap_msg->bufsize = maxmsgsize; in ap_init_apmsg()
2284 if (ac->maxmsgsize > atomic_read(&ap_max_msg_size)) { in ap_scan_adapter()
2285 atomic_set(&ap_max_msg_size, ac->maxmsgsize); in ap_scan_adapter()
H A Dzcrypt_api.c914 if (ap_msg.len > zc->card->maxmsgsize) in _zcrypt_send_cprb()
1107 if (ap_msg.len > zc->card->maxmsgsize) in _zcrypt_send_ep11_cprb()