Searched refs:IB_GET_SEND_CREDITS (Results 1 – 2 of 2) sorted by relevance
376 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()
186 #define IB_GET_SEND_CREDITS(v) ((v) & 0xffff) macro