Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/cifs/
Dsmb2ops.c167 unsigned int scredits; in smb2_wait_mtu_credits() local
186 scredits = server->credits; in smb2_wait_mtu_credits()
188 if (scredits <= 8) { in smb2_wait_mtu_credits()
196 scredits -= 8; in smb2_wait_mtu_credits()
198 scredits * SMB2_MAX_BUFFER_SIZE); in smb2_wait_mtu_credits()