adv_credits 440 net/rds/ib.h u32 *adv_credits, int need_posted, int max_posted); adv_credits 656 net/rds/ib_recv.c static void rds_ib_send_ack(struct rds_ib_connection *ic, unsigned int adv_credits) adv_credits 667 net/rds/ib_recv.c hdr->h_credit = adv_credits; adv_credits 726 net/rds/ib_recv.c unsigned int adv_credits; adv_credits 737 net/rds/ib_recv.c if (!rds_ib_send_grab_credits(ic, 1, &adv_credits, 0, RDS_MAX_ADV_CREDIT)) { adv_credits 744 net/rds/ib_recv.c rds_ib_send_ack(ic, adv_credits); adv_credits 355 net/rds/ib_send.c u32 wanted, u32 *adv_credits, int need_posted, int max_posted) adv_credits 360 net/rds/ib_send.c *adv_credits = 0; adv_credits 403 net/rds/ib_send.c *adv_credits = advertise; adv_credits 498 net/rds/ib_send.c u32 adv_credits = 0; adv_credits 533 net/rds/ib_send.c adv_credits += posted; adv_credits 602 net/rds/ib_send.c rds_ib_send_grab_credits(ic, 0, &posted, 1, RDS_MAX_ADV_CREDIT - adv_credits); adv_credits 603 net/rds/ib_send.c adv_credits += posted; adv_credits 604 net/rds/ib_send.c BUG_ON(adv_credits > 255); adv_credits 676 net/rds/ib_send.c if (ic->i_flowctl && adv_credits) { adv_credits 680 net/rds/ib_send.c hdr->h_credit = adv_credits; adv_credits 682 net/rds/ib_send.c adv_credits = 0; adv_credits 744 net/rds/ib_send.c BUG_ON(adv_credits);