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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/rds/
H A Dib.h147 #define IB_SET_SEND_CREDITS(v) ((v) & 0xffff) macro
H A Diw.h169 #define IB_SET_SEND_CREDITS(v) ((v) & 0xffff) macro
H A Dib_send.c350 newval -= IB_SET_SEND_CREDITS(got);
382 atomic_add(IB_SET_SEND_CREDITS(credits), &ic->i_credits);
H A Diw_send.c382 newval -= IB_SET_SEND_CREDITS(got);
414 atomic_add(IB_SET_SEND_CREDITS(credits), &ic->i_credits);

Completed in 115 milliseconds