Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/s390/crypto/
Dap_card.c191 return sysfs_emit(buf, "%u\n", ac->maxmsgsize); in max_msg_size_show()
245 ac->maxmsgsize = hwinfo.ml > 0 ? in ap_card_create()
Dzcrypt_cex4.c657 zq = zcrypt_queue_alloc(aq->card->maxmsgsize); in zcrypt_cex4_queue_probe()
663 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()
Dap_bus.h177 unsigned int maxmsgsize; /* AP msg limit for this card */ member
Dap_bus.c2106 if (ac->maxmsgsize > atomic_read(&ap_max_msg_size)) { in ap_scan_adapter()
2107 atomic_set(&ap_max_msg_size, ac->maxmsgsize); in ap_scan_adapter()
Dzcrypt_api.c903 if (ap_msg.len > zc->card->maxmsgsize) in _zcrypt_send_cprb()
1099 if (ap_msg.len > zc->card->maxmsgsize) in _zcrypt_send_ep11_cprb()