S_WR_SGE_CREDITS  247 drivers/net/ethernet/chelsio/cxgb3/t3_cpl.h #define V_WR_SGE_CREDITS(x) ((x) << S_WR_SGE_CREDITS)
S_WR_SGE_CREDITS  248 drivers/net/ethernet/chelsio/cxgb3/t3_cpl.h #define G_WR_SGE_CREDITS(x) (((x) >> S_WR_SGE_CREDITS) & M_WR_SGE_CREDITS)