Searched refs:maxrpc (Results 1 – 1 of 1) sorted by relevance
4516 u32 maxrpc = nn->nfsd_serv->sv_max_mesg; in check_forechannel_attrs() local4523 ca->maxreq_sz = min_t(u32, ca->maxreq_sz, maxrpc); in check_forechannel_attrs()4524 ca->maxresp_sz = min_t(u32, ca->maxresp_sz, maxrpc); in check_forechannel_attrs()