Searched refs:reply_max (Results 1 - 3 of 3) sorted by relevance

/linux-master/drivers/net/ethernet/netronome/nfp/bpf/
H A Dcmsg.c432 unsigned int mtu, req_max, reply_max, entry_sz; local
437 reply_max = (mtu - sizeof(struct cmsg_reply_map_op)) / entry_sz;
439 return min3(req_max, reply_max, NFP_BPF_MAP_CACHE_CNT);
/linux-master/fs/afs/
H A Drxrpc.c236 size_t request_size, size_t reply_max)
251 if (reply_max) {
252 call->reply_max = reply_max;
253 call->buffer = kmalloc(reply_max, GFP_NOFS);
258 afs_extract_to_buf(call, call->reply_max);
234 afs_alloc_flat_call(struct afs_net *net, const struct afs_call_type *type, size_t request_size, size_t reply_max) argument
H A Dinternal.h167 unsigned reply_max; /* maximum size of reply */ member in struct:afs_call

Completed in 106 milliseconds