S_WRITE_BURST_SIZE 2028 drivers/net/ethernet/chelsio/cxgb/regs.h #define V_WRITE_BURST_SIZE(x) ((x) << S_WRITE_BURST_SIZE)
S_WRITE_BURST_SIZE 2029 drivers/net/ethernet/chelsio/cxgb/regs.h #define G_WRITE_BURST_SIZE(x) (((x) >> S_WRITE_BURST_SIZE) & M_WRITE_BURST_SIZE)