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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/ixgbe/
H A Dixgbe_dcb.h179 #define MINIMUM_CREDIT_FOR_JUMBO 145 /* 145= UpperBound((9*1024+54)/64B) for 9KB jumbo frame */ macro
H A Dixgbe_dcb.c180 if (credit_max && (credit_max < MINIMUM_CREDIT_FOR_JUMBO))
181 credit_max = MINIMUM_CREDIT_FOR_JUMBO;

Completed in 62 milliseconds