Home
last modified time | relevance | path

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

/linux-4.1.27/fs/cifs/
Dsmb2ops.c125 unsigned int scredits; in smb2_wait_mtu_credits() local
144 scredits = server->credits; in smb2_wait_mtu_credits()
146 if (scredits == 1) { in smb2_wait_mtu_credits()
153 scredits--; in smb2_wait_mtu_credits()
155 scredits * SMB2_MAX_BUFFER_SIZE); in smb2_wait_mtu_credits()