Searched refs:iwch_cq (Results 1 – 7 of 7) sorted by relevance
/Linux-v5.4/drivers/infiniband/hw/cxgb3/ |
D | iwch_cq.c | 35 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()
|
D | iwch.h | 47 struct iwch_cq; 136 static inline struct iwch_cq *get_chp(struct iwch_dev *rhp, u32 cqid) in get_chp()
|
D | iwch_provider.h | 103 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()
|
D | Makefile | 6 iw_cxgb3-y := iwch_cm.o iwch_ev.o iwch_cq.o iwch_qp.o iwch_mem.o \
|
D | iwch_provider.c | 93 struct iwch_cq *chp; in iwch_destroy_cq() 112 struct iwch_cq *chp = to_iwch_cq(ibcq); in iwch_create_cq() 208 struct iwch_cq *chp; in iwch_arm_cq() 702 struct iwch_cq *schp; in iwch_create_qp() 703 struct iwch_cq *rchp; in iwch_create_qp() 713 schp = get_chp(rhp, ((struct iwch_cq *) attrs->send_cq)->cq.cqid); in iwch_create_qp() 714 rchp = get_chp(rhp, ((struct iwch_cq *) attrs->recv_cq)->cq.cqid); in iwch_create_qp() 770 qhp->attr.scq = ((struct iwch_cq *) attrs->send_cq)->cq.cqid; in iwch_create_qp() 771 qhp->attr.rcq = ((struct iwch_cq *) attrs->recv_cq)->cq.cqid; in iwch_create_qp() 1247 INIT_RDMA_OBJ_SIZE(ib_cq, iwch_cq, ibcq),
|
D | iwch_ev.c | 41 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()
|
D | iwch_qp.c | 723 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()
|