Home
last modified time | relevance | path

Searched refs:reply_max (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/net/ethernet/netronome/nfp/bpf/
H A Dcmsg.c434 unsigned int mtu, req_max, reply_max, entry_sz; in nfp_bpf_ctrl_cmsg_cache_cnt() local
439 reply_max = (mtu - sizeof(struct cmsg_reply_map_op)) / entry_sz; in nfp_bpf_ctrl_cmsg_cache_cnt()
441 return min3(req_max, reply_max, NFP_BPF_MAP_CACHE_CNT); in nfp_bpf_ctrl_cmsg_cache_cnt()
/linux/fs/afs/
H A Dinternal.h170 unsigned reply_max; /* maximum size of reply */ member