Searched refs:reply_max (Results 1 – 3 of 3) sorted by relevance
228 size_t request_size, size_t reply_max) in afs_alloc_flat_call() argument243 if (reply_max) { in afs_alloc_flat_call()244 call->reply_max = reply_max; in afs_alloc_flat_call()245 call->buffer = kmalloc(reply_max, GFP_NOFS); in afs_alloc_flat_call()250 afs_extract_to_buf(call, call->reply_max); in afs_alloc_flat_call()
132 unsigned reply_max; /* maximum size of reply */ member
432 unsigned int mtu, req_max, reply_max, entry_sz; in nfp_bpf_ctrl_cmsg_cache_cnt() local437 reply_max = (mtu - sizeof(struct cmsg_reply_map_op)) / entry_sz; in nfp_bpf_ctrl_cmsg_cache_cnt()439 return min3(req_max, reply_max, NFP_BPF_MAP_CACHE_CNT); in nfp_bpf_ctrl_cmsg_cache_cnt()