Searched refs:mthca_create_cq (Results 1 - 6 of 6) sorted by relevance

/freebsd-10.2-release/sys/ofed/drivers/infiniband/hw/mthca/
H A Dmthca_user.h73 struct mthca_create_cq { struct
H A Dmthca_provider.c675 static struct ib_cq *mthca_create_cq(struct ib_device *ibdev, int entries, function
680 struct mthca_create_cq ucmd;
1371 dev->ib_dev.create_cq = mthca_create_cq;
/freebsd-10.2-release/contrib/ofed/libmthca/src/
H A Dmthca-abi.h64 struct mthca_create_cq { struct
H A Dmthca.c116 .create_cq = mthca_create_cq,
H A Dmthca.h315 struct ibv_cq *mthca_create_cq(struct ibv_context *context, int cqe,
H A Dverbs.c187 struct ibv_cq *mthca_create_cq(struct ibv_context *context, int cqe, function
191 struct mthca_create_cq cmd;

Completed in 111 milliseconds