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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/net/rds/
H A Dib.h146 #define IB_GET_POST_CREDITS(v) ((v) >> 16) macro
H A Diw.h168 #define IB_GET_POST_CREDITS(v) ((v) >> 16) macro
H A Dib_send.c330 posted = IB_GET_POST_CREDITS(oldval);
412 if (IB_GET_POST_CREDITS(atomic_read(&ic->i_credits)) >= 16)
H A Diw_send.c362 posted = IB_GET_POST_CREDITS(oldval);
444 if (IB_GET_POST_CREDITS(atomic_read(&ic->i_credits)) >= 16)
H A Dib_cm.c179 credits = IB_GET_POST_CREDITS(atomic_read(&ic->i_credits));
H A Diw_cm.c130 credits = IB_GET_POST_CREDITS(atomic_read(&ic->i_credits));
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/net/rds/
H A Dib.h146 #define IB_GET_POST_CREDITS(v) ((v) >> 16) macro
H A Diw.h168 #define IB_GET_POST_CREDITS(v) ((v) >> 16) macro
H A Dib_send.c330 posted = IB_GET_POST_CREDITS(oldval);
412 if (IB_GET_POST_CREDITS(atomic_read(&ic->i_credits)) >= 16)
H A Diw_send.c362 posted = IB_GET_POST_CREDITS(oldval);
444 if (IB_GET_POST_CREDITS(atomic_read(&ic->i_credits)) >= 16)
H A Dib_cm.c179 credits = IB_GET_POST_CREDITS(atomic_read(&ic->i_credits));
H A Diw_cm.c130 credits = IB_GET_POST_CREDITS(atomic_read(&ic->i_credits));

Completed in 197 milliseconds