Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/io/ib/clients/rdsv3/
H A Dib_send.c360 uint32_t wanted, uint32_t *adv_credits, int need_posted) in rdsv3_ib_send_grab_credits() argument
366 ic, wanted, *adv_credits, need_posted); in rdsv3_ib_send_grab_credits()
368 *adv_credits = 0; in rdsv3_ib_send_grab_credits()
411 *adv_credits = advertise; in rdsv3_ib_send_grab_credits()
414 ic, got, *adv_credits, need_posted); in rdsv3_ib_send_grab_credits()
572 uint32_t adv_credits = 0; in rdsv3_ib_xmit() local
611 adv_credits += posted; in rdsv3_ib_xmit()
697 adv_credits += posted; in rdsv3_ib_xmit()
698 ASSERT(adv_credits <= 255); in rdsv3_ib_xmit()
809 if (adv_credits) { in rdsv3_ib_xmit()
[all …]
H A Dib_recv.c456 rdsv3_ib_send_ack(struct rdsv3_ib_connection *ic, unsigned int adv_credits) in rdsv3_ib_send_ack() argument
463 ic, adv_credits); in rdsv3_ib_send_ack()
471 hdr->h_credit = adv_credits; in rdsv3_ib_send_ack()
491 ic, adv_credits); in rdsv3_ib_send_ack()
535 unsigned int adv_credits; in rdsv3_ib_attempt_ack() local
548 if (!rdsv3_ib_send_grab_credits(ic, 1, &adv_credits, 0)) { in rdsv3_ib_attempt_ack()
555 rdsv3_ib_send_ack(ic, adv_credits); in rdsv3_ib_attempt_ack()
/titanic_50/usr/src/uts/common/sys/ib/clients/rdsv3/
H A Dib.h367 uint32_t *adv_credits, int need_posted);