Home
last modified time | relevance | path

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

/openbmc/linux/drivers/s390/crypto/
H A Dap_card.c191 return sysfs_emit(buf, "%u\n", ac->maxmsgsize); in max_msg_size_show()
247 ac->maxmsgsize = ml > 0 ? in ap_card_create()
H A Dzcrypt_cex4.c654 zq = zcrypt_queue_alloc(aq->card->maxmsgsize); in zcrypt_cex4_queue_probe()
660 zq = zcrypt_queue_alloc(aq->card->maxmsgsize); in zcrypt_cex4_queue_probe()
666 zq = zcrypt_queue_alloc(aq->card->maxmsgsize); in zcrypt_cex4_queue_probe()
H A Dap_bus.h189 unsigned int maxmsgsize; /* AP msg limit for this card */ member
H A Dap_bus.c2089 if (ac->maxmsgsize > atomic_read(&ap_max_msg_size)) { in ap_scan_adapter()
2090 atomic_set(&ap_max_msg_size, ac->maxmsgsize); in ap_scan_adapter()
H A Dzcrypt_api.c905 if (ap_msg.len > zc->card->maxmsgsize) in _zcrypt_send_cprb()
1076 if (ap_msg.len > zc->card->maxmsgsize) in _zcrypt_send_ep11_cprb()