Home
last modified time | relevance | path

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

/linux-4.4.14/net/rds/
Diw.h173 #define IB_SET_SEND_CREDITS(v) ((v) & 0xffff) macro
Dib.h190 #define IB_SET_SEND_CREDITS(v) ((v) & 0xffff) macro
Diw_send.c373 newval -= IB_SET_SEND_CREDITS(got); in rds_iw_send_grab_credits()
405 atomic_add(IB_SET_SEND_CREDITS(credits), &ic->i_credits); in rds_iw_send_add_credits()
Dib_send.c387 newval -= IB_SET_SEND_CREDITS(got); in rds_ib_send_grab_credits()
419 atomic_add(IB_SET_SEND_CREDITS(credits), &ic->i_credits); in rds_ib_send_add_credits()