Home
last modified time | relevance | path

Searched defs:mthca_resize_cq (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/ofed/include/uapi/rdma/
H A Dmthca-abi.h89 struct mthca_resize_cq { struct
90 __u32 lkey;
91 __u32 reserved;
/freebsd/sys/dev/mthca/
H A Dmthca_user.h87 struct mthca_resize_cq { struct
88 __u32 lkey;
89 __u32 reserved;
H A Dmthca_provider.c720 static int mthca_resize_cq(struct ib_cq *ibcq, int entries, struct ib_udata *udata) in mthca_resize_cq() function