Searched refs:ap_max_msg_size (Results 1 - 3 of 3) sorted by relevance

/linux-master/drivers/s390/crypto/
H A Dap_bus.h32 extern atomic_t ap_max_msg_size;
H A Dap_bus.c71 atomic_t ap_max_msg_size = ATOMIC_INIT(AP_DEFAULT_MAX_MSG_SIZE); variable
72 EXPORT_SYMBOL(ap_max_msg_size); variable
2114 /* maybe enlarge ap_max_msg_size to support this card */
2115 if (ac->maxmsgsize > atomic_read(&ap_max_msg_size)) {
2116 atomic_set(&ap_max_msg_size, ac->maxmsgsize);
2117 AP_DBF_INFO("%s(%d) ap_max_msg_size update to %d byte\n",
2119 atomic_read(&ap_max_msg_size));
H A Dzcrypt_msgtype6.c1083 ap_msg->bufsize = atomic_read(&ap_max_msg_size);
1180 ap_msg->bufsize = atomic_read(&ap_max_msg_size);

Completed in 124 milliseconds