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

/freebsd-12-stable/sys/dev/ixgbe/
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);
157 (u32)IXGBE_DCB_MAX_CREDIT_REFILL);

Completed in 126 milliseconds