Home
last modified time | relevance | path

Searched refs:iwch_cq (Results 1 – 7 of 7) sorted by relevance

/Linux-v4.19/drivers/infiniband/hw/cxgb3/
Diwch_cq.c35 static int __iwch_poll_cq_one(struct iwch_dev *rhp, struct iwch_cq *chp, in __iwch_poll_cq_one()
175 static int iwch_poll_cq_one(struct iwch_dev *rhp, struct iwch_cq *chp, in iwch_poll_cq_one()
201 struct iwch_cq *chp; in iwch_poll_cq()
Diwch.h47 struct iwch_cq;
137 static inline struct iwch_cq *get_chp(struct iwch_dev *rhp, u32 cqid) in get_chp()
Diwch_provider.h103 struct iwch_cq { struct
114 static inline struct iwch_cq *to_iwch_cq(struct ib_cq *ibcq) in to_iwch_cq() argument
116 return container_of(ibcq, struct iwch_cq, ibcq); in to_iwch_cq()
DMakefile6 iw_cxgb3-y := iwch_cm.o iwch_ev.o iwch_cq.o iwch_qp.o iwch_mem.o \
Diwch_ev.c41 static void post_qp_event(struct iwch_dev *rnicp, struct iwch_cq *chp, in post_qp_event()
111 struct iwch_cq *chp; in iwch_ev_dispatch()
Diwch_provider.c96 struct iwch_cq *chp; in iwch_destroy_cq()
117 struct iwch_cq *chp; in iwch_create_cq()
221 struct iwch_cq *chp = to_iwch_cq(cq); in iwch_resize_cq()
288 struct iwch_cq *chp; in iwch_arm_cq()
796 struct iwch_cq *schp; in iwch_create_qp()
797 struct iwch_cq *rchp; in iwch_create_qp()
807 schp = get_chp(rhp, ((struct iwch_cq *) attrs->send_cq)->cq.cqid); in iwch_create_qp()
808 rchp = get_chp(rhp, ((struct iwch_cq *) attrs->recv_cq)->cq.cqid); in iwch_create_qp()
863 qhp->attr.scq = ((struct iwch_cq *) attrs->send_cq)->cq.cqid; in iwch_create_qp()
864 qhp->attr.rcq = ((struct iwch_cq *) attrs->recv_cq)->cq.cqid; in iwch_create_qp()
Diwch_qp.c723 static void __flush_qp(struct iwch_qp *qhp, struct iwch_cq *rchp, in __flush_qp()
724 struct iwch_cq *schp) in __flush_qp()
775 struct iwch_cq *rchp, *schp; in flush_qp()