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

/freebsd-12-stable/sys/dev/ixgbe/
H A Dixgbe_dcb.c106 u32 credit_max = 0; local
166 credit_max = (link_percentage * IXGBE_DCB_MAX_CREDIT) / 100;
173 if (credit_max < min_credit)
174 credit_max = min_credit;
183 if (credit_max && (credit_max <
186 credit_max = IXGBE_DCB_MIN_TSO_CREDIT;
189 (u16)credit_max;
192 p->data_credits_max = (u16)credit_max;
H A Dixgbe_dcb_82598.c126 u32 credit_max = 0; local
145 credit_max = max[i];
147 reg = credit_refill | (credit_max << IXGBE_RT2CR_MCL_SHIFT);
H A Dixgbe_dcb_82599.c128 u32 credit_max = 0; local
153 credit_max = max[i];
154 reg = credit_refill | (credit_max << IXGBE_RTRPT4C_MCL_SHIFT);

Completed in 118 milliseconds