Searched refs:iwch_cq (Results 1 – 7 of 7) sorted by relevance
/linux-2.6.39/drivers/infiniband/hw/cxgb3/ |
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 | 101 struct iwch_cq { struct 111 static inline struct iwch_cq *to_iwch_cq(struct ib_cq *ibcq) in to_iwch_cq() argument 113 return container_of(ibcq, struct iwch_cq, ibcq); in to_iwch_cq()
|
D | Makefile | 5 iw_cxgb3-y := iwch_cm.o iwch_ev.o iwch_cq.o iwch_qp.o iwch_mem.o \
|
D | iwch_cq.c | 44 static int iwch_poll_cq_one(struct iwch_dev *rhp, struct iwch_cq *chp, in iwch_poll_cq_one() 198 struct iwch_cq *chp; in iwch_poll_cq()
|
D | iwch_ev.c | 41 static void post_qp_event(struct iwch_dev *rnicp, struct iwch_cq *chp, in post_qp_event() 107 struct iwch_cq *chp; in iwch_ev_dispatch()
|
D | iwch_provider.c | 134 struct iwch_cq *chp; in iwch_destroy_cq() 153 struct iwch_cq *chp; in iwch_create_cq() 253 struct iwch_cq *chp = to_iwch_cq(cq); in iwch_resize_cq() 321 struct iwch_cq *chp; in iwch_arm_cq() 902 struct iwch_cq *schp; in iwch_create_qp() 903 struct iwch_cq *rchp; in iwch_create_qp() 913 schp = get_chp(rhp, ((struct iwch_cq *) attrs->send_cq)->cq.cqid); in iwch_create_qp() 914 rchp = get_chp(rhp, ((struct iwch_cq *) attrs->recv_cq)->cq.cqid); in iwch_create_qp() 969 qhp->attr.scq = ((struct iwch_cq *) attrs->send_cq)->cq.cqid; in iwch_create_qp() 970 qhp->attr.rcq = ((struct iwch_cq *) attrs->recv_cq)->cq.cqid; in iwch_create_qp()
|
D | iwch_qp.c | 805 static void __flush_qp(struct iwch_qp *qhp, struct iwch_cq *rchp, in __flush_qp() 806 struct iwch_cq *schp, unsigned long *flag) in __flush_qp() 848 struct iwch_cq *rchp, *schp; in flush_qp()
|