S_DROP_TICKS_CNT 1252 drivers/net/ethernet/chelsio/cxgb/regs.h #define V_DROP_TICKS_CNT(x) ((x) << S_DROP_TICKS_CNT)
S_DROP_TICKS_CNT 1253 drivers/net/ethernet/chelsio/cxgb/regs.h #define G_DROP_TICKS_CNT(x) (((x) >> S_DROP_TICKS_CNT) & M_DROP_TICKS_CNT)