Searched refs:adv_credits (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/rds/
H A Dib_send.c318 u32 wanted, u32 *adv_credits, int need_posted, int max_posted)
323 *adv_credits = 0;
366 *adv_credits = advertise;
480 u32 adv_credits = 0; local
512 adv_credits += posted;
582 * Update adv_credits since we reset the ACK_REQUIRED bit.
584 rds_ib_send_grab_credits(ic, 0, &posted, 1, RDS_MAX_ADV_CREDIT - adv_credits);
585 adv_credits += posted;
586 BUG_ON(adv_credits > 255);
676 if (adv_credits) {
317 rds_ib_send_grab_credits(struct rds_ib_connection *ic, u32 wanted, u32 *adv_credits, int need_posted, int max_posted) argument
[all...]
H A Diw_send.c350 u32 wanted, u32 *adv_credits, int need_posted, int max_posted)
355 *adv_credits = 0;
398 *adv_credits = advertise;
512 u32 adv_credits = 0; local
543 adv_credits += posted;
613 * Update adv_credits since we reset the ACK_REQUIRED bit.
615 rds_iw_send_grab_credits(ic, 0, &posted, 1, RDS_MAX_ADV_CREDIT - adv_credits);
616 adv_credits += posted;
617 BUG_ON(adv_credits > 255);
707 if (adv_credits) {
349 rds_iw_send_grab_credits(struct rds_iw_connection *ic, u32 wanted, u32 *adv_credits, int need_posted, int max_posted) argument
[all...]
H A Dib_recv.c445 static void rds_ib_send_ack(struct rds_ib_connection *ic, unsigned int adv_credits) argument
457 hdr->h_credit = adv_credits;
516 unsigned int adv_credits; local
527 if (!rds_ib_send_grab_credits(ic, 1, &adv_credits, 0, RDS_MAX_ADV_CREDIT)) {
534 rds_ib_send_ack(ic, adv_credits);
H A Diw_recv.c445 static void rds_iw_send_ack(struct rds_iw_connection *ic, unsigned int adv_credits) argument
457 hdr->h_credit = adv_credits;
516 unsigned int adv_credits; local
527 if (!rds_iw_send_grab_credits(ic, 1, &adv_credits, 0, RDS_MAX_ADV_CREDIT)) {
534 rds_iw_send_ack(ic, adv_credits);
H A Dib.h338 u32 *adv_credits, int need_posted, int max_posted);
H A Diw.h365 u32 *adv_credits, int need_posted, int max_posted);

Completed in 152 milliseconds