Home
last modified time | relevance | path

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

/net/rds/
Dib_send.c359 u32 wanted, u32 *adv_credits, int need_posted, int max_posted) in rds_ib_send_grab_credits() argument
364 *adv_credits = 0; in rds_ib_send_grab_credits()
407 *adv_credits = advertise; in rds_ib_send_grab_credits()
502 u32 adv_credits = 0; in rds_ib_xmit() local
537 adv_credits += posted; in rds_ib_xmit()
606 rds_ib_send_grab_credits(ic, 0, &posted, 1, RDS_MAX_ADV_CREDIT - adv_credits); in rds_ib_xmit()
607 adv_credits += posted; in rds_ib_xmit()
608 BUG_ON(adv_credits > 255); in rds_ib_xmit()
678 if (ic->i_flowctl && adv_credits) { in rds_ib_xmit()
682 hdr->h_credit = adv_credits; in rds_ib_xmit()
[all …]
Dib_recv.c644 static void rds_ib_send_ack(struct rds_ib_connection *ic, unsigned int adv_credits) in rds_ib_send_ack() argument
656 hdr->h_credit = adv_credits; in rds_ib_send_ack()
715 unsigned int adv_credits; in rds_ib_attempt_ack() local
726 if (!rds_ib_send_grab_credits(ic, 1, &adv_credits, 0, RDS_MAX_ADV_CREDIT)) { in rds_ib_attempt_ack()
733 rds_ib_send_ack(ic, adv_credits); in rds_ib_attempt_ack()
Dib.h398 u32 *adv_credits, int need_posted, int max_posted);