Home
last modified time | relevance | path

Searched refs:mthca_poll_cq (Results 1 – 6 of 6) sorted by relevance

/NextBSD/contrib/ofed/libmthca/src/
HDmthca.c117 .poll_cq = mthca_poll_cq,
HDmthca.h320 int mthca_poll_cq(struct ibv_cq *cq, int ne, struct ibv_wc *wc);
HDcq.c460 int mthca_poll_cq(struct ibv_cq *ibcq, int ne, struct ibv_wc *wc) in mthca_poll_cq() function
/NextBSD/sys/ofed/drivers/infiniband/hw/mthca/
HDmthca_dev.h494 int mthca_poll_cq(struct ib_cq *ibcq, int num_entries,
HDmthca_cq.c659 int mthca_poll_cq(struct ib_cq *ibcq, int num_entries, in mthca_poll_cq() function
HDmthca_provider.c1374 dev->ib_dev.poll_cq = mthca_poll_cq; in mthca_register_device()