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

12

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/infiniband/core/
H A Dagent.h50 struct ib_wc *wc, struct ib_device *device,
H A Dagent.c82 struct ib_wc *wc, struct ib_device *device,
H A Dmad_priv.h74 struct ib_wc wc;
H A Dmad.c646 struct ib_wc *wc)
679 struct ib_wc mad_wc;
1171 struct ib_wc *wc)
1835 struct ib_wc *wc)
2071 struct ib_wc *wc)
2147 struct ib_wc *wc)
2209 struct ib_wc wc;
2339 struct ib_wc wc;
H A Dverbs.c145 int ib_init_ah_from_wc(struct ib_device *device, u8 port_num, struct ib_wc *wc,
177 struct ib_ah *ib_create_ah_from_wc(struct ib_pd *pd, struct ib_wc *wc,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/infiniband/hw/ipath/
H A Dipath_cq.c47 void ipath_cq_enter(struct ipath_cq *cq, struct ib_wc *entry, int solicited)
123 int ipath_poll_cq(struct ib_cq *ibcq, int num_entries, struct ib_wc *entry)
235 wc = vmalloc_user(sizeof(*wc) + sizeof(struct ib_wc) * entries);
247 u32 s = sizeof *wc + sizeof(struct ib_wc) * entries;
389 wc = vmalloc_user(sizeof(*wc) + sizeof(struct ib_wc) * cqe);
447 u32 s = sizeof *wc + sizeof(struct ib_wc) * cqe;
H A Dipath_verbs.h628 struct ib_wc *in_wc,
678 void ipath_sqerror_qp(struct ipath_qp *qp, struct ib_wc *wc);
685 void ipath_cq_enter(struct ipath_cq *cq, struct ib_wc *entry, int sig);
699 void ipath_restart_rc(struct ipath_qp *qp, u32 psn, struct ib_wc *wc);
732 int ipath_poll_cq(struct ib_cq *ibcq, int num_entries, struct ib_wc *entry);
H A Dipath_uc.c41 struct ib_wc *wc)
83 struct ib_wc wc;
244 struct ib_wc wc;
H A Dipath_ud.c44 struct ib_wc wc;
100 struct ib_wc *wc)
293 struct ib_wc wc;
381 * Pass in an uninitialized ib_wc to save stack
512 struct ib_wc wc;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/infiniband/hw/cxgb3/
H A Diwch_cq.c45 struct ib_wc *wc)
186 int iwch_poll_cq(struct ib_cq *ibcq, int num_entries, struct ib_wc *wc)
H A Diwch_provider.h332 int iwch_poll_cq(struct ib_cq *ibcq, int num_entries, struct ib_wc *wc);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/infiniband/hw/mlx4/
H A Dmlx4_ib.h244 int mlx4_ib_poll_cq(struct ib_cq *ibcq, int num_entries, struct ib_wc *wc);
275 int port, struct ib_wc *in_wc, struct ib_grh *in_grh,
278 struct ib_wc *in_wc, struct ib_grh *in_grh,
H A Dmad.c46 int port, struct ib_wc *in_wc, struct ib_grh *in_grh,
228 struct ib_wc *in_wc, struct ib_grh *in_grh,
H A Dcq.c246 struct ib_wc *wc)
308 struct ib_wc *wc)
439 int mlx4_ib_poll_cq(struct ib_cq *ibcq, int num_entries, struct ib_wc *wc)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/infiniband/ulp/ipoib/
H A Dipoib.h190 struct ib_wc ibwc[IPOIB_NUM_WC];
215 struct ib_wc ibwc[IPOIB_NUM_WC];
275 struct ib_wc ibwc[IPOIB_NUM_WC];
482 void ipoib_cm_handle_rx_wc(struct net_device *dev, struct ib_wc *wc);
567 static inline void ipoib_cm_handle_rx_wc(struct net_device *dev, struct ib_wc *wc)
H A Dipoib_ib.c168 static void ipoib_ib_handle_rx_wc(struct net_device *dev, struct ib_wc *wc)
240 static void ipoib_ib_handle_tx_wc(struct net_device *dev, struct ib_wc *wc)
299 struct ib_wc *wc = priv->ibwc + i;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/rdma/
H A Dib_mad.h399 struct ib_wc *wc;
582 struct ib_wc *wc);
H A Dib_verbs.h417 struct ib_wc { struct
973 struct ib_wc *wc);
1023 struct ib_wc *in_wc,
1165 int ib_init_ah_from_wc(struct ib_device *device, u8 port_num, struct ib_wc *wc,
1180 struct ib_ah *ib_create_ah_from_wc(struct ib_pd *pd, struct ib_wc *wc,
1383 * @wc:array of at least @num_entries &struct ib_wc where completions
1392 struct ib_wc *wc)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/infiniband/hw/ehca/
H A Dehca_iverbs.h133 int ehca_poll_cq(struct ib_cq *cq, int num_entries, struct ib_wc *wc);
H A Dehca_reqs.c492 static inline int ehca_poll_cq_one(struct ib_cq *cq, struct ib_wc *wc)
607 int ehca_poll_cq(struct ib_cq *cq, int num_entries, struct ib_wc *wc)
611 struct ib_wc *current_wc = wc;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/infiniband/hw/amso1100/
H A Dc2_cq.c130 struct c2_cq *cq, struct ib_wc *entry)
199 int c2_poll_cq(struct ib_cq *ibcq, int num_entries, struct ib_wc *entry)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/infiniband/hw/mthca/
H A Dmthca_dev.h497 struct ib_wc *entry);
581 struct ib_wc *in_wc,
H A Dmthca_cmd.h321 int port, struct ib_wc *in_wc, struct ib_grh *in_grh,
H A Dmthca_mad.c193 struct ib_wc *in_wc,
H A Dmthca_cq.c385 struct ib_wc *entry, int *free_cqe)
492 struct ib_wc *entry)
664 struct ib_wc *entry)

Completed in 197 milliseconds

12