S_FR_PAGE_COUNT   204 drivers/infiniband/hw/cxgb3/cxio_wr.h #define V_FR_PAGE_COUNT(x)	((x) << S_FR_PAGE_COUNT)
S_FR_PAGE_COUNT   205 drivers/infiniband/hw/cxgb3/cxio_wr.h #define G_FR_PAGE_COUNT(x)	((((x) >> S_FR_PAGE_COUNT)) & M_FR_PAGE_COUNT)