Home
last modified time | relevance | path

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

/openbmc/linux/net/rds/
H A Dib_send.c369 avail = IB_GET_SEND_CREDITS(oldval); in rds_ib_send_grab_credits()
417 IB_GET_SEND_CREDITS(atomic_read(&ic->i_credits)), in rds_ib_send_add_credits()
424 WARN_ON(IB_GET_SEND_CREDITS(credits) >= 16384); in rds_ib_send_add_credits()
H A Dib.h227 #define IB_GET_SEND_CREDITS(v) ((v) & 0xffff) macro