Searched refs:ap_max_msg_size (Results 1 – 3 of 3) sorted by relevance
32 extern atomic_t ap_max_msg_size;
73 atomic_t ap_max_msg_size = ATOMIC_INIT(AP_DEFAULT_MAX_MSG_SIZE); variable74 EXPORT_SYMBOL(ap_max_msg_size);2106 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()2110 atomic_read(&ap_max_msg_size)); in ap_scan_adapter()
1076 ap_msg->bufsize = atomic_read(&ap_max_msg_size); in prep_cca_ap_msg()1173 ap_msg->bufsize = atomic_read(&ap_max_msg_size); in prep_ep11_ap_msg()