Searched refs:send_wc (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/sys/ofed/drivers/infiniband/core/
H A Dib_user_mad.c198 struct ib_mad_send_wc *send_wc)
201 struct ib_umad_packet *packet = send_wc->send_buf->context[0];
207 if (send_wc->status == IB_WC_RESP_TIMEOUT_ERR) {
197 send_handler(struct ib_mad_agent *agent, struct ib_mad_send_wc *send_wc) argument
/freebsd-13-stable/sys/ofed/drivers/infiniband/ulp/ipoib/
H A Dipoib_ib.c376 n = ib_poll_cq(priv->send_cq, MAX_SEND_CQE, priv->send_wc);
378 struct ib_wc *wc = priv->send_wc + i;
H A Dipoib.h376 struct ib_wc send_wc[MAX_SEND_CQE]; member in struct:ipoib_dev_priv

Completed in 211 milliseconds