Home
last modified time | relevance | path

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

/linux/fs/smb/client/
H A Dcifsglob.h102 #define SMB2_MAX_CREDITS_AVAILABLE 32000 macro
H A Dcifsfs.c741 if (tcon->ses->server->max_credits != SMB2_MAX_CREDITS_AVAILABLE) in cifs_show_options()
H A Dconnect.c1898 tcp_ses->max_credits = SMB2_MAX_CREDITS_AVAILABLE; in cifs_get_tcp_session()