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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/infiniband/core/
H A Duverbs.h187 IB_UVERBS_DECLARE_CMD(post_send); variable
H A Ddevice.c85 IB_MANDATORY_FUNC(post_send),
H A Duverbs_cmd.c1554 ret = qp->device->post_send(qp, wr, &bad_wr);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/infiniband/ulp/ipoib/
H A Dipoib_ib.c487 static inline int post_send(struct ipoib_dev_priv *priv, function
562 * We put the skb into the tx_ring _before_ we call post_send()
564 * run before we execute anything after the post_send(). That
566 * our state is consistent before we call post_send().
588 rc = post_send(priv, priv->tx_head & (ipoib_sendq_size - 1),
591 ipoib_warn(priv, "post_send failed, error %d\n", rc);
H A Dipoib_cm.c682 static inline int post_send(struct ipoib_dev_priv *priv, function
718 * We put the skb into the tx_ring _before_ we call post_send()
720 * run before we execute anything after the post_send(). That
722 * our state is consistent before we call post_send().
735 rc = post_send(priv, tx, tx->tx_head & (ipoib_sendq_size - 1),
738 ipoib_warn(priv, "post_send failed, error %d\n", rc);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/infiniband/hw/cxgb4/
H A Dprovider.c472 dev->ibdev.post_send = c4iw_post_send;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/rdma/
H A Dib_verbs.h1065 int (*post_send)(struct ib_qp *qp, member in struct:ib_device
1447 return qp->device->post_send(qp, send_wr, bad_send_wr);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/infiniband/hw/mthca/
H A Dmthca_provider.c1396 dev->ib_dev.post_send = mthca_arbel_post_send;
1400 dev->ib_dev.post_send = mthca_tavor_post_send;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/infiniband/hw/amso1100/
H A Dc2_provider.c847 dev->ibdev.post_send = c2_post_send;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/infiniband/hw/ehca/
H A Dehca_main.c485 shca->ib_device.post_send = ehca_post_send;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/infiniband/hw/mlx4/
H A Dmain.c636 ibdev->ib_dev.post_send = mlx4_ib_post_send;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/infiniband/hw/cxgb3/
H A Diwch_provider.c1409 dev->ibdev.post_send = iwch_post_send;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/infiniband/hw/ipath/
H A Dipath_verbs.c2154 dev->post_send = ipath_post_send;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/infiniband/hw/qib/
H A Dqib_verbs.c2130 ibdev->post_send = qib_post_send;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/infiniband/hw/nes/
H A Dnes_verbs.c3917 nesibdev->ibdev.post_send = nes_post_send;

Completed in 225 milliseconds