Searched refs:ib_post_srq_recv (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/drivers/infiniband/ulp/ipoib/ |
H A D | ipoib_cm.c | 104 ret = ib_post_srq_recv(priv->cm.srq, &priv->cm.rx_wr, NULL); in ipoib_cm_post_receive_srq()
|
/kernel/linux/linux-5.10/drivers/nvme/target/ |
H A D | rdma.c | 510 ret = ib_post_srq_recv(cmd->nsrq->srq, &cmd->wr, NULL); in nvmet_rdma_post_recv()
|
/kernel/linux/linux-6.6/drivers/nvme/target/ |
H A D | rdma.c | 511 ret = ib_post_srq_recv(cmd->nsrq->srq, &cmd->wr, NULL); in nvmet_rdma_post_recv()
|
/kernel/linux/linux-6.6/drivers/infiniband/ulp/ipoib/ |
H A D | ipoib_cm.c | 104 ret = ib_post_srq_recv(priv->cm.srq, &priv->cm.rx_wr, NULL); in ipoib_cm_post_receive_srq()
|
/kernel/linux/linux-5.10/drivers/infiniband/ulp/srpt/ |
H A D | ib_srpt.c | 840 return ib_post_srq_recv(sdev->srq, &wr, NULL); in srpt_post_recv()
|
/kernel/linux/linux-5.10/include/rdma/ |
H A D | ib_verbs.h | 3642 * ib_post_srq_recv - Posts a list of work requests to the specified SRQ. 3648 static inline int ib_post_srq_recv(struct ib_srq *srq, in ib_post_srq_recv() function
|
/kernel/linux/linux-6.6/include/rdma/ |
H A D | ib_verbs.h | 3714 * ib_post_srq_recv - Posts a list of work requests to the specified SRQ. 3720 static inline int ib_post_srq_recv(struct ib_srq *srq, in ib_post_srq_recv() function
|
/kernel/linux/linux-6.6/drivers/infiniband/ulp/srpt/ |
H A D | ib_srpt.c | 846 return ib_post_srq_recv(sdev->srq, &wr, NULL); in srpt_post_recv()
|
Completed in 42 milliseconds