Home
last modified time | relevance | path

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

/Linux-v4.19/net/phonet/
Dpep.c52 #define CREDITS_MAX 10 macro
255 if ((pn->rx_credits + CREDITS_THR) > CREDITS_MAX) in pipe_grant_credits()
258 CREDITS_MAX - pn->rx_credits, in pipe_grant_credits()
260 pn->rx_credits = CREDITS_MAX; in pipe_grant_credits()