Home
last modified time | relevance | path

Searched refs:AP_DEFAULT_MAX_MSG_SIZE (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/s390/crypto/
H A Dap_bus.h28 #define AP_DEFAULT_MAX_MSG_SIZE (12 * 1024) macro
H A Dap_card.c246 hwinfo.ml * AP_TAPQ_ML_FIELD_CHUNK_SIZE : AP_DEFAULT_MAX_MSG_SIZE; in ap_card_create()
H A Dap_bus.c76 atomic_t ap_max_msg_size = ATOMIC_INIT(AP_DEFAULT_MAX_MSG_SIZE);
117 * ap_msg_pool_min_items with the item size AP_DEFAULT_MAX_MSG_SIZE and
587 ap_msg->bufsize = AP_DEFAULT_MAX_MSG_SIZE; in ap_init_apmsg()
2501 AP_DEFAULT_MAX_MSG_SIZE); in ap_module_init()
H A Dzcrypt_msgtype6.c1266 if (ap_msg->bufsize < AP_DEFAULT_MAX_MSG_SIZE) in prep_rng_ap_msg()