SGE_TIMESTAMP_S 288 drivers/net/ethernet/chelsio/cxgb4/t4_hw.h #define SGE_TIMESTAMP_V(x) ((__u64)(x) << SGE_TIMESTAMP_S) SGE_TIMESTAMP_S 289 drivers/net/ethernet/chelsio/cxgb4/t4_hw.h #define SGE_TIMESTAMP_G(x) (((__u64)(x) >> SGE_TIMESTAMP_S) & SGE_TIMESTAMP_M)