S_TCAM_PART_SIZE 1853 drivers/net/ethernet/chelsio/cxgb/regs.h #define V_TCAM_PART_SIZE(x) ((x) << S_TCAM_PART_SIZE)
S_TCAM_PART_SIZE 1854 drivers/net/ethernet/chelsio/cxgb/regs.h #define G_TCAM_PART_SIZE(x) (((x) >> S_TCAM_PART_SIZE) & M_TCAM_PART_SIZE)