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

/linux-4.4.14/net/phonet/
H A Dpep.c51 #define CREDITS_MAX 10 macro
254 if ((pn->rx_credits + CREDITS_THR) > CREDITS_MAX) pipe_grant_credits()
257 CREDITS_MAX - pn->rx_credits, pipe_grant_credits()
259 pn->rx_credits = CREDITS_MAX; pipe_grant_credits()

Completed in 64 milliseconds