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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/net/chelsio/
H A Dregs.h1408 #define S_ALMOSTEMPTY 0 macro
1410 #define V_ALMOSTEMPTY(x) ((x) << S_ALMOSTEMPTY)
1411 #define G_ALMOSTEMPTY(x) (((x) >> S_ALMOSTEMPTY) & M_ALMOSTEMPTY)

Completed in 31 milliseconds