S_RSTMAX         1942 drivers/net/ethernet/chelsio/cxgb/regs.h #define V_RSTMAX(x) ((x) << S_RSTMAX)
S_RSTMAX         1943 drivers/net/ethernet/chelsio/cxgb/regs.h #define G_RSTMAX(x) (((x) >> S_RSTMAX) & M_RSTMAX)