Searched refs:IB_GET_POST_CREDITS (Results 1 - 6 of 6) sorted by relevance

/net/rds/
H A Dib.h161 #define IB_GET_POST_CREDITS(v) ((v) >> 16) macro
H A Diw.h169 #define IB_GET_POST_CREDITS(v) ((v) >> 16) macro
H A Dib_send.c409 posted = IB_GET_POST_CREDITS(oldval);
491 if (IB_GET_POST_CREDITS(atomic_read(&ic->i_credits)) >= 16)
H A Diw_send.c361 posted = IB_GET_POST_CREDITS(oldval);
443 if (IB_GET_POST_CREDITS(atomic_read(&ic->i_credits)) >= 16)
H A Dib_cm.c224 credits = IB_GET_POST_CREDITS(atomic_read(&ic->i_credits));
H A Diw_cm.c132 credits = IB_GET_POST_CREDITS(atomic_read(&ic->i_credits));

Completed in 238 milliseconds