Home
last modified time | relevance | path

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

/Linux-v6.1/fs/cifs/
Dsmbdirect.c758 int new_credits; in manage_credits_prior_sending() local
761 new_credits = info->new_credits_offered; in manage_credits_prior_sending()
765 return new_credits; in manage_credits_prior_sending()
834 int new_credits; in smbd_post_send_sgl() local
884 new_credits = manage_credits_prior_sending(info); in smbd_post_send_sgl()
885 atomic_add(new_credits, &info->receive_credits); in smbd_post_send_sgl()
886 packet->credits_granted = cpu_to_le16(new_credits); in smbd_post_send_sgl()
962 info->new_credits_offered += new_credits; in smbd_post_send_sgl()
964 atomic_sub(new_credits, &info->receive_credits); in smbd_post_send_sgl()
/Linux-v6.1/fs/ksmbd/
Dtransport_rdma.c892 int new_credits; in manage_credits_prior_sending() local
895 new_credits = t->new_recv_credits; in manage_credits_prior_sending()
899 return new_credits; in manage_credits_prior_sending()