Searched refs:S_NUM_LIP (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.h1837 #define S_NUM_LIP 18 macro
1839 #define V_NUM_LIP(x) ((x) << S_NUM_LIP)
1840 #define G_NUM_LIP(x) (((x) >> S_NUM_LIP) & M_NUM_LIP)

Completed in 49 milliseconds