Searched refs:S_TCAM_PART_SIZE (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.h1852 #define S_TCAM_PART_SIZE 28 macro
1854 #define V_TCAM_PART_SIZE(x) ((x) << S_TCAM_PART_SIZE)
1855 #define G_TCAM_PART_SIZE(x) (((x) >> S_TCAM_PART_SIZE) & M_TCAM_PART_SIZE)

Completed in 55 milliseconds