Searched refs:c4iw_cq (Results 1 – 10 of 10) sorted by relevance
/freebsd/contrib/ofed/libcxgb4/ |
H A D | libcxgb4.h | 61 struct c4iw_cq **cqid2ptr; 103 struct c4iw_cq { struct 141 static inline struct c4iw_cq *to_c4iw_cq(struct ibv_cq *ibcq) in to_c4iw_cq() 161 static inline struct c4iw_cq *get_chp(struct c4iw_dev *rhp, u32 qid) in get_chp() 194 void c4iw_init_cq_buf(struct c4iw_cq *cq, int nent); 229 void c4iw_flush_hw_cq(struct c4iw_cq *chp);
|
H A D | cq.c | 99 struct c4iw_cq *chp = to_c4iw_cq(qhp->ibv_qp.send_cq); in c4iw_flush_sq() 198 void c4iw_flush_hw_cq(struct c4iw_cq *chp) in c4iw_flush_hw_cq() 560 static int c4iw_poll_cq_one(struct c4iw_cq *chp, struct ibv_wc *wc) in c4iw_poll_cq_one() 713 struct c4iw_cq *chp; in c4iw_poll_cq() 741 struct c4iw_cq *chp; in c4iw_arm_cq()
|
H A D | dev.c | 242 static void dump_cq(struct c4iw_cq *chp) in dump_cq() 383 struct c4iw_cq *chp = dev->cqid2ptr[i]; in dump_state()
|
H A D | verbs.c | 173 struct c4iw_cq *chp; in c4iw_create_cq() 264 struct c4iw_cq *chp = to_c4iw_cq(ibcq); in c4iw_destroy_cq()
|
H A D | qp.c | 504 struct c4iw_cq *rchp, *schp; in c4iw_flush_qp()
|
/freebsd/sys/dev/cxgbe/iw_cxgbe/ |
H A D | ev.c | 118 static void post_qp_event(struct c4iw_dev *dev, struct c4iw_cq *chp, in post_qp_event() 159 struct c4iw_cq *chp; in c4iw_ev_dispatch() 266 struct c4iw_cq *chp; in c4iw_ev_handler()
|
H A D | cq.c | 261 struct c4iw_cq *chp = to_c4iw_cq(qhp->ibqp.send_cq); in c4iw_flush_sq() 361 void c4iw_flush_hw_cq(struct c4iw_cq *chp) in c4iw_flush_hw_cq() 715 static int c4iw_poll_cq_one(struct c4iw_cq *chp, struct ib_wc *wc) in c4iw_poll_cq_one() 867 struct c4iw_cq *chp; in c4iw_poll_cq() 888 struct c4iw_cq *chp; in c4iw_destroy_cq() 911 struct c4iw_cq *chp = to_c4iw_cq(ibcq); in c4iw_create_cq() 1037 struct c4iw_cq *chp; in c4iw_arm_cq()
|
H A D | iw_cxgbe.h | 289 static inline struct c4iw_cq *get_chp(struct c4iw_dev *rhp, u32 cqid) in get_chp() 422 struct c4iw_cq { struct 432 static inline struct c4iw_cq *to_c4iw_cq(struct ib_cq *ibcq) in to_c4iw_cq() argument 434 return container_of(ibcq, struct c4iw_cq, ibcq); in to_c4iw_cq() 967 void c4iw_flush_hw_cq(struct c4iw_cq *cq);
|
H A D | qp.c | 614 struct c4iw_cq *schp; in complete_sq_drain_wr() 644 struct c4iw_cq *rchp; in complete_rq_drain_wr() 1161 static void __flush_qp(struct c4iw_qp *qhp, struct c4iw_cq *rchp, in __flush_qp() 1162 struct c4iw_cq *schp) in __flush_qp() 1223 struct c4iw_cq *rchp, *schp; in flush_qp() 1718 struct c4iw_cq *schp; in c4iw_create_qp() 1719 struct c4iw_cq *rchp; in c4iw_create_qp() 1734 schp = get_chp(rhp, ((struct c4iw_cq *)attrs->send_cq)->cq.cqid); in c4iw_create_qp() 1735 rchp = get_chp(rhp, ((struct c4iw_cq *)attrs->recv_cq)->cq.cqid); in c4iw_create_qp() 1788 qhp->attr.scq = ((struct c4iw_cq *) attrs->send_cq)->cq.cqid; in c4iw_create_qp() [all …]
|
H A D | provider.c | 415 #define c4iw_ib_cq c4iw_cq in c4iw_register_device()
|