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

/illumos-gate/usr/src/uts/common/io/ib/clients/rdsv3/
H A Dib_send.c570 uint32_t credit_alloc; local
607 credit_alloc = work_alloc;
609 credit_alloc = rdsv3_ib_send_grab_credits(ic, work_alloc,
612 if (credit_alloc < work_alloc) {
614 work_alloc - credit_alloc);
615 work_alloc = credit_alloc;
842 if (ic->i_flowctl && i < credit_alloc)
843 rdsv3_ib_send_add_credits(conn, credit_alloc - i);

Completed in 45 milliseconds