Searched refs:adv_credits (Results 1 – 3 of 3) sorted by relevance
/net/rds/ |
D | ib_send.c | 355 u32 wanted, u32 *adv_credits, int need_posted, int max_posted) in rds_ib_send_grab_credits() argument 360 *adv_credits = 0; in rds_ib_send_grab_credits() 403 *adv_credits = advertise; in rds_ib_send_grab_credits() 498 u32 adv_credits = 0; in rds_ib_xmit() local 533 adv_credits += posted; in rds_ib_xmit() 602 rds_ib_send_grab_credits(ic, 0, &posted, 1, RDS_MAX_ADV_CREDIT - adv_credits); in rds_ib_xmit() 603 adv_credits += posted; in rds_ib_xmit() 604 BUG_ON(adv_credits > 255); in rds_ib_xmit() 676 if (ic->i_flowctl && adv_credits) { in rds_ib_xmit() 680 hdr->h_credit = adv_credits; in rds_ib_xmit() [all …]
|
D | ib_recv.c | 656 static void rds_ib_send_ack(struct rds_ib_connection *ic, unsigned int adv_credits) in rds_ib_send_ack() argument 667 hdr->h_credit = adv_credits; in rds_ib_send_ack() 726 unsigned int adv_credits; in rds_ib_attempt_ack() local 737 if (!rds_ib_send_grab_credits(ic, 1, &adv_credits, 0, RDS_MAX_ADV_CREDIT)) { in rds_ib_attempt_ack() 744 rds_ib_send_ack(ic, adv_credits); in rds_ib_attempt_ack()
|
D | ib.h | 440 u32 *adv_credits, int need_posted, int max_posted);
|