Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/ixgbe/core/
H A Dixgbe_dcb.h44 #define IXGBE_DCB_MAX_CREDIT_REFILL 200 /* 200 * 64B = 12800B */ macro
46 #define IXGBE_DCB_MAX_CREDIT (2 * IXGBE_DCB_MAX_CREDIT_REFILL)
H A Dixgbe_dcb.c72 int val = min(bw[i] * multiplier, IXGBE_DCB_MAX_CREDIT_REFILL); in ixgbe_dcb_calculate_tc_credits()
157 (u32)IXGBE_DCB_MAX_CREDIT_REFILL); in ixgbe_dcb_calculate_tc_credits_cee()