Searched refs:S_TCAM_PART_TYPE (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.h1847 #define S_TCAM_PART_TYPE 26 macro
1849 #define V_TCAM_PART_TYPE(x) ((x) << S_TCAM_PART_TYPE)
1850 #define G_TCAM_PART_TYPE(x) (((x) >> S_TCAM_PART_TYPE) & M_TCAM_PART_TYPE)

Completed in 29 milliseconds