Home
last modified time | relevance | path

Searched refs:post_send (Results 1 - 25 of 41) sorted by relevance

12

/kernel/linux/linux-5.10/drivers/infiniband/sw/rdmavt/
H A Dvt.c406 .post_send = rvt_post_send,
503 if (!rdi->ibdev.ops.post_send) in check_support()
/kernel/linux/linux-6.6/drivers/infiniband/sw/rdmavt/
H A Dvt.c359 .post_send = rvt_post_send,
457 if (!rdi->ibdev.ops.post_send) in check_support()
/kernel/linux/linux-6.6/drivers/infiniband/hw/ocrdma/
H A Docrdma_main.c160 .post_send = ocrdma_post_send,
/kernel/linux/linux-5.10/drivers/infiniband/hw/ocrdma/
H A Docrdma_main.c172 .post_send = ocrdma_post_send,
/kernel/linux/linux-5.10/drivers/infiniband/sw/siw/
H A Dsiw_main.c288 .post_send = siw_post_send,
/kernel/linux/linux-6.6/drivers/infiniband/sw/siw/
H A Dsiw_main.c264 .post_send = siw_post_send,
/kernel/linux/linux-5.10/drivers/infiniband/hw/mthca/
H A Dmthca_provider.c1143 .post_send = mthca_arbel_post_send,
1149 .post_send = mthca_tavor_post_send,
/kernel/linux/linux-5.10/drivers/infiniband/ulp/ipoib/
H A Dipoib_ib.c541 static inline int post_send(struct ipoib_dev_priv *priv, in post_send() function
620 * We put the skb into the tx_ring _before_ we call post_send() in ipoib_send()
622 * run before we execute anything after the post_send(). That in ipoib_send()
624 * our state is consistent before we call post_send(). in ipoib_send()
653 rc = post_send(priv, priv->tx_head & (ipoib_sendq_size - 1), in ipoib_send()
656 ipoib_warn(priv, "post_send failed, error %d\n", rc); in ipoib_send()
H A Dipoib_cm.c696 static inline int post_send(struct ipoib_dev_priv *priv, in post_send() function
744 * We put the skb into the tx_ring _before_ we call post_send() in ipoib_cm_send()
746 * run before we execute anything after the post_send(). That in ipoib_cm_send()
748 * our state is consistent before we call post_send(). in ipoib_cm_send()
778 rc = post_send(priv, tx, tx->tx_head & (ipoib_sendq_size - 1), tx_req); in ipoib_cm_send()
780 ipoib_warn(priv, "IPoIB/CM:post_send failed, error %d\n", rc); in ipoib_cm_send()
/kernel/linux/linux-6.6/drivers/infiniband/hw/mthca/
H A Dmthca_provider.c1124 .post_send = mthca_arbel_post_send,
1130 .post_send = mthca_tavor_post_send,
/kernel/linux/linux-6.6/drivers/infiniband/ulp/ipoib/
H A Dipoib_ib.c541 static inline int post_send(struct ipoib_dev_priv *priv, in post_send() function
620 * We put the skb into the tx_ring _before_ we call post_send() in ipoib_send()
622 * run before we execute anything after the post_send(). That in ipoib_send()
624 * our state is consistent before we call post_send(). in ipoib_send()
653 rc = post_send(priv, priv->tx_head & (ipoib_sendq_size - 1), in ipoib_send()
656 ipoib_warn(priv, "post_send failed, error %d\n", rc); in ipoib_send()
H A Dipoib_cm.c696 static inline int post_send(struct ipoib_dev_priv *priv, in post_send() function
744 * We put the skb into the tx_ring _before_ we call post_send() in ipoib_cm_send()
746 * run before we execute anything after the post_send(). That in ipoib_cm_send()
748 * our state is consistent before we call post_send(). in ipoib_cm_send()
778 rc = post_send(priv, tx, tx->tx_head & (ipoib_sendq_size - 1), tx_req); in ipoib_cm_send()
780 ipoib_warn(priv, "IPoIB/CM:post_send failed, error %d\n", rc); in ipoib_cm_send()
/kernel/linux/linux-5.10/drivers/infiniband/hw/cxgb4/
H A Dprovider.c493 .post_send = c4iw_post_send,
/kernel/linux/linux-6.6/drivers/infiniband/hw/cxgb4/
H A Dprovider.c495 .post_send = c4iw_post_send,
/kernel/linux/linux-6.6/drivers/infiniband/hw/erdma/
H A Derdma_main.c476 .post_send = erdma_post_send,
/kernel/linux/linux-5.10/drivers/infiniband/core/
H A Ddevice.c280 IB_MANDATORY_FUNC(post_send), in ib_device_check_mandatory()
2645 SET_DEVICE_OP(dev_ops, post_send); in ib_set_device_ops()
/kernel/linux/linux-6.6/drivers/infiniband/core/
H A Ddevice.c281 IB_MANDATORY_FUNC(post_send), in ib_device_check_mandatory()
2697 SET_DEVICE_OP(dev_ops, post_send); in ib_set_device_ops()
/kernel/linux/linux-5.10/drivers/infiniband/ulp/isert/
H A Dib_isert.c963 goto post_send; in isert_put_login_tx()
970 post_send: in isert_put_login_tx()
/kernel/linux/linux-6.6/drivers/infiniband/ulp/isert/
H A Dib_isert.c964 goto post_send; in isert_put_login_tx()
971 post_send: in isert_put_login_tx()
/kernel/linux/linux-5.10/drivers/infiniband/hw/hns/
H A Dhns_roce_device.h931 int (*post_send)(struct ib_qp *ibqp, const struct ib_send_wr *wr, member
/kernel/linux/linux-5.10/drivers/infiniband/hw/vmw_pvrdma/
H A Dpvrdma_main.c175 .post_send = pvrdma_post_send,
/kernel/linux/linux-5.10/drivers/infiniband/sw/rxe/
H A Drxe_verbs.c1097 .post_send = rxe_post_send,
/kernel/linux/linux-5.10/drivers/infiniband/hw/qedr/
H A Dmain.c226 .post_send = qedr_post_send,
/kernel/linux/linux-6.6/drivers/infiniband/hw/qedr/
H A Dmain.c222 .post_send = qedr_post_send,
/kernel/linux/linux-6.6/drivers/infiniband/hw/vmw_pvrdma/
H A Dpvrdma_main.c176 .post_send = pvrdma_post_send,

Completed in 38 milliseconds

12