Home
last modified time | relevance | path

Searched refs:maxReq (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/fs/smb/client/
H A Dcifsglob.h724 unsigned int maxReq; /* Clients should submit no more */
725 /* than maxReq distinct unanswered SMBs to the server when using */
723 unsigned int maxReq; /* Clients should submit no more */ global() member
H A Dsess.c681 pSMB->req.MaxMpxCount = cpu_to_le16(server->maxReq); in cifs_ssetup_hdr()
H A Dcifssmb.c472 server->maxReq = min_t(unsigned int, le16_to_cpu(pSMBr->MaxMpxCount), in CIFSSMBNegotiate()
474 set_credits(server, server->maxReq); in CIFSSMBNegotiate()