Home
last modified time | relevance | path

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

/NextBSD/contrib/ofed/libmthca/src/
HDmthca.c194 context->ibv_ctx.ops.req_notify_cq = mthca_tavor_arm_cq; in mthca_alloc_context()
HDmthca.h321 int mthca_tavor_arm_cq(struct ibv_cq *cq, int solicited);
HDcq.c486 int mthca_tavor_arm_cq(struct ibv_cq *cq, int solicited) in mthca_tavor_arm_cq() function
/NextBSD/sys/ofed/drivers/infiniband/hw/mthca/
HDmthca_dev.h496 int mthca_tavor_arm_cq(struct ib_cq *cq, enum ib_cq_notify_flags flags);
HDmthca_cq.c728 int mthca_tavor_arm_cq(struct ib_cq *cq, enum ib_cq_notify_flags flags) in mthca_tavor_arm_cq() function
HDmthca_provider.c1399 dev->ib_dev.req_notify_cq = mthca_tavor_arm_cq; in mthca_register_device()