Searched refs:iwch_cq (Results 1 – 7 of 7) sorted by relevance
/Linux-v4.19/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; 137 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_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_provider.c | 96 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()
|
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()
|