V_WR_LEN         1114 drivers/net/ethernet/chelsio/cxgb3/sge.c 		wrp->wr_lo = htonl(V_WR_LEN(flits + sgl_flits) |
V_WR_LEN         1151 drivers/net/ethernet/chelsio/cxgb3/sge.c 			wrp->wr_lo = htonl(V_WR_LEN(min(WR_FLITS,
V_WR_LEN         1160 drivers/net/ethernet/chelsio/cxgb3/sge.c 		wp->wr_lo = htonl(V_WR_LEN(WR_FLITS) | V_WR_GEN(ogen)) | wr_lo;
V_WR_LEN         1230 drivers/net/ethernet/chelsio/cxgb3/sge.c 			cpl->wr.wr_lo = htonl(V_WR_LEN(flits) | V_WR_GEN(gen) |
V_WR_LEN         1398 drivers/net/ethernet/chelsio/cxgb3/sge.c 					V_WR_LEN((len + 7) / 8));