Home
last modified time | relevance | path

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

/linux/fs/smb/server/
H A Dsmb2pdu.c373 unsigned short credits_requested, aux_max; in smb2_set_rsp_credits() local
409 aux_max = 1; in smb2_set_rsp_credits()
411 aux_max = conn->vals->max_credits - conn->total_credits; in smb2_set_rsp_credits()
421 aux_max = min_t(unsigned short, aux_max, window_room); in smb2_set_rsp_credits()
422 credits_granted = min_t(unsigned short, credits_requested, aux_max); in smb2_set_rsp_credits()