Searched refs:c4iw_cq (Results 1 - 9 of 9) sorted by relevance

/freebsd-11.0-release/contrib/ofed/libcxgb4/src/
H A Dlibcxgb4.h61 struct c4iw_cq **cqid2ptr;
98 struct c4iw_cq { struct
136 static inline struct c4iw_cq *to_c4iw_cq(struct ibv_cq *ibcq)
156 static inline struct c4iw_cq *get_chp(struct c4iw_dev *rhp, u32 qid)
189 void c4iw_init_cq_buf(struct c4iw_cq *cq, int nent);
224 void c4iw_flush_hw_cq(struct c4iw_cq *chp);
H A Dcq.c102 struct c4iw_cq *chp = to_c4iw_cq(qhp->ibv_qp.send_cq);
201 void c4iw_flush_hw_cq(struct c4iw_cq *chp)
563 static int c4iw_poll_cq_one(struct c4iw_cq *chp, struct ibv_wc *wc)
716 struct c4iw_cq *chp;
744 struct c4iw_cq *chp;
H A Ddev.c221 static void dump_cq(struct c4iw_cq *chp)
362 struct c4iw_cq *chp = dev->cqid2ptr[i];
H A Dverbs.c175 struct c4iw_cq *chp;
262 struct c4iw_cq *chp = to_c4iw_cq(ibcq);
H A Dqp.c491 struct c4iw_cq *rchp, *schp;
/freebsd-11.0-release/sys/dev/cxgbe/iw_cxgbe/
H A Dev.c42 static void post_qp_event(struct c4iw_dev *dev, struct c4iw_cq *chp,
87 struct c4iw_cq *chp;
194 struct c4iw_cq *chp;
H A Dcq.c591 static int c4iw_poll_cq_one(struct c4iw_cq *chp, struct ib_wc *wc)
738 struct c4iw_cq *chp;
759 struct c4iw_cq *chp;
782 struct c4iw_cq *chp;
916 struct c4iw_cq *chp;
H A Diw_cxgbe.h239 static inline struct c4iw_cq *get_chp(struct c4iw_dev *rhp, u32 cqid)
375 struct c4iw_cq { struct
385 static inline struct c4iw_cq *to_c4iw_cq(struct ib_cq *ibcq)
387 return container_of(ibcq, struct c4iw_cq, ibcq);
H A Dqp.c939 static void __flush_qp(struct c4iw_qp *qhp, struct c4iw_cq *rchp,
940 struct c4iw_cq *schp)
980 struct c4iw_cq *rchp, *schp;
1460 struct c4iw_cq *schp;
1461 struct c4iw_cq *rchp;
1475 schp = get_chp(rhp, ((struct c4iw_cq *)attrs->send_cq)->cq.cqid);
1476 rchp = get_chp(rhp, ((struct c4iw_cq *)attrs->recv_cq)->cq.cqid);
1521 qhp->attr.scq = ((struct c4iw_cq *) attrs->send_cq)->cq.cqid;
1522 qhp->attr.rcq = ((struct c4iw_cq *) attrs->recv_cq)->cq.cqid;

Completed in 83 milliseconds