Searched refs:ap_max_msg_size (Results 1 – 3 of 3) sorted by relevance
32 extern atomic_t ap_max_msg_size;
70 atomic_t ap_max_msg_size = ATOMIC_INIT(AP_DEFAULT_MAX_MSG_SIZE); variable71 EXPORT_SYMBOL(ap_max_msg_size);2089 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()2093 atomic_read(&ap_max_msg_size)); in ap_scan_adapter()
1080 ap_msg->bufsize = atomic_read(&ap_max_msg_size); in prep_cca_ap_msg()1177 ap_msg->bufsize = atomic_read(&ap_max_msg_size); in prep_ep11_ap_msg()