Searched refs:S_ALMOSTFULL (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.h1415 #define S_ALMOSTFULL 0 macro
1417 #define V_ALMOSTFULL(x) ((x) << S_ALMOSTFULL)
1418 #define G_ALMOSTFULL(x) (((x) >> S_ALMOSTFULL) & M_ALMOSTFULL)

Completed in 49 milliseconds