Home
last modified time | relevance | path

Searched refs:rx_wr (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/infiniband/ulp/isert/
H A Dib_isert.c732 struct ib_recv_wr *rx_wr; in isert_post_recvm() local
736 for (rx_wr = isert_conn->rx_wr, i = 0; i < count; i++, rx_wr++) { in isert_post_recvm()
739 rx_wr->wr_cqe = &rx_desc->rx_cqe; in isert_post_recvm()
740 rx_wr->sg_list = &rx_desc->rx_sg; in isert_post_recvm()
741 rx_wr->num_sge = 1; in isert_post_recvm()
742 rx_wr->next = rx_wr + 1; in isert_post_recvm()
745 rx_wr--; in isert_post_recvm()
746 rx_wr->next = NULL; /* mark end of work requests list */ in isert_post_recvm()
748 ret = ib_post_recv(isert_conn->qp, isert_conn->rx_wr, NULL); in isert_post_recvm()
758 struct ib_recv_wr rx_wr; in isert_post_recv() local
[all …]
H A Dib_isert.h176 struct ib_recv_wr rx_wr[ISERT_QP_MAX_RECV_DTOS]; member
/linux/drivers/infiniband/ulp/ipoib/
H A Dipoib.h284 struct ib_recv_wr rx_wr; member
385 struct ib_recv_wr rx_wr; member
H A Dipoib_ib.c107 priv->rx_wr.wr_id = id | IPOIB_OP_RECV; in ipoib_ib_post_receive()
112 ret = ib_post_recv(priv->qp, &priv->rx_wr, NULL); in ipoib_ib_post_receive()