Searched refs:iwch_cq (Results 1 - 7 of 7) sorted by relevance
/drivers/infiniband/hw/cxgb3/ |
H A D | Makefile | 5 iw_cxgb3-y := iwch_cm.o iwch_ev.o iwch_cq.o iwch_qp.o iwch_mem.o \
|
H A D | iwch.h | 47 struct iwch_cq; 137 static inline struct iwch_cq *get_chp(struct iwch_dev *rhp, u32 cqid)
|
H A D | iwch_cq.c | 44 static int iwch_poll_cq_one(struct iwch_dev *rhp, struct iwch_cq *chp, 198 struct iwch_cq *chp;
|
H A D | iwch_provider.h | 101 struct iwch_cq { struct 112 static inline struct iwch_cq *to_iwch_cq(struct ib_cq *ibcq) 114 return container_of(ibcq, struct iwch_cq, ibcq);
|
H A D | iwch_ev.c | 41 static void post_qp_event(struct iwch_dev *rnicp, struct iwch_cq *chp, 110 struct iwch_cq *chp;
|
H A D | iwch_provider.c | 127 struct iwch_cq *chp; 146 struct iwch_cq *chp; 247 struct iwch_cq *chp = to_iwch_cq(cq); 315 struct iwch_cq *chp; 896 struct iwch_cq *schp; 897 struct iwch_cq *rchp; 907 schp = get_chp(rhp, ((struct iwch_cq *) attrs->send_cq)->cq.cqid); 908 rchp = get_chp(rhp, ((struct iwch_cq *) attrs->recv_cq)->cq.cqid); 963 qhp->attr.scq = ((struct iwch_cq *) attrs->send_cq)->cq.cqid; 964 qhp->attr.rcq = ((struct iwch_cq *) attr [all...] |
H A D | iwch_qp.c | 805 static void __flush_qp(struct iwch_qp *qhp, struct iwch_cq *rchp, 806 struct iwch_cq *schp) 854 struct iwch_cq *rchp, *schp;
|
Completed in 44 milliseconds