S_WR_OP           278 drivers/net/ethernet/chelsio/cxgb3/t3_cpl.h #define V_WR_OP(x) ((x) << S_WR_OP)
S_WR_OP           279 drivers/net/ethernet/chelsio/cxgb3/t3_cpl.h #define G_WR_OP(x) (((x) >> S_WR_OP) & M_WR_OP)