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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/infiniband/core/
H A Duverbs.h189 IB_UVERBS_DECLARE_CMD(post_send); variable
H A Ddevice.c87 IB_MANDATORY_FUNC(post_send),
H A Duverbs_cmd.c1513 ret = qp->device->post_send(qp, wr, &bad_wr);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/infiniband/ulp/ipoib/
H A Dipoib_ib.c341 static inline int post_send(struct ipoib_dev_priv *priv, function
378 * We put the skb into the tx_ring _before_ we call post_send()
380 * run before we execute anything after the post_send(). That
382 * our state is consistent before we call post_send().
395 if (unlikely(post_send(priv, priv->tx_head & (ipoib_sendq_size - 1),
397 ipoib_warn(priv, "post_send failed\n");
H A Dipoib_cm.c483 static inline int post_send(struct ipoib_dev_priv *priv, function
517 * We put the skb into the tx_ring _before_ we call post_send()
519 * run before we execute anything after the post_send(). That
521 * our state is consistent before we call post_send().
534 if (unlikely(post_send(priv, tx, tx->tx_head & (ipoib_sendq_size - 1),
536 ipoib_warn(priv, "post_send failed\n");
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/infiniband/hw/ehca/
H A Dehca_main.c337 shca->ib_device.post_send = ehca_post_send;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/rdma/
H A Dib_verbs.h959 int (*post_send)(struct ib_qp *qp, member in struct:ib_device
1326 return qp->device->post_send(qp, send_wr, bad_send_wr);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/infiniband/hw/mthca/
H A Dmthca_provider.c1377 dev->ib_dev.post_send = mthca_arbel_post_send;
1381 dev->ib_dev.post_send = mthca_tavor_post_send;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/infiniband/hw/amso1100/
H A Dc2_provider.c841 dev->ibdev.post_send = c2_post_send;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/infiniband/hw/mlx4/
H A Dmain.c553 ibdev->ib_dev.post_send = mlx4_ib_post_send;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/infiniband/hw/cxgb3/
H A Diwch_provider.c1157 dev->ibdev.post_send = iwch_post_send;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/infiniband/hw/ipath/
H A Dipath_verbs.c1581 dev->post_send = ipath_post_send;

Completed in 158 milliseconds