Home
last modified time | relevance | path

Searched refs:IB_GET_SEND_CREDITS (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ib/clients/rdsv3/
H A Dib_send.c376 avail = IB_GET_SEND_CREDITS(oldval); in rdsv3_ib_send_grab_credits()
430 IB_GET_SEND_CREDITS(atomic_get(&ic->i_credits)), in rdsv3_ib_send_add_credits()
438 ASSERT(!(IB_GET_SEND_CREDITS(credits) >= 16384)); in rdsv3_ib_send_add_credits()
/illumos-gate/usr/src/uts/common/sys/ib/clients/rdsv3/
H A Dib.h186 #define IB_GET_SEND_CREDITS(v) ((v) & 0xffff) macro