/drivers/infiniband/hw/mthca/ |
D | mthca_dev.h | 521 struct ib_recv_wr **bad_wr); 523 struct ib_recv_wr **bad_wr); 532 struct ib_send_wr **bad_wr); 534 struct ib_recv_wr **bad_wr); 536 struct ib_send_wr **bad_wr); 538 struct ib_recv_wr **bad_wr);
|
D | mthca_srq.c | 495 struct ib_recv_wr **bad_wr) in mthca_tavor_post_srq_recv() argument 521 *bad_wr = wr; in mthca_tavor_post_srq_recv() 535 *bad_wr = wr; in mthca_tavor_post_srq_recv() 595 struct ib_recv_wr **bad_wr) in mthca_arbel_post_srq_recv() argument 617 *bad_wr = wr; in mthca_arbel_post_srq_recv() 628 *bad_wr = wr; in mthca_arbel_post_srq_recv()
|
D | mthca_qp.c | 1608 struct ib_send_wr **bad_wr) in mthca_tavor_post_send() argument 1644 *bad_wr = wr; in mthca_tavor_post_send() 1726 *bad_wr = wr; in mthca_tavor_post_send() 1737 *bad_wr = wr; in mthca_tavor_post_send() 1761 *bad_wr = wr; in mthca_tavor_post_send() 1811 struct ib_recv_wr **bad_wr) in mthca_tavor_post_receive() argument 1845 *bad_wr = wr; in mthca_tavor_post_receive() 1862 *bad_wr = wr; in mthca_tavor_post_receive() 1922 struct ib_send_wr **bad_wr) in mthca_arbel_post_send() argument 1985 *bad_wr = wr; in mthca_arbel_post_send() [all …]
|
/drivers/infiniband/hw/mlx4/ |
D | mlx4_ib.h | 284 struct ib_recv_wr **bad_wr); 295 struct ib_send_wr **bad_wr); 297 struct ib_recv_wr **bad_wr);
|
D | srq.c | 294 struct ib_recv_wr **bad_wr) in mlx4_ib_post_srq_recv() argument 309 *bad_wr = wr; in mlx4_ib_post_srq_recv() 315 *bad_wr = wr; in mlx4_ib_post_srq_recv()
|
D | qp.c | 1505 struct ib_send_wr **bad_wr) in mlx4_ib_post_send() argument 1532 *bad_wr = wr; in mlx4_ib_post_send() 1538 *bad_wr = wr; in mlx4_ib_post_send() 1613 *bad_wr = wr; in mlx4_ib_post_send() 1626 *bad_wr = wr; in mlx4_ib_post_send() 1733 struct ib_recv_wr **bad_wr) in mlx4_ib_post_recv() argument 1750 *bad_wr = wr; in mlx4_ib_post_recv() 1756 *bad_wr = wr; in mlx4_ib_post_recv()
|
/drivers/infiniband/core/ |
D | uverbs_cmd.c | 1405 struct ib_send_wr *wr = NULL, *last, *next, *bad_wr; in ib_uverbs_post_send() local 1524 resp.bad_wr = 0; in ib_uverbs_post_send() 1525 ret = qp->device->post_send(qp, wr, &bad_wr); in ib_uverbs_post_send() 1528 ++resp.bad_wr; in ib_uverbs_post_send() 1529 if (next == bad_wr) in ib_uverbs_post_send() 1645 struct ib_recv_wr *wr, *next, *bad_wr; in ib_uverbs_post_recv() local 1662 resp.bad_wr = 0; in ib_uverbs_post_recv() 1663 ret = qp->device->post_recv(qp, wr, &bad_wr); in ib_uverbs_post_recv() 1669 ++resp.bad_wr; in ib_uverbs_post_recv() 1670 if (next == bad_wr) in ib_uverbs_post_recv() [all …]
|
/drivers/infiniband/hw/ipath/ |
D | ipath_srq.c | 48 struct ib_recv_wr **bad_wr) in ipath_post_srq_receive() argument 61 *bad_wr = wr; in ipath_post_srq_receive() 73 *bad_wr = wr; in ipath_post_srq_receive()
|
D | ipath_verbs.c | 444 struct ib_send_wr **bad_wr) in ipath_post_send() argument 452 *bad_wr = wr; in ipath_post_send() 473 struct ib_recv_wr **bad_wr) in ipath_post_receive() argument 482 *bad_wr = wr; in ipath_post_receive() 493 *bad_wr = wr; in ipath_post_receive() 504 *bad_wr = wr; in ipath_post_receive()
|
D | ipath_verbs.h | 792 struct ib_recv_wr **bad_wr);
|
/drivers/infiniband/hw/cxgb3/ |
D | iwch_provider.h | 327 struct ib_send_wr **bad_wr); 329 struct ib_recv_wr **bad_wr);
|
D | iwch_qp.c | 352 struct ib_send_wr **bad_wr) in iwch_post_send() argument 381 *bad_wr = wr; in iwch_post_send() 434 *bad_wr = wr; in iwch_post_send() 463 struct ib_recv_wr **bad_wr) in iwch_post_receive() argument 487 *bad_wr = wr; in iwch_post_receive() 500 *bad_wr = wr; in iwch_post_receive()
|
/drivers/infiniband/ulp/ipoib/ |
D | ipoib_cm.c | 93 struct ib_recv_wr *bad_wr; in ipoib_cm_post_receive_srq() local 101 ret = ib_post_srq_recv(priv->cm.srq, &priv->cm.rx_wr, &bad_wr); in ipoib_cm_post_receive_srq() 119 struct ib_recv_wr *bad_wr; in ipoib_cm_post_receive_nonsrq() local 127 ret = ib_post_recv(rx->qp, wr, &bad_wr); in ipoib_cm_post_receive_nonsrq() 210 struct ib_send_wr *bad_wr; in ipoib_cm_start_rx_drain() local 224 if (ib_post_send(p->qp, &ipoib_cm_rx_drain_wr, &bad_wr)) in ipoib_cm_start_rx_drain() 697 struct ib_send_wr *bad_wr; in post_send() local 705 return ib_post_send(tx->qp, &priv->tx_wr, &bad_wr); in post_send()
|
D | ipoib_ib.c | 131 struct ib_recv_wr *bad_wr; in ipoib_ib_post_receive() local 139 ret = ib_post_recv(priv->qp, &priv->rx_wr, &bad_wr); in ipoib_ib_post_receive() 495 struct ib_send_wr *bad_wr; in post_send() local 526 return ib_post_send(priv->qp, &priv->tx_wr, &bad_wr); in post_send()
|
/drivers/infiniband/hw/amso1100/ |
D | c2_qp.c | 788 struct ib_send_wr **bad_wr) in c2_post_send() argument 934 *bad_wr = ib_wr; in c2_post_send() 939 struct ib_recv_wr **bad_wr) in c2_post_receive() argument 1002 *bad_wr = ib_wr; in c2_post_receive()
|
D | c2.h | 500 struct ib_send_wr **bad_wr); 502 struct ib_recv_wr **bad_wr);
|
/drivers/infiniband/ulp/srp/ |
D | ib_srp.c | 928 struct ib_recv_wr wr, *bad_wr; in __srp_post_recv() local 944 ret = ib_post_recv(target->qp, &wr, &bad_wr); in __srp_post_recv() 992 struct ib_send_wr wr, *bad_wr; in __srp_post_send() local 1006 ret = ib_post_send(target->qp, &wr, &bad_wr); in __srp_post_send()
|
/drivers/infiniband/hw/nes/ |
D | nes_verbs.c | 3190 struct ib_send_wr **bad_wr) in nes_post_send() argument 3342 *bad_wr = ib_wr; in nes_post_send() 3351 struct ib_recv_wr **bad_wr) in nes_post_recv() argument 3426 *bad_wr = ib_wr; in nes_post_recv()
|