Searched refs:tx_wr (Results 1 – 6 of 6) sorted by relevance
576 priv->tx_wr.wr.wr_id = wr_id; in post_send()577 priv->tx_wr.remote_qpn = dqpn; in post_send()578 priv->tx_wr.ah = address; in post_send()581 priv->tx_wr.mss = skb_shinfo(skb)->gso_size; in post_send()582 priv->tx_wr.header = head; in post_send()583 priv->tx_wr.hlen = hlen; in post_send()584 priv->tx_wr.wr.opcode = IB_WR_LSO; in post_send()586 priv->tx_wr.wr.opcode = IB_WR_SEND; in post_send()588 return ib_post_send(priv->qp, &priv->tx_wr.wr, NULL); in post_send()660 priv->tx_wr.wr.send_flags |= IB_SEND_IP_CSUM; in ipoib_send()[all …]
224 priv->tx_wr.wr.opcode = IB_WR_SEND; in ipoib_transport_dev_init()225 priv->tx_wr.wr.sg_list = priv->tx_sge; in ipoib_transport_dev_init()226 priv->tx_wr.wr.send_flags = IB_SEND_SIGNALED; in ipoib_transport_dev_init()
703 priv->tx_wr.wr.wr_id = wr_id | IPOIB_OP_CM; in post_send()705 return ib_post_send(tx->qp, &priv->tx_wr.wr, NULL); in post_send()
252 priv->tx_wr.remote_qkey = priv->qkey; in ipoib_mcast_join_finish()
577 priv->tx_wr.wr.send_flags &= ~IB_SEND_IP_CSUM; in ipoib_set_mode()
850 struct hwc_work_request *tx_wr; in mana_hwc_send_request() local862 tx_wr = &txq->msg_buf->reqs[msg_id]; in mana_hwc_send_request()864 if (req_len > tx_wr->buf_len) { in mana_hwc_send_request()866 tx_wr->buf_len); in mana_hwc_send_request()875 req_msg = (struct gdma_req_hdr *)tx_wr->buf_va; in mana_hwc_send_request()881 tx_wr->msg_size = req_len; in mana_hwc_send_request()889 err = mana_hwc_post_tx_wqe(txq, tx_wr, dest_vrq, dest_vrcq, false); in mana_hwc_send_request()