Lines Matching defs:wc
1394 void (*done)(struct ib_cq *cq, struct ib_wc *wc);
1621 struct ib_wc *wc;
2384 int (*poll_cq)(struct ib_cq *cq, int num_entries, struct ib_wc *wc);
3688 * @wc: Work completion associated with the received message.
3702 const struct ib_wc *wc, const struct ib_grh *grh,
3709 * @wc: Work completion information associated with a received message.
3717 struct ib_ah *ib_create_ah_from_wc(struct ib_pd *pd, const struct ib_wc *wc,
4075 * @wc:array of at least @num_entries &struct ib_wc where completions
4084 struct ib_wc *wc)
4086 return cq->device->ops.poll_cq(cq, num_entries, wc);