Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/s390/crypto/
A Dap_card.c192 return scnprintf(buf, PAGE_SIZE, "%u\n", ac->maxmsgsize); in max_msg_size_show()
248 ac->maxmsgsize = ml > 0 ? in ap_card_create()
A Dzcrypt_cex4.c663 zq = zcrypt_queue_alloc(aq->card->maxmsgsize); in zcrypt_cex4_queue_probe()
669 zq = zcrypt_queue_alloc(aq->card->maxmsgsize); in zcrypt_cex4_queue_probe()
675 zq = zcrypt_queue_alloc(aq->card->maxmsgsize); in zcrypt_cex4_queue_probe()
A Dap_bus.h184 unsigned int maxmsgsize; /* AP msg limit for this card */ member
A Dap_bus.c2046 if (ac->maxmsgsize > atomic_read(&ap_max_msg_size)) { in ap_scan_adapter()
2047 atomic_set(&ap_max_msg_size, ac->maxmsgsize); in ap_scan_adapter()
A Dzcrypt_api.c954 if (ap_msg.len > zc->card->maxmsgsize) in _zcrypt_send_cprb()
1138 if (ap_msg.len > zc->card->maxmsgsize) in _zcrypt_send_ep11_cprb()

Completed in 14 milliseconds