Home
last modified time | relevance | path

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

/openbmc/linux/net/phonet/
H A Dpep.c39 #define CREDITS_MAX 10 macro
242 if ((pn->rx_credits + CREDITS_THR) > CREDITS_MAX) in pipe_grant_credits()
245 CREDITS_MAX - pn->rx_credits, in pipe_grant_credits()
247 pn->rx_credits = CREDITS_MAX; in pipe_grant_credits()