Searched refs:maxmsgsize (Results 1 – 5 of 5) sorted by relevance
191 return sysfs_emit(buf, "%u\n", ac->maxmsgsize); in max_msg_size_show()245 ac->maxmsgsize = hwinfo.ml > 0 ? in ap_card_create()
652 zq = zcrypt_queue_alloc(aq->card->maxmsgsize); in zcrypt_cex4_queue_probe()658 zq = zcrypt_queue_alloc(aq->card->maxmsgsize); in zcrypt_cex4_queue_probe()664 zq = zcrypt_queue_alloc(aq->card->maxmsgsize); in zcrypt_cex4_queue_probe()
578 unsigned int maxmsgsize; in ap_init_apmsg() local591 maxmsgsize = atomic_read(&ap_max_msg_size); in ap_init_apmsg()592 ap_msg->msg = kmalloc(maxmsgsize, GFP_KERNEL); in ap_init_apmsg()595 ap_msg->bufsize = maxmsgsize; in ap_init_apmsg()2172 if (ac->maxmsgsize > atomic_read(&ap_max_msg_size)) { in ap_scan_adapter()2173 atomic_set(&ap_max_msg_size, ac->maxmsgsize); in ap_scan_adapter()
177 unsigned int maxmsgsize; /* AP msg limit for this card */ member
915 if (ap_msg.len > zc->card->maxmsgsize) in _zcrypt_send_cprb()1111 if (ap_msg.len > zc->card->maxmsgsize) in _zcrypt_send_ep11_cprb()
Completed in 17 milliseconds