Home
last modified time | relevance | path

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

/linux-4.4.14/net/rds/
Diw_send.c354 avail = IB_GET_SEND_CREDITS(oldval); in rds_iw_send_grab_credits()
402 IB_GET_SEND_CREDITS(atomic_read(&ic->i_credits)), in rds_iw_send_add_credits()
409 WARN_ON(IB_GET_SEND_CREDITS(credits) >= 16384); in rds_iw_send_add_credits()
Dib_send.c368 avail = IB_GET_SEND_CREDITS(oldval); in rds_ib_send_grab_credits()
416 IB_GET_SEND_CREDITS(atomic_read(&ic->i_credits)), in rds_ib_send_add_credits()
423 WARN_ON(IB_GET_SEND_CREDITS(credits) >= 16384); in rds_ib_send_add_credits()
Diw.h171 #define IB_GET_SEND_CREDITS(v) ((v) & 0xffff) macro
Dib.h188 #define IB_GET_SEND_CREDITS(v) ((v) & 0xffff) macro