/kernel/linux/linux-5.10/drivers/infiniband/sw/rdmavt/ |
H A D | vt.c | 406 .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 D | vt.c | 359 .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 D | ocrdma_main.c | 160 .post_send = ocrdma_post_send,
|
/kernel/linux/linux-5.10/drivers/infiniband/hw/ocrdma/ |
H A D | ocrdma_main.c | 172 .post_send = ocrdma_post_send,
|
/kernel/linux/linux-5.10/drivers/infiniband/sw/siw/ |
H A D | siw_main.c | 288 .post_send = siw_post_send,
|
/kernel/linux/linux-6.6/drivers/infiniband/sw/siw/ |
H A D | siw_main.c | 264 .post_send = siw_post_send,
|
/kernel/linux/linux-5.10/drivers/infiniband/hw/mthca/ |
H A D | mthca_provider.c | 1143 .post_send = mthca_arbel_post_send, 1149 .post_send = mthca_tavor_post_send,
|
/kernel/linux/linux-5.10/drivers/infiniband/ulp/ipoib/ |
H A D | ipoib_ib.c | 541 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 D | ipoib_cm.c | 696 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 D | mthca_provider.c | 1124 .post_send = mthca_arbel_post_send, 1130 .post_send = mthca_tavor_post_send,
|
/kernel/linux/linux-6.6/drivers/infiniband/ulp/ipoib/ |
H A D | ipoib_ib.c | 541 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 D | ipoib_cm.c | 696 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 D | provider.c | 493 .post_send = c4iw_post_send,
|
/kernel/linux/linux-6.6/drivers/infiniband/hw/cxgb4/ |
H A D | provider.c | 495 .post_send = c4iw_post_send,
|
/kernel/linux/linux-6.6/drivers/infiniband/hw/erdma/ |
H A D | erdma_main.c | 476 .post_send = erdma_post_send,
|
/kernel/linux/linux-5.10/drivers/infiniband/core/ |
H A D | device.c | 280 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 D | device.c | 281 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 D | ib_isert.c | 963 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 D | ib_isert.c | 964 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 D | hns_roce_device.h | 931 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 D | pvrdma_main.c | 175 .post_send = pvrdma_post_send,
|
/kernel/linux/linux-5.10/drivers/infiniband/sw/rxe/ |
H A D | rxe_verbs.c | 1097 .post_send = rxe_post_send,
|
/kernel/linux/linux-5.10/drivers/infiniband/hw/qedr/ |
H A D | main.c | 226 .post_send = qedr_post_send,
|
/kernel/linux/linux-6.6/drivers/infiniband/hw/qedr/ |
H A D | main.c | 222 .post_send = qedr_post_send,
|
/kernel/linux/linux-6.6/drivers/infiniband/hw/vmw_pvrdma/ |
H A D | pvrdma_main.c | 176 .post_send = pvrdma_post_send,
|