Searched refs:CREDIT_USAGE (Results 1 - 4 of 4) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/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);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/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 166 milliseconds