Searched refs:ap_max_msg_size (Results 1 – 3 of 3) sorted by relevance
32 extern atomic_t ap_max_msg_size;
74 atomic_t ap_max_msg_size = ATOMIC_INIT(AP_DEFAULT_MAX_MSG_SIZE); variable75 EXPORT_SYMBOL(ap_max_msg_size);2107 if (ac->maxmsgsize > atomic_read(&ap_max_msg_size)) { in ap_scan_adapter()2108 atomic_set(&ap_max_msg_size, ac->maxmsgsize); in ap_scan_adapter()2111 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()