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

/illumos-gate/usr/src/uts/common/io/ib/clients/rdsv3/
H A Dib_send.c360 uint32_t wanted, uint32_t *adv_credits, int need_posted)
366 ic, wanted, *adv_credits, need_posted);
368 *adv_credits = 0;
411 *adv_credits = advertise;
414 ic, got, *adv_credits, need_posted);
572 uint32_t adv_credits = 0; local
611 adv_credits += posted;
694 * Update adv_credits since we reset the ACK_REQUIRED bit.
697 adv_credits += posted;
698 ASSERT(adv_credits <
359 rdsv3_ib_send_grab_credits(struct rdsv3_ib_connection *ic, uint32_t wanted, uint32_t *adv_credits, int need_posted) argument
[all...]
H A Dib_recv.c456 rdsv3_ib_send_ack(struct rdsv3_ib_connection *ic, unsigned int adv_credits) argument
462 RDSV3_DPRINTF4("rdsv3_ib_send_ack", "ic: %p adv_credits: %d",
463 ic, adv_credits);
471 hdr->h_credit = adv_credits;
490 RDSV3_DPRINTF4("rdsv3_ib_send_ack", "Return: ic: %p adv_credits: %d",
491 ic, adv_credits);
535 unsigned int adv_credits; local
548 if (!rdsv3_ib_send_grab_credits(ic, 1, &adv_credits, 0)) {
555 rdsv3_ib_send_ack(ic, adv_credits);
/illumos-gate/usr/src/uts/common/sys/ib/clients/rdsv3/
H A Dib.h367 uint32_t *adv_credits, int need_posted);

Completed in 66 milliseconds