Searched refs:ib_wc (Results 1 - 25 of 36) sorted by relevance

12

/freebsd-12-stable/sys/ofed/include/rdma/
H A Drdmavt_cq.h76 struct ib_wc kqueue[0];
99 void rvt_cq_enter(struct rvt_cq *cq, struct ib_wc *entry, bool solicited);
H A Dib_mad.h588 struct ib_wc *wc;
775 struct ib_wc *wc);
/freebsd-12-stable/sys/ofed/drivers/infiniband/core/
H A Dagent.h52 const struct ib_wc *wc, const struct ib_device *device,
H A Dib_cq.c52 struct ib_wc ib_wc[IB_CQ_POLL_MAX]; local
59 n = ib_poll_cq(cq, IB_CQ_POLL_MAX, ib_wc);
61 struct ib_wc *wc = ib_wc + i;
H A Dib_agent.c86 const struct ib_wc *wc, const struct ib_device *device,
H A Dmad_priv.h78 struct ib_wc wc;
H A Dib_mad.c91 struct ib_wc *wc);
92 static void ib_mad_send_done(struct ib_cq *cq, struct ib_wc *wc);
699 u16 pkey_index, u8 port_num, struct ib_wc *wc)
759 struct ib_wc mad_wc;
1346 struct ib_wc *wc)
2029 const struct ib_wc *wc,
2114 struct ib_wc *wc,
2168 struct ib_wc *wc,
2184 static void ib_mad_recv_done(struct ib_cq *cq, struct ib_wc *wc)
2436 static void ib_mad_send_done(struct ib_cq *cq, struct ib_wc *w
[all...]
/freebsd-12-stable/sys/ofed/drivers/infiniband/ulp/ipoib/
H A Dipoib.h376 struct ib_wc send_wc[MAX_SEND_CQE];
381 struct ib_wc ibwc[IPOIB_NUM_WC];
594 void ipoib_cm_handle_rx_wc(struct ipoib_dev_priv *priv, struct ib_wc *wc);
595 void ipoib_cm_handle_tx_wc(struct ipoib_dev_priv *priv, struct ib_wc *wc);
691 static inline void ipoib_cm_handle_rx_wc(struct ipoib_dev_priv *priv, struct ib_wc *wc)
695 static inline void ipoib_cm_handle_tx_wc(struct ipoib_dev_priv *priv, struct ib_wc *wc)
H A Dipoib_ib.c202 ipoib_ib_handle_rx_wc(struct ipoib_dev_priv *priv, struct ib_wc *wc)
335 static void ipoib_ib_handle_tx_wc(struct ipoib_dev_priv *priv, struct ib_wc *wc)
378 struct ib_wc *wc = priv->send_wc + i;
401 struct ib_wc *wc = priv->ibwc + i;
/freebsd-12-stable/sys/ofed/drivers/infiniband/ulp/sdp/
H A Dsdp_tx.c198 sdp_handle_send_comp(struct sdp_sock *ssk, struct ib_wc *wc)
227 sdp_process_tx_wc(struct sdp_sock *ssk, struct ib_wc *wc)
282 struct ib_wc ibwc[SDP_NUM_WC];
H A Dsdp_rx.c470 sdp_process_rx_wc(struct sdp_sock *ssk, struct ib_wc *wc)
534 struct ib_wc ibwc[SDP_NUM_WC];
542 struct ib_wc *wc = &ibwc[i];
/freebsd-12-stable/sys/dev/mlx5/mlx5_ib/
H A Dmlx5_ib_gsi.c32 struct ib_wc wc;
91 static void handle_single_completion(struct ib_cq *cq, struct ib_wc *wc)
410 struct ib_ud_wr *wr, struct ib_wc *wc)
443 struct ib_wc wc = {
H A Dmlx5_ib_cq.c115 static void handle_good_req(struct ib_wc *wc, struct mlx5_cqe64 *cqe,
162 static void handle_responder(struct ib_wc *wc, struct mlx5_cqe64 *cqe,
279 struct ib_wc *wc)
435 struct ib_wc *wc, int *npolled)
465 struct ib_wc *wc, int *npolled)
492 struct ib_wc *wc, int *npolled)
513 struct ib_wc *wc)
644 struct ib_wc *wc)
665 int mlx5_ib_poll_cq(struct ib_cq *ibcq, int num_entries, struct ib_wc *wc)
1382 int mlx5_ib_generate_wc(struct ib_cq *ibcq, struct ib_wc *w
[all...]
H A Dmlx5_ib.h456 struct ib_wc wc;
793 u8 port, const struct ib_wc *in_wc, const struct ib_grh *in_grh,
829 int mlx5_ib_poll_cq(struct ib_cq *ibcq, int num_entries, struct ib_wc *wc);
852 const struct ib_wc *in_wc, const struct ib_grh *in_grh,
967 int mlx5_ib_generate_wc(struct ib_cq *ibcq, struct ib_wc *wc);
H A Dmlx5_ib_mad.c40 u8 port, const struct ib_wc *in_wc, const struct ib_grh *in_grh,
57 const struct ib_wc *in_wc, const struct ib_grh *in_grh,
232 const struct ib_wc *in_wc, const struct ib_grh *in_grh,
/freebsd-12-stable/sys/dev/mlx4/mlx4_ib/
H A Dmlx4_ib_cq.c506 struct ib_wc *wc)
580 static void use_tunnel_data(struct mlx4_ib_qp *qp, struct mlx4_ib_cq *cq, struct ib_wc *wc,
607 struct ib_wc *wc, int *npolled, int is_send)
631 struct ib_wc *wc, int *npolled)
657 struct ib_wc *wc)
872 int mlx4_ib_poll_cq(struct ib_cq *ibcq, int num_entries, struct ib_wc *wc)
H A Dmlx4_ib.h745 int mlx4_ib_poll_cq(struct ib_cq *ibcq, int num_entries, struct ib_wc *wc);
780 int port, const struct ib_wc *in_wc, const struct ib_grh *in_grh,
783 const struct ib_wc *in_wc, const struct ib_grh *in_grh,
836 enum ib_qp_type qpt, struct ib_wc *wc,
H A Dmlx4_ib_mad.c107 int port, const struct ib_wc *in_wc,
483 enum ib_qp_type dest_qpt, struct ib_wc *wc,
640 struct ib_wc *wc, struct ib_grh *grh,
765 const struct ib_wc *in_wc, const struct ib_grh *in_grh,
900 const struct ib_wc *in_wc, const struct ib_grh *in_grh,
948 const struct ib_wc *in_wc, const struct ib_grh *in_grh,
1447 static void mlx4_ib_multiplex_mad(struct mlx4_ib_demux_pv_ctx *ctx, struct ib_wc *wc)
1696 struct ib_wc wc;
1862 struct ib_wc wc;
/freebsd-12-stable/sys/contrib/rdma/krping/
H A Dkrping.c318 static int server_recv(struct krping_cb *cb, struct ib_wc *wc)
341 static int client_recv(struct krping_cb *cb, struct ib_wc *wc)
360 struct ib_wc wc;
915 struct ib_wc wc;
1074 struct ib_wc wc;
1207 struct ib_wc wc;
1267 struct ib_wc wc;
1300 struct ib_wc wc;
1334 struct ib_wc wc;
1562 struct ib_wc w
[all...]
/freebsd-12-stable/sys/dev/mthca/
H A Dmthca_cmd.h315 int port, const struct ib_wc *in_wc, const struct ib_grh *in_grh,
H A Dmthca_dev.h497 struct ib_wc *entry);
581 const struct ib_wc *in_wc,
H A Dmthca_mad.c200 const struct ib_wc *in_wc,
H A Dmthca_cq.c380 struct ib_wc *entry, int *free_cqe)
487 struct ib_wc *entry)
660 struct ib_wc *entry)
/freebsd-12-stable/sys/dev/iser/
H A Dicl_iser.h331 struct ib_wc wcs[ISER_WC_BATCH_COUNT];
H A Diser_verbs.c92 struct ib_wc *wc)
116 static void iser_handle_wc(struct ib_wc *wc)
164 struct ib_wc *const wcs = comp->wcs;

Completed in 274 milliseconds

12