Searched refs:CREDIT_USAGE (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/char/ip2/
H A Di2pack.h203 // The calculation for the board's buffer is given by CREDIT_USAGE, where size
207 #define CREDIT_USAGE(size) (((size) + 3) & ~1) macro
H A Di2lib.c1936 flowsize = CREDIT_USAGE(flowsize);

Completed in 63 milliseconds