Lines Matching defs:adv_credits
356 u32 wanted, u32 *adv_credits, int need_posted, int max_posted)
361 *adv_credits = 0;
404 *adv_credits = advertise;
499 u32 adv_credits = 0;
534 adv_credits += posted;
600 * Update adv_credits since we reset the ACK_REQUIRED bit.
603 rds_ib_send_grab_credits(ic, 0, &posted, 1, RDS_MAX_ADV_CREDIT - adv_credits);
604 adv_credits += posted;
605 BUG_ON(adv_credits > 255);
685 if (ic->i_flowctl && adv_credits) {
689 hdr->h_credit = adv_credits;
691 adv_credits = 0;
757 BUG_ON(adv_credits);