Searched refs:new_credits (Results 1 – 2 of 2) sorted by relevance
758 int new_credits; in manage_credits_prior_sending() local761 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() local884 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()
892 int new_credits; in manage_credits_prior_sending() local895 new_credits = t->new_recv_credits; in manage_credits_prior_sending()899 return new_credits; in manage_credits_prior_sending()