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

/linux-master/drivers/s390/crypto/
H A Dap_bus.c73 atomic_t ap_max_msg_size = ATOMIC_INIT(AP_DEFAULT_MAX_MSG_SIZE); variable
74 EXPORT_SYMBOL(ap_max_msg_size); variable
2088 /* maybe enlarge ap_max_msg_size to support this card */
2089 if (ac->maxmsgsize > atomic_read(&ap_max_msg_size)) {
2090 atomic_set(&ap_max_msg_size, ac->maxmsgsize);
2091 AP_DBF_INFO("%s(%d) ap_max_msg_size update to %d byte\n",
2093 atomic_read(&ap_max_msg_size));
H A Dap_bus.h32 extern atomic_t 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 421 milliseconds