Lines Matching refs:tx_wr
576 priv->tx_wr.wr.wr_id = wr_id;
577 priv->tx_wr.remote_qpn = dqpn;
578 priv->tx_wr.ah = address;
581 priv->tx_wr.mss = skb_shinfo(skb)->gso_size;
582 priv->tx_wr.header = head;
583 priv->tx_wr.hlen = hlen;
584 priv->tx_wr.wr.opcode = IB_WR_LSO;
586 priv->tx_wr.wr.opcode = IB_WR_SEND;
588 return ib_post_send(priv->qp, &priv->tx_wr.wr, NULL);
660 priv->tx_wr.wr.send_flags |= IB_SEND_IP_CSUM;
662 priv->tx_wr.wr.send_flags &= ~IB_SEND_IP_CSUM;