Home
last modified time | relevance | path

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

/freebsd/contrib/ofed/libcxgb4/
H A Dlibcxgb4.h189 int c4iw_resize_cq(struct ibv_cq *cq, int cqe);
H A Ddev.c89 .resize_cq = c4iw_resize_cq,
H A Dverbs.c246 int c4iw_resize_cq(struct ibv_cq *ibcq, int cqe) in c4iw_resize_cq() function
/freebsd/sys/dev/cxgbe/iw_cxgbe/
H A Dprovider.c471 ibdev->resize_cq = c4iw_resize_cq; in c4iw_register_device()
H A Diw_cxgbe.h951 int c4iw_resize_cq(struct ib_cq *cq, int cqe, struct ib_udata *udata);
H A Dcq.c1030 int c4iw_resize_cq(struct ib_cq *cq, int cqe, struct ib_udata *udata) in c4iw_resize_cq() function